A | |
| abs_range [Xml] | Get the absolute character range the error occured at. |
| attrib [Xml] |
|
| attribs [Xml] |
|
C | |
| check [Dtd] | Check the Dtd data structure declaration and return a checked DTD. |
| check_eof [XmlParser] | When a Xml document is parsed, the parser will check that the end of the
document is reached, so for example parsing |
| check_error [Dtd] | |
| children [Xml] |
|
| concat_pcdata [XmlParser] | When several PCData elements are separed by a \n (or \r\n), you can either split the PCData in two distincts PCData or merge them with \n as seperator into one PCData. |
E | |
| error [Xml] | Get a full error message from an Xml error. |
| error_msg [Xml] | Get the Xml error message as a string. |
F | |
| fold [Xml] |
|
I | |
| iter [Xml] |
|
L | |
| line [Xml] | Get the line the error occured at. |
M | |
| make [XmlParser] | This function returns a new parser with default options. |
| map [Xml] |
|
P | |
| parse [XmlParser] | Once the parser is configurated, you can run the parser on a any kind of xml document source to parse its contents into an Xml data structure. |
| parse_error [Dtd] | |
| parse_file [Xml] | Parse the named file into an Xml data structure. |
| parse_file [Dtd] | Parse the named file into a Dtd data structure. |
| parse_in [Xml] | Read the content of the in_channel and parse it into an Xml data structure. |
| parse_in [Dtd] | Read the content of the in_channel and parse it into a Dtd data structure. |
| parse_string [Xml] | Parse the string containing an Xml document into an Xml data structure. |
| parse_string [Dtd] | Parse the string containing a Dtd document into a Dtd data structure. |
| pcdata [Xml] |
|
| prove [XmlParser] | This function enable or disable automatic DTD proving with the parser. |
| prove [Dtd] | Prove an Xml document using a checked DTD and an entry point. |
| prove_error [Dtd] | |
R | |
| range [Xml] | Get the relative character range (in current line) the error occured at. |
| resolve [XmlParser] | When parsing an Xml document from a file using the |
T | |
| tag [Xml] |
|
| to_string [Xml] | Print the xml data structure into a compact xml string (without any user-readable formating ). |
| to_string [Dtd] | Print a DTD element into a string. |
| to_string_fmt [Xml] | Print the xml data structure into an user-readable string with tabs and lines break between different nodes. |