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

xmlDocProperty

Set of properties of the document as found by the parser Some of them are linked to similary named xmlParserOption

Enumerator:
XML_DOC_WELLFORMED 
XML_DOC_NSVALID 
XML_DOC_OLD10 
XML_DOC_DTDVALID 
XML_DOC_XINCLUDE 
XML_DOC_USERBUILT 
XML_DOC_INTERNAL 
XML_DOC_HTML 

Definition at line 493 of file tree.h.

             {
    XML_DOC_WELLFORMED      = 1<<0, /* document is XML well formed */
    XML_DOC_NSVALID     = 1<<1, /* document is Namespace valid */
    XML_DOC_OLD10       = 1<<2, /* parsed with old XML-1.0 parser */
    XML_DOC_DTDVALID        = 1<<3, /* DTD validation was successful */
    XML_DOC_XINCLUDE        = 1<<4, /* XInclude substitution was done */
    XML_DOC_USERBUILT       = 1<<5, /* Document was built using the API
                                           and not by parsing an instance */
    XML_DOC_INTERNAL        = 1<<6, /* built for internal processing */
    XML_DOC_HTML        = 1<<7  /* parsed or built HTML document */
} xmlDocProperties;

Generated on Mon May 28 2012 05:09:07 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.