module documentation
XML parser.
Function | from |
Undocumented |
Function | from |
Undocumented |
Class | _ |
Undocumented |
Function | _decode |
Undocumented |
Function | _parse |
Undocumented |
def from_path(path:
str
, case_insensitive=False, compact_whitespace=False, normalize_namespaces=False, remove_namespaces=False) -> gws.IXmlElement
:
(source)
¶
Undocumented
def from_string(inp:
str|bytes
, case_insensitive=False, compact_whitespace=False, remove_namespaces=False, normalize_namespaces=False) -> gws.IXmlElement
:
(source)
¶
Undocumented