Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

HTMLtree.h File Reference

#include <stdio.h>
#include <libxml/xmlversion.h>
#include <libxml/tree.h>
#include <libxml/HTMLparser.h>

Go to the source code of this file.

Defines

#define HTML_TEXT_NODE   XML_TEXT_NODE
#define HTML_ENTITY_REF_NODE   XML_ENTITY_REF_NODE
#define HTML_COMMENT_NODE   XML_COMMENT_NODE
#define HTML_PRESERVE_NODE   XML_CDATA_SECTION_NODE
#define HTML_PI_NODE   XML_PI_NODE

Functions

XMLPUBFUN htmlDocPtr XMLCALL htmlNewDoc (const xmlChar *URI, const xmlChar *ExternalID)
XMLPUBFUN htmlDocPtr XMLCALL htmlNewDocNoDtD (const xmlChar *URI, const xmlChar *ExternalID)
XMLPUBFUN const xmlChar *XMLCALL htmlGetMetaEncoding (htmlDocPtr doc)
XMLPUBFUN int XMLCALL htmlSetMetaEncoding (htmlDocPtr doc, const xmlChar *encoding)
XMLPUBFUN int XMLCALL htmlIsBooleanAttr (const xmlChar *name)


Define Documentation

#define HTML_COMMENT_NODE   XML_COMMENT_NODE
 

HTML_COMMENT_NODE:

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

#define HTML_ENTITY_REF_NODE   XML_ENTITY_REF_NODE
 

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.

#define HTML_PI_NODE   XML_PI_NODE
 

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.

#define HTML_PRESERVE_NODE   XML_CDATA_SECTION_NODE
 

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.

#define HTML_TEXT_NODE   XML_TEXT_NODE
 

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.


Function Documentation

XMLPUBFUN const xmlChar* XMLCALL htmlGetMetaEncoding htmlDocPtr  doc  ) 
 

XMLPUBFUN int XMLCALL htmlIsBooleanAttr const xmlChar name  ) 
 

XMLPUBFUN htmlDocPtr XMLCALL htmlNewDoc const xmlChar URI,
const xmlChar ExternalID
 

XMLPUBFUN htmlDocPtr XMLCALL htmlNewDocNoDtD const xmlChar URI,
const xmlChar ExternalID
 

XMLPUBFUN int XMLCALL htmlSetMetaEncoding htmlDocPtr  doc,
const xmlChar encoding
 


Generated on Wed Mar 16 00:10:30 2005 for Dibbler - a portable DHCPv6 by  doxygen 1.3.9.1