Internal static functions used inside XML parser.


o mallocwm
malloc with an error message on error, exits with 1.
o skipwhitechars
skip whitechar characters.
o checkchar
check if the next char is c and barf if not.
o initialize_element
Initializes element for use.
o read_character_stream
read character stream
o read_PCDATA
reads PCdata, and returns.
o read_attribute
read attributes, and end with / (/>) or > and give it back to the caller name="string" -- no space allowed?
o skip_read_PI
read PI or doctype decl, <?
o skip_read_comment
read comment, <!(--) -->
o read_element_start
read the start of <.
o read_element
Read an element tag start -- end.
o 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++.