xml
¶
The xml module provides a Python interface for the XML 1.1 and XML Information Set specifications. This Python interface enables the user to navigate the XML document tree and access information from any XML node including post-schema-validation infoset properties as described in the XML Schema specification.
Classes¶
xml.AttributeInformationItem
xml.Catalog
xml.CharDataInformationItem
xml.CommentInformationItem
xml.Document
xml.DocumentInformationItem
xml.DocumentTypeDeclarationInformationItem
xml.ElementInformationItem
xml.Error
xml.ErrorLog
xml.InformationItem
xml.Instance
xml.Job
xml.NSAttributeInformationItem
xml.NotationInformationItem
xml.Options
xml.OptionsItems
xml.OptionsKeys
xml.OptionsValues
xml.ProcessingInstructionInformationItem
xml.QName
xml.SampleXMLGeneratorOptions
xml.UnexpandedEntityReferenceInformationItem
xml.UnparsedEntityInformationItem
Enumeration classes¶
String Constants¶
- xml.NAMESPACE_XINCLUDE¶
http://www.w3.org/2001/XInclude
- xml.NAMESPACE_XML¶
http://www.w3.org/XML/1998/namespace
- xml.NAMESPACE_XMLNS¶
http://www.w3.org/2000/xmlns/