Class Summary | |
---|---|
AbstractView | A base interface that all views shall derive from. |
Attr |
The Attr interface represents an attribute in an
Element object. |
AttributeList | Interface for an element's attribute specifications. |
AttributeListImpl | Default implementation for AttributeList. |
Attributes | Interface for a list of XML attributes. |
AttributesImpl | Default implementation of the Attributes interface. |
CDATASection | CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. |
CharacterData |
The CharacterData interface extends Node with a set of
attributes and methods for accessing character data in the DOM. |
Comment |
This interface inherits from CharacterData and represents the
content of a comment, i.e., all the characters between the starting '
<! |
ContentHandler | Receive notification of the logical content of a document. |
Counter |
The Counter interface is used to represent any counter or
counters function value. |
CSS2Properties |
The CSS2Properties interface represents a convenience
mechanism for retrieving and setting properties within a
CSSStyleDeclaration . |
CSSCharsetRule |
The CSSCharsetRule interface represents a @charset rule in a
CSS style sheet. |
CSSFontFaceRule |
The CSSFontFaceRule interface represents a @font-face rule in
a CSS style sheet. |
CSSImportRule |
The CSSImportRule interface represents a @import rule within
a CSS style sheet. |
CSSMediaRule |
The CSSMediaRule interface represents a @media rule in a CSS
style sheet. |
CSSPageRule |
The CSSPageRule interface represents a @page rule within a
CSS style sheet. |
CSSPrimitiveValue |
The CSSPrimitiveValue interface represents a single CSS value
. |
CSSRule |
The CSSRule interface is the abstract base interface for any
type of CSS statement. |
CSSRuleList |
The CSSRuleList interface provides the abstraction of an
ordered collection of CSS rules.
|
CSSStyleDeclaration |
The CSSStyleDeclaration interface represents a single CSS
declaration block. |
CSSStyleRule |
The CSSStyleRule interface represents a single rule set in a
CSS style sheet.
|
CSSStyleSheet |
The CSSStyleSheet interface is a concrete interface used to
represent a CSS style sheet i.e., a style sheet whose content type is
"text/css".
|
CSSUnknownRule |
The CSSUnknownRule interface represents an at-rule not
supported by this user agent.
|
CSSValue |
The CSSValue interface represents a simple or a complex
value. |
CSSValueList |
The CSSValueList interface provides the abstraction of an
ordered collection of CSS values.
|
DeclHandler | SAX2 extension handler for DTD declaration events. |
DefaultHandler | Default base class for SAX2 event handlers. |
Document |
The Document interface represents the entire HTML or XML
document. |
DocumentBuilder | Defines the API to obtain DOM Document instances from an XML document. |
DocumentBuilderFactory | Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents. |
DocumentCSS | This interface represents a document with a CSS view. |
DocumentEvent |
The DocumentEvent interface provides a mechanism by which the
user can create an Event of a type supported by the implementation. |
DocumentFragment |
DocumentFragment is a "lightweight" or "minimal"
Document object. |
DocumentHandler | Receive notification of general document events. |
DocumentRange |
See also the Document Object Model (DOM) Level 2 Traversal and Range Specification. |
DocumentStyle |
The DocumentStyle interface provides a mechanism by which the
style sheets embedded in a document can be retrieved. |
DocumentTraversal |
DocumentTraversal contains methods that create
NodeIterators and TreeWalkers to traverse a
node and its children in document order (depth first, pre-order
traversal, which is equivalent to the order in which the start tags occur
in the text representation of the document). |
DocumentType |
Each Document has a doctype attribute whose value
is either null or a DocumentType object. |
DocumentView |
The DocumentView interface is implemented by
Document objects in DOM implementations supporting DOM
Views. |
DOMException | DOM 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). |
DOMImplementation |
The DOMImplementation interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.
|
DOMImplementationCSS |
This interface allows the DOM user to create a CSSStyleSheet
outside the context of a document. |
DOMLocator | Indicates the position of a node in a source DOM, intended primarily for error reporting. |
DOMResult | Acts as a holder for a transformation result tree, in the form of a Document Object Model (DOM) tree. |
DOMSource | Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree. |
DTDHandler | Receive notification of basic DTD-related events. |
Element |
The Element interface represents an element in an HTML or XML
document. |
ElementCSSInlineStyle |
Inline style information attached to elements is exposed through the
style attribute. |
Entity | This interface represents an entity, either parsed or unparsed, in an XML document. |
EntityReference |
EntityReference 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. |
EntityResolver | Basic interface for resolving entities. |
ErrorHandler | Basic interface for SAX error handlers. |
ErrorListener |
To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implmentation with the Transformer. |
Event |
The Event interface is used to provide contextual information
about an event to the handler processing the event. |
EventException |
Event operations may throw an EventException as specified in
their method descriptions.
|
EventListener |
The EventListener interface is the primary method for
handling events. |
EventTarget |
The EventTarget interface is implemented by all
Nodes in an implementation which supports the DOM Event
Model. |
FactoryConfigurationError | Thrown when a problem with configuration with the Parser Factories exists. |
HandlerBase | Default base class for handlers. |
HTMLAnchorElement | The anchor element. |
HTMLAppletElement | An embedded Java applet. |
HTMLAreaElement | Client-side image map area definition. |
HTMLBaseElement | Document base URI. |
HTMLBaseFontElement | Base font. |
HTMLBodyElement | The HTML document body. |
HTMLBRElement | Force a line break. |
HTMLButtonElement | Push button. |
HTMLCollection |
An HTMLCollection is a list of nodes. |
HTMLDirectoryElement | Directory list. |
HTMLDivElement | Generic block container. |
HTMLDListElement | Definition list. |
HTMLDocument |
An HTMLDocument is the root of the HTML hierarchy andholds the
entire content. |
HTMLElement | All HTML element interfaces derive from this class. |
HTMLFieldSetElement | Organizes form controls into logical groups. |
HTMLFontElement | Local change to font. |
HTMLFormElement |
The FORM element encompasses behavior similar to acollection
and an element. |
HTMLFrameElement | Create a frame. |
HTMLFrameSetElement | Create a grid of frames. |
HTMLHeadElement | Document head information. |
HTMLHeadingElement |
For the H1 to H6 elements. |
HTMLHRElement | Create a horizontal rule. |
HTMLHtmlElement | Root of an HTML document. |
HTMLIFrameElement | Inline subwindows. |
HTMLImageElement | Embedded image. |
HTMLInputElement | Form control. |
HTMLIsIndexElement | This element is usedfor single-line text input. |
HTMLLabelElement | Form field label text. |
HTMLLegendElement |
Provides a caption for a FIELDSET grouping. |
HTMLLinkElement |
The LINK element specifies a link to an externalresource, and
defines this document's relationship to that resource(or vice versa). |
HTMLLIElement | List item. |
HTMLMapElement | Client-side image map. |
HTMLMenuElement | Menu list. |
HTMLMetaElement | This contains generic meta-information about the document. |
HTMLModElement | Notice of modification to part of a document. |
HTMLObjectElement | Generic embedded object. |
HTMLOListElement | Ordered list. |
HTMLOptGroupElement | Group options together in logical subdivisions. |
HTMLOptionElement | A selectable choice. |
HTMLParagraphElement | Paragraphs. |
HTMLParamElement |
Parameters fed to the OBJECT element. |
HTMLPreElement | Preformatted text. |
HTMLQuoteElement |
For the Q and BLOCKQUOTE elements. |
HTMLScriptElement | Script statements. |
HTMLSelectElement | The select element allows the selection of an option. |
HTMLStyleElement | Style information. |
HTMLTableCaptionElement | Table caption See the CAPTION element definition in HTML 4.0. |
HTMLTableCellElement |
The object used to represent the TH and TD
elements. |
HTMLTableColElement |
Regroups the COL and COLGROUP elements. |
HTMLTableElement | The create* and delete* methods on the table allow authors to constructand modify tables. |
HTMLTableRowElement | A row in a table. |
HTMLTableSectionElement |
The THEAD , TFOOT , and TBODY elements. |
HTMLTextAreaElement | Multi-line text field. |
HTMLTitleElement | The document title. |
HTMLUListElement | Unordered list. |
InputSource | A single input source for an XML entity. |
LexicalHandler | SAX2 extension handler for lexical events. |
LinkStyle |
The LinkStyle interface provides a mechanism by which a style
sheet can be retrieved from the node responsible for linking it into a
document. |
Locator | Interface for associating a SAX event with a document location. |
LocatorImpl | Provide an optional convenience implementation of Locator. |
MediaList |
The MediaList interface provides the abstraction of an
ordered collection of media, without defining or constraining how this
collection is implemented. |
MouseEvent |
The MouseEvent interface provides specific contextual
information associated with Mouse events.
|
MutationEvent |
The MutationEvent interface provides specific contextual
information associated with Mutation events.
|
NamedNodeMap |
Objects implementing the NamedNodeMap interface are used to
represent collections of nodes that can be accessed by name. |
NamespaceSupport | Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers. |
Node |
The Node interface is the primary datatype for the entire
Document Object Model. |
NodeFilter | Filters are objects that know how to "filter out" nodes. |
NodeIterator |
NodeIterators are used to step through a set of nodes, e.g.
the set of nodes in a NodeList , the document subtree
governed by a particular Node , the results of a query, or
any other set of nodes. |
NodeList |
The NodeList interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented. |
Notation | This interface represents a notation declared in the DTD. |
OutputKeys | Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object. |
Parser | Basic interface for SAX (Simple API for XML) parsers. |
ParserAdapter | Adapt a SAX1 Parser as a SAX2 XMLReader. |
ParserConfigurationException | Indicates a serious configuration error. |
ParserFactory | Java-specific class for dynamically loading SAX parsers. |
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.
|
Range |
See also the Document Object Model (DOM) Level 2 Traversal and Range Specification. |
RangeException |
Range operations may throw a RangeException as specified in
their method descriptions.
|
Rect |
The Rect interface is used to represent any rect value. |
Result | An object that implements this interface contains the information needed to build a transformation result tree. |
RGBColor |
The RGBColor interface is used to represent any RGB color
value. |
SAXException | Encapsulate a general SAX error or warning. |
SAXNotRecognizedException | Exception class for an unrecognized identifier. |
SAXNotSupportedException | Exception class for an unsupported operation. |
SAXParseException | Encapsulate an XML parse error or warning. |
SAXParser | Defines the API that wraps an XMLReader implementation class. |
SAXParserFactory |
Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
An implementation of the |
SAXResult | Acts as an holder for a transformation Result. |
SAXSource | Acts as an holder for SAX-style Source. |
SAXTransformerFactory | This class extends TransformerFactory to provide SAX-specific factory methods. |
Source | An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). |
SourceLocator | This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions. |
StreamResult | Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup. |
StreamSource | Acts as an holder for a transformation Source in the form of a stream of XML markup. |
StyleSheet |
The StyleSheet interface is the abstract base interface for
any type of style sheet. |
StyleSheetList |
The StyleSheetList interface provides the abstraction of an
ordered collection of style sheets.
|
Templates | An object that implements this interface is the runtime representation of processed transformation instructions. |
TemplatesHandler | A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object. |
Text |
The Text interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element or Attr . |
Transformer | An instance of this abstract class can transform a source tree into a result tree. |
TransformerConfigurationException | Indicates a serious configuration error. |
TransformerException | This class specifies an exceptional condition that occured during the transformation process. |
TransformerFactory | A TransformerFactory instance can be used to create Transformer and Templates objects. |
TransformerFactoryConfigurationError | Thrown when a problem with configuration with the Transformer Factories exists. |
TransformerHandler | A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result. |
TreeWalker |
TreeWalker objects are used to navigate a document tree or
subtree using the view of the document defined by their
whatToShow flags and filter (if any). |
UIEvent |
The UIEvent interface provides specific contextual information
associated with User Interface events.
|
URIResolver |
An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object. |
ViewCSS | This interface represents a CSS view. |
XMLFilter | Interface for an XML filter. |
XMLFilterImpl | Base class for deriving an XML filter. |
XMLReader | Interface for reading an XML document using callbacks. |
XMLReaderAdapter | Adapt a SAX2 XMLReader as a SAX1 Parser. |
XMLReaderFactory | Factory for creating an XML reader. |