|  |  |  |  | 
        
          |  |   |  
        
          | Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages 
 acdk::xml::sax Namespace Reference
 Detailed DescriptionXML implementation following the SAX interface.
 See also:org::xml::sax 
 
 
 
 
|  |  | 
 Compounds |  | class | AttributeListImpl |  |  | API: org.xml.sax<br>. More... 
 
 |  | class | NamedBufferReader |  |  | API: org.xml.sax<br>. More... 
 
 |  | class | XmlLibLocator |  |  | API: org.xml.sax<br>. More... 
 
 |  | class | XMLParser |  |  | API: org.xml.sax<br>. More... 
 
 |  | class | XMLReader |  | 
 Enumerations |  | enum | XMLReaderFlags { XMLRF_PARSE_RECOVER =  0x0001, 
XMLRF_PARSE_NOENT =  0x0002, 
XMLRF_PARSE_DTDLOAD =  0x0004, 
XMLRF_PARSE_DTDATTR =  0x0008,
 XMLRF_PARSE_DTDVALID =  0x0010, 
XMLRF_PARSE_NOERROR =  0x0020, 
XMLRF_PARSE_NOWARNING =  0x0040, 
XMLRF_PARSE_PEDANTIC =  0x0080,
 XMLRF_PARSE_NOBLANKS =  0x0100, 
XMLRF_PARSE_SAX1 =  0x0200, 
XMLRF_PARSE_XINCLUDE =  0x0400, 
XMLRF_PARSE_NONET =  0x0800,
 XMLRF_PARSE_NODICT =  0x1000, 
XMLRF_PARSE_NSCLEAN =  0x2000, 
XMLRF_PARSE_NOCDATA =  0x4000, 
XMLRF_PARSE_NOXINCNODE =  0x8000,
 XMLRF_PARSE_USE_NS =  0x00010000, 
XMLRF_PARSE_USE_NS_PREFIX =  0x00020000, 
XMLRF_DEFAULTFLAGS =  XMLRF_PARSE_DTDLOAD, 
XMLRF_PARSE_HTML =  0x01000000,
 HTML_PARSE_NOERROR =  32, 
HTML_PARSE_NOWARNING =  64, 
HTML_PARSE_PEDANTIC =  128, 
HTML_PARSE_NOBLANKS =  256,
 HTML_PARSE_NONET =  2048, 
XMLRF_PARSE_HTML_FLAGS =  XMLRF_PARSE_HTML | HTML_PARSE_NOWARNING | HTML_PARSE_NONET | HTML_PARSE_NOERROR
 }
 |  
 Enumeration Type Documentation
 
  
    |  | 
 Enumeration values: 
| XMLRF_PARSE_RECOVER | recover on errors |  | XMLRF_PARSE_NOENT | substitute entities |  | XMLRF_PARSE_DTDLOAD | load the external subset |  | XMLRF_PARSE_DTDATTR | default DTD attributes |  | XMLRF_PARSE_DTDVALID | validate with the DTD |  | XMLRF_PARSE_NOERROR | suppress error reports |  | XMLRF_PARSE_NOWARNING | : suppress warning reports |  | XMLRF_PARSE_PEDANTIC | pedantic error reporting |  | XMLRF_PARSE_NOBLANKS | remove blank nodes |  | XMLRF_PARSE_SAX1 | use the SAX1 interface internally |  | XMLRF_PARSE_XINCLUDE | : Implement XInclude substitition |  | XMLRF_PARSE_NONET | Forbid network access. |  | XMLRF_PARSE_NODICT | Do not reuse the context dictionnary. |  | XMLRF_PARSE_NSCLEAN | remove redundant namespaces declarations |  | XMLRF_PARSE_NOCDATA | merge CDATA as text nodes |  | XMLRF_PARSE_NOXINCNODE | do not generate XINCLUDE START/END nodes |  | XMLRF_PARSE_USE_NS | do not use namespaces |  | XMLRF_PARSE_USE_NS_PREFIX |  |  | XMLRF_DEFAULTFLAGS |  |  | XMLRF_PARSE_HTML | Parse HTML, not XML. |  | HTML_PARSE_NOERROR | suppress error reports |  | HTML_PARSE_NOWARNING |  |  | HTML_PARSE_PEDANTIC | pedantic error reporting |  | HTML_PARSE_NOBLANKS | remove blank nodes |  | HTML_PARSE_NONET | Forbid network access. |  | XMLRF_PARSE_HTML_FLAGS |  | 
 |  |  |