http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback

PDF Document

Download
Dev Snapshots
CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Xerces-C Compound List

Here are the classes, structs, unions and interfaces with brief descriptions:
  • AttributeList (Interface for an element's attribute specifications)
  • BinFileInputStream (No description available)
  • BinInputStream (No description available)
  • BinMemInputStream (No description available)
  • DocTypeHandler (No description available)
  • DocumentHandler (Receive notification of general document events)
  • DOM_Attr (The DOM_Attr class refers to an attribute of an XML element)
  • DOM_CDATASection (DOM_CDataSection objects refer to the data from an XML CDATA section)
  • DOM_CharacterData (The DOM_CharacterData interface extends Node with a set of methods for accessing character data in the DOM)
  • DOM_Comment (Class to refer to XML comment nodes in the DOM)
  • DOM_Document (Class to refer to XML Document nodes in the DOM)
  • DOM_DocumentFragment (DocumentFragment is a "lightweight" or "minimal" Document object)
  • DOM_DocumentType (Each Document has a doctype whose value is either null or a DocumentType object)
  • DOM_DOMException (Encapsulate a general DOM error or warning)
  • DOM_DOMImplementation (This class provides a way to query the capabilities of an implementation of the DOM)
  • DOM_Element (By far the vast majority of objects (apart from text) that authors encounter when traversing a document are DOM_Element nodes)
  • DOM_Entity (This interface represents an entity, either parsed or unparsed, in an XML document)
  • DOM_EntityReference (EntityReference nodes will appear in the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference)
  • DOM_NamedNodeMap (NamedNodeMaps are used to represent collections of nodes that can be accessed by name)
  • DOM_Node (The Node interface is the primary datatype for the entire Document Object Model)
  • DOM_NodeFilter (Filters are objects that know how to "filter out" nodes)
  • DOM_NodeIterator (NodeIterators are used to step through a set of nodes e.g)
  • DOM_NodeList (The NodeList interface provides the abstraction of an ordered collection of nodes)
  • DOM_Notation (This interface represents a notation declared in the DTD)
  • DOM_ProcessingInstruction (The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document)
  • DOM_Range (No description available)
  • DOM_RangeException (Encapsulate range related DOM error or warning)
  • DOM_Text (The Text interface represents the textual content (termed character data in XML) of an Element or Attr)
  • DOM_TreeWalker (DOM_TreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by its whatToShow flags and any filters that are defined for the DOM_TreeWalker)
  • DOM_XMLDecl (Class to refer to XML Declaration nodes in the DOM)
  • DOMParser (This class implements the Document Object Model (DOM) interface)
  • DOMString (DOMString is the generic string class that stores all strings used in the DOM C++ API)
  • DTDHandler (Receive notification of basic DTD-related events)
  • EntityResolver (Basic interface for resolving entities)
  • ErrorHandler (Basic interface for SAX error handlers)
  • HandlerBase (Default base class for handlers)
  • InputSource (A single input source for an XML entity)
  • LocalFileInputSource (This class is a derivative of the standard InputSource class)
  • Locator (Interface for associating a SAX event with a document location)
  • MemBufInputSource (This class is a derivative of the standard InputSource class)
  • NoDefTranscoderException (No description available)
  • Parser (Basic interface for SAX (Simple API for XML) parsers)
  • SAXException (Encapsulate a general SAX error or warning)
  • SAXNotRecognizedException (No description available)
  • SAXNotSupportedException (No description available)
  • SAXParseException (Encapsulate an XML parse error or warning)
  • SAXParser (This class implements the SAX 'Parser' interface and should be used by applications wishing to parse the XML files using SAX)
  • StdInInputSource (This class is a derivative of the standard InputSource class)
  • XMLTransService::TransRec (No description available)
  • URLInputSource (This class is a derivative of the standard InputSource class)
  • XMLAttDef (Represents the core information of an atribute definition)
  • XMLAttDefList (This class defines an abstract interface that all validators must support)
  • XMLAttr (This class defines the information about an attribute that will come out of the scanner during parsing)
  • XMLContentModel (This class defines the abstract interface for all content models)
  • XMLDeleter (No description available)
  • XMLDeleterFor (No description available)
  • XMLDocumentHandler (This abstract class provides the interface for the scanner to return XML document information up to the parser as it scans through the document)
  • XMLElementDecl (This class defines the core information of an element declaration)
  • XMLEntityDecl (This class defines that core information that defines an XML entity, no matter what validator is used)
  • XMLEntityHandler (This abstract class is a callback mechanism for the scanner)
  • XMLErrorReporter (This abstract class defines a callback mechanism for the scanner)
  • XMLErrs (No description available)
  • XMLException (No description available)
  • XMLFormatTarget (No description available)
  • XMLFormatter (This class provides the basic formatting capabilities that are required to turn the Unicode based XML data from the parsers into a form that can be used on non-Unicode based systems, i.e)
  • XMLLCPTranscoder (No description available)
  • XMLNotationDecl (This class represents the core information about a notation declaration that all validators must at least support)
  • XMLPlatformUtils (Utilities that must be implemented in a platform-specific way)
  • XMLString (Class for representing native character strings and handling common string operations)
  • XMLTranscoder (No description available)
  • XMLTransService (No description available)
  • XMLUni (No description available)
  • XMLValid (No description available)
  • XMLValidator (This abstract class provides the interface for all validators)


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.