ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

xmlErrorDomain:

Indicates where an error may have come from

Enumerator:
XML_FROM_NONE 
XML_FROM_PARSER 
XML_FROM_TREE 
XML_FROM_NAMESPACE 
XML_FROM_DTD 
XML_FROM_HTML 
XML_FROM_MEMORY 
XML_FROM_OUTPUT 
XML_FROM_IO 
XML_FROM_FTP 
XML_FROM_HTTP 
XML_FROM_XINCLUDE 
XML_FROM_XPATH 
XML_FROM_XPOINTER 
XML_FROM_REGEXP 
XML_FROM_DATATYPE 
XML_FROM_SCHEMASP 
XML_FROM_SCHEMASV 
XML_FROM_RELAXNGP 
XML_FROM_RELAXNGV 
XML_FROM_CATALOG 
XML_FROM_C14N 
XML_FROM_XSLT 
XML_FROM_VALID 
XML_FROM_CHECK 
XML_FROM_WRITER 
XML_FROM_MODULE 
XML_FROM_I18N 
XML_FROM_SCHEMATRONV 

Definition at line 36 of file xmlerror.h.

             {
    XML_FROM_NONE = 0,
    XML_FROM_PARSER,    /* The XML parser */
    XML_FROM_TREE,  /* The tree module */
    XML_FROM_NAMESPACE, /* The XML Namespace module */
    XML_FROM_DTD,   /* The XML DTD validation with parser context*/
    XML_FROM_HTML,  /* The HTML parser */
    XML_FROM_MEMORY,    /* The memory allocator */
    XML_FROM_OUTPUT,    /* The serialization code */
    XML_FROM_IO,    /* The Input/Output stack */
    XML_FROM_FTP,   /* The FTP module */
    XML_FROM_HTTP,  /* The HTTP module */
    XML_FROM_XINCLUDE,  /* The XInclude processing */
    XML_FROM_XPATH, /* The XPath module */
    XML_FROM_XPOINTER,  /* The XPointer module */
    XML_FROM_REGEXP,    /* The regular expressions module */
    XML_FROM_DATATYPE,  /* The W3C XML Schemas Datatype module */
    XML_FROM_SCHEMASP,  /* The W3C XML Schemas parser module */
    XML_FROM_SCHEMASV,  /* The W3C XML Schemas validation module */
    XML_FROM_RELAXNGP,  /* The Relax-NG parser module */
    XML_FROM_RELAXNGV,  /* The Relax-NG validator module */
    XML_FROM_CATALOG,   /* The Catalog module */
    XML_FROM_C14N,  /* The Canonicalization module */
    XML_FROM_XSLT,  /* The XSLT engine from libxslt */
    XML_FROM_VALID, /* The XML DTD validation with valid context */
    XML_FROM_CHECK, /* The error checking module */
    XML_FROM_WRITER,    /* The xmlwriter module */
    XML_FROM_MODULE,    /* The dynamically loaded module module*/
    XML_FROM_I18N,  /* The module handling character conversion */
    XML_FROM_SCHEMATRONV    /* The Schematron validator module */
} xmlErrorDomain;

Generated on Sun May 27 2012 05:57:25 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.