Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

XPath Compound List

Here are the classes, structs, unions and interfaces with brief descriptions:
DOM::AbstractViewIntroduced in DOM Level 2
DOM::AttrThe Attr interface represents an attribute in an Element object
XPath::BooleanRepresents a boolean value
XPath::BooleanImpl
DOM::CDATASectionCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup
DOM::CharacterDataThe CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM
DOM::CommentThis represents the content of a comment, i.e., all the characters between the starting ' <!-- ' and ending ' --> '
DOM::CustomNodeFilterCustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers
DOM::DocumentThe Document interface represents the entire HTML or XML document
DOM::DocumentFragmentDocumentFragment is a "lightweight" or "minimal" Document object
DOM::DocumentTypeEach Document has a doctype attribute whose value is either null or a DocumentType object
DOM::DOMExceptionDOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable)
DOM::DOMImplementationThe DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model
DOM::DomShared
DOM::DOMStringThis class implements the basic string we use in the DOM
Dummy
DOM::ElementBy far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes
DOM::EntityThis interface represents an entity, either parsed or unparsed, in an XML document
DOM::EntityReferenceEntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference
DOM::EventIntroduced in DOM Level 2
DOM::EventExceptionIntroduced in DOM Level 2:
DOM::EventListenerIntroduced in DOM Level 2
XPath::ExprNode
XPath::ExprNodeHelper
XPath::FunctionCallRepresents a function call in an XPath expression AST
DOM::MouseEventIntroduced in DOM Level 2
DOM::MutationEventIntroduced in DOM Level 2
DOM::NamedNodeMapObjects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name
DOM::NodeThe Node interface is the primary datatype for the entire Document Object Model
DOM::NodeFilterFilters are objects that know how to "filter out" nodes
DOM::NodeIteratorNodeIterators are used to step through a set of nodes, e.g
DOM::NodeListThe NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented
XPath::NodeSetRepresents an unordered collection of Nodes
XPath::NodeSetImpl
DOM::NotationThis interface represents a notation declared in the DTD
XPath::NumberRepresents a numeric value (floating point)
XPath::NumberImplRepresents a numeric value (floating point)
XPath::Operator
DOM::ProcessingInstructionThe 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
DOM::RangeException
XPath::SessionThe central class through which this XPath implementation is used
XPath::StringRepresents a string value
XPath::StringImplRepresents a string value
DOM::TextThe Text interface represents the textual content (termed character data in XML) of an Element or Attr
DOM::TextEventDOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypresses which have occurred during key repetition
DOM::TreeWalkerTreeWalker 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 TreeWalker
DOM::UIEventIntroduced in DOM Level 2
XPath::ValueThe base-class of all value types used in the XPath data model
XPath::ValueImpl

Generated on Sat Jan 31 23:28:24 2004 for XPath by doxygen1.2.18