-
mallocwm - malloc with an error message on error, exits with 1.
-
skipwhitechars - skip whitechar characters.
-
checkchar - check if the next char is c and barf if not.
-
initialize_element - Initializes element for use.
-
read_character_stream - read character stream
-
read_PCDATA - reads PCdata, and returns.
-
read_attribute - read attributes, and end with / (/>) or > and give it back to the caller name="string" -- no space allowed?
-
skip_read_PI - read PI or doctype decl, <?
-
skip_read_comment - read comment, <!(--) -->
-
read_element_start - read the start of <.
-
read_element - Read an element tag start -- end.
-
dxml_free_attrib - Free attribute of a XML element
This section describes function that are used only inside the
XML parsing system.
Alphabetic index
This page was generated with the help of DOC++.