API Reference¶
Attributes¶
- pugixml.pugi
- Encodings
- Output Options
- Node Types
- Parsing Options
pugi.PARSE_CDATApugi.PARSE_COMMENTSpugi.PARSE_DECLARATIONpugi.PARSE_DEFAULTpugi.PARSE_DOCTYPEpugi.PARSE_EMBED_PCDATApugi.PARSE_EOLpugi.PARSE_ESCAPESpugi.PARSE_FRAGMENTpugi.PARSE_FULLpugi.PARSE_MERGE_PCDATApugi.PARSE_MINIMALpugi.PARSE_PIpugi.PARSE_TRIM_PCDATApugi.PARSE_WCONV_ATTRIBUTEpugi.PARSE_WNORM_ATTRIBUTEpugi.PARSE_WS_PCDATApugi.PARSE_WS_PCDATA_SINGLE
- Parsing Status
pugi.STATUS_APPEND_INVALID_ROOTpugi.STATUS_BAD_ATTRIBUTEpugi.STATUS_BAD_CDATApugi.STATUS_BAD_COMMENTpugi.STATUS_BAD_DOCTYPEpugi.STATUS_BAD_END_ELEMENTpugi.STATUS_BAD_PCDATApugi.STATUS_BAD_PIpugi.STATUS_BAD_START_ELEMENTpugi.STATUS_END_ELEMENT_MISMATCHpugi.STATUS_FILE_NOT_FOUNDpugi.STATUS_INTERNAL_ERRORpugi.STATUS_IO_ERRORpugi.STATUS_NO_DOCUMENT_ELEMENTpugi.STATUS_OKpugi.STATUS_OUT_OF_MEMORYpugi.STATUS_UNRECOGNIZED_TAG
- XPath Query Return Type
- Misc.
- pugixml.pugi.limits
Classes¶
(pugixml-python only) |
|
(pugixml-python only) |
|
(pugixml-python only) |
|
(pugixml-python only) |
|
A light-weight handle for manipulating attributes in DOM tree. |
|
A collection of attributes. |
|
The internal object of the attribute. |
|
Document class (DOM tree root). |
|
These flags determine the encoding of input/output data for XML document. |
|
A collection of nodes specified by name. |
|
A light-weight handle for manipulating nodes in DOM tree. |
|
A collection of nodes. |
|
The internal object of the node. |
|
Tree node types. |
|
Parsing result. |
|
Parsing status, returned as part of |
|
A helper for working with text inside PCDATA nodes. |
|
Abstract tree walker class. |
|
Writer interface for node printing. |
|
XPath node class (either |
|
A fixed-size collection of XPath nodes. |
|
Collection type. |
|
XPath parsing result. |
|
A compiled XPath expression object. |
|
XPath query return type. |
|
A single XPath variable. |
|
A set of XPath variables. |