|
|
| BuildDOM | When True, an internal object model of the XML document is created.
|
| ExtraNameChars | Extra characters for the parser to consider as name characters.
|
| ExtraSpaceChars | Extra characters for the parser to consider as white space.
|
| FlushOnEOL | If set, the parser flushes its text buffer after every line of text.
|
| Namespaces | Collection of namespaces in the current namespace stack.
|
| Offset | Current offset of the document being parsed.
|
| Validate | When True, the parser checks that the document consists of well-formed XML.
|
| XAttributes | A collection of attributes of the current element.
|
| XChildren | Collection of child elements of the current element.
|
| XElement | The name of the current element.
|
| XNamespace | The namespace of the current element.
|
| XParent | The parent of the current element.
|
| XPath | Provides a way to point to a specific element in the document.
|
| XPrefix | The prefix of the current element.
|
| XSubTree | A snapshot of the current element in the document.
|
| XText | The text of the current element.
|