xml.sax.xmlreader.XMLReader.getProperty()

XMLReader.getProperty(propertyname) Return the current setting for property propertyname. If the property is not recognized

2016-10-07 17:48:29
xml.sax.handler.ContentHandler.startElement()

ContentHandler.startElement(name, attrs) Signals the start of an element in non-namespace mode. The

2016-10-07 17:48:18
xml.parsers.expat.xmlparser.StartElementHandler()

xmlparser.StartElementHandler(name, attributes) Called for the start of every element. name is a string containing

2016-10-07 17:48:15
xml.sax.xmlreader.InputSource.setCharacterStream()

InputSource.setCharacterStream(charfile) Set the character stream (a text file) for this

2016-10-07 17:48:27
xml.etree.ElementTree.Element.itertext()

itertext() Creates a text iterator. The iterator loops over this element and all subelements, in document order, and returns

2016-10-07 17:47:59
xml.parsers.expat.xmlparser.buffer_text

xmlparser.buffer_text Setting this to true causes the xmlparser object to buffer textual content returned by Expat

2016-10-07 17:48:09
xml.parsers.expat.xmlparser.DefaultHandlerExpand()

xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of

2016-10-07 17:48:11
xml.parsers.expat.xmlparser.CommentHandler()

xmlparser.CommentHandler(data) Called for comments. data is the text of the comment, excluding the leading '<

2016-10-07 17:48:10
xml.dom.minidom.Node.unlink()

Node.unlink() Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic

2016-10-07 17:47:48
xml.etree.ElementTree.XML()

xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed

2016-10-07 17:48:06