Lines Matching defs:sax
8 from xml.sax._exceptions import *
9 from xml.sax.handler import feature_validation, feature_namespaces
10 from xml.sax.handler import feature_namespace_prefixes
11 from xml.sax.handler import feature_external_ges, feature_external_pes
12 from xml.sax.handler import feature_string_interning
13 from xml.sax.handler import property_xml_string, property_interning_dict
28 from xml.sax import xmlreader, saxutils, handler
114 # xml.sax.parse() doesn't give access to the underlying parser
442 import xml.sax.saxutils
444 p.setContentHandler(xml.sax.saxutils.XMLGenerator())
445 p.setErrorHandler(xml.sax.ErrorHandler())