ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


HTMLtree.h

Includes:

Introduction



#defines


HTML_COMMENT_NODE


#define HTML_COMMENT_NODE XML_COMMENT_NODE 
Discussion

HTML_COMMENT_NODE:

Macro. A comment in a HTML document is really implemented the same way as a comment in an XML document.


HTML_ENTITY_REF_NODE


#define HTML_ENTITY_REF_NODE XML_ENTITY_REF_NODE 
Discussion

HTML_ENTITY_REF_NODE:

Macro. An entity reference in a HTML document is really implemented the same way as an entity reference in an XML document.


HTML_PI_NODE


#define HTML_PI_NODE XML_PI_NODE 
Discussion

HTML_PI_NODE:

Macro. A processing instruction in a HTML document is really implemented the same way as a processing instruction in an XML document.


HTML_PRESERVE_NODE


#define HTML_PRESERVE_NODE XML_CDATA_SECTION_NODE 
Discussion

HTML_PRESERVE_NODE:

Macro. A preserved node in a HTML document is really implemented the same way as a CDATA section in an XML document.


HTML_TEXT_NODE


#define HTML_TEXT_NODE XML_TEXT_NODE 
Discussion

HTML_TEXT_NODE:

Macro. A text node in a HTML document is really implemented the same way as a text node in an XML document.

Last Updated: 2006-06-20