All Classes and Interfaces
Class
Description
A base interface that all views shall derive from.
The
Attr
interface represents an attribute in an
Element
object.Deprecated.
Deprecated.
This class implements a deprecated interface,
AttributeList
;
that interface has been replaced by
Attributes
,
which is implemented in the
AttributesImpl
helper class.Interface for a list of XML attributes.
SAX2 extension to augment the per-attribute information
provided though
Attributes
.SAX2 extension helper for additional Attributes information,
implementing the
Attributes2
interface.Default implementation of the Attributes interface.
CDATA sections are used to escape blocks of text containing characters that
would otherwise be regarded as markup.
The
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.This interface inherits from
CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.Receive notification of the logical content of a document.
The
Counter
interface is used to represent any counter or
counters function value.The
CSS2Properties
interface represents a convenience
mechanism for retrieving and setting properties within a
CSSStyleDeclaration
.The
CSSCharsetRule
interface represents a @charset rule in a
CSS style sheet.The
CSSFontFaceRule
interface represents a @font-face rule in
a CSS style sheet.The
CSSImportRule
interface represents a @import rule within
a CSS style sheet.The
CSSMediaRule
interface represents a @media rule in a CSS
style sheet.The
CSSPageRule
interface represents a @page rule within a
CSS style sheet.Encapsulate a CSS parse error or warning.
The
CSSPrimitiveValue
interface represents a single CSS value
.The
CSSRule
interface is the abstract base interface for any
type of CSS statement.The
CSSRuleList
interface provides the abstraction of an
ordered collection of CSS rules.The
CSSStyleDeclaration
interface represents a single CSS
declaration block.The
CSSStyleRule
interface represents a single rule set in a
CSS style sheet.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".The
CSSUnknownRule
interface represents an at-rule not
supported by this user agent.The
CSSValue
interface represents a simple or a complex
value.The
CSSValueList
interface provides the abstraction of an
ordered collection of CSS values.Indicates a serious configuration error.
Utility class to contain basic Datatype values as constants.
Type-safe enum class that represents six fields
of the
Duration
class.Factory that creates new
javax.xml.datatype
Object
s that map XML to/from Java Object
s.SAX2 extension handler for DTD declaration events.
Default base class for SAX2 event handlers.
This class extends the SAX2 base handler class to support the
SAX2
LexicalHandler
, DeclHandler
, and
EntityResolver2
extensions.The
Document
interface represents the entire HTML or XML
document.Defines the API to obtain DOM Document instances from an XML
document.
Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.
This interface represents a document with a CSS view.
The
DocumentEvent
interface provides a mechanism by which the
user can create an Event of a type supported by the implementation.DocumentFragment
is a "lightweight" or "minimal"
Document
object.This is the main interface that most CSS applications implement: if the
application needs to be informed of basic parsing events, it implements this
interface and registers an instance with the CSS parser using the
setCSSHandler method.
Deprecated.
This interface has been replaced by the SAX2
ContentHandler
interface, which includes Namespace support.The
DocumentStyle
interface provides a mechanism by which the
style sheets embedded in a document can be retrieved.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).Each
Document
has a doctype
attribute whose value
is either null
or a DocumentType
object.The
DocumentView
interface is implemented by
Document
objects in DOM implementations supporting DOM
Views.The
DOMConfiguration
interface represents the configuration
of a document and maintains a table of recognized parameters.DOMError
is an interface that describes an error.DOMErrorHandler
is a callback interface that the DOM
implementation can call when reporting errors that happens while
processing XML data, or when doing some other processing (e.g.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).
The
DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.This interface allows the DOM user to create a
CSSStyleSheet
outside the context of a document.The
DOMImplementationList
interface provides the abstraction
of an ordered collection of DOM implementations, without defining or
constraining how this collection is implemented.DOMImplementationLS
contains the factory methods for creating
Load and Save objects.A factory that enables applications to obtain instances of
DOMImplementation
.This interface permits a DOM implementer to supply one or more
implementations, based upon requested features and versions, as specified
in .
Indicates the position of a node in a source DOM, intended
primarily for error reporting.
DOMLocator
is an interface that describes a location (e.g.Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.
Acts as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree.
The
DOMStringList
interface provides the abstraction of an
ordered collection of DOMString
values, without defining or
constraining how this collection is implemented.Receive notification of basic DTD-related events.
Immutable representation of a time span as defined in
the W3C XML Schema 1.0 specification.
The
Element
interface represents an element in an HTML or XML
document.Inline style information attached to elements is exposed through the
style
attribute.SMILAnimation
supports several methods for controlling the behavior of animation:
beginElement()
and endElement()
, et al.The
ElementTraversal
interface is a set of read-only attributes
which allow an author to easily navigate between elements in a document.This interface represents a known entity, either parsed or unparsed, in an
XML document.
EntityReference
nodes may be used to represent an entity
reference in the tree.Basic interface for resolving entities.
Extended interface for mapping external entity references to input
sources, or providing a missing external subset.
Basic interface for CSS error handlers.
Basic interface for SAX error handlers.
To provide customized error handling, implement this interface and
use the
setErrorListener
method to register an instance of the
implementation with the Transformer
.The
Event
interface is used to provide contextual information
about an event to the handler processing the event.Event operations may throw an
EventException
as specified in
their method descriptions.The
EventListener
interface is the primary method for
handling events.This interface must be implemented in order to call Java code from
an SVG document.
The
EventTarget
interface is implemented by all
Nodes
in an implementation which supports the DOM Event
Model.Thrown when a problem with configuration with the Parser Factories
exists.
Deprecated.
This class works with the deprecated
DocumentHandler
interface.The anchor element.
An embedded Java applet.
Client-side image map area definition.
Document base URI.
Base font.
The HTML document body.
Force a line break.
Push button.
An
HTMLCollection
is a list of nodes.Directory list.
Generic block container.
Definition list.
An
HTMLDocument
is the root of the HTML hierarchy andholds the
entire content.All HTML element interfaces derive from this class.
Organizes form controls into logical groups.
Local change to font.
The
FORM
element encompasses behavior similar to acollection
and an element.Create a frame.
Create a grid of frames.
Document head information.
For the
H1
to H6
elements.Create a horizontal rule.
Root of an HTML document.
Inline subwindows.
Embedded image.
Form control.
This element is usedfor single-line text input.
Form field label text.
Provides a caption for a
FIELDSET
grouping.List item.
The
LINK
element specifies a link to an externalresource, and
defines this document's relationship to that resource(or vice versa).Client-side image map.
Menu list.
This contains generic meta-information about the document.
Notice of modification to part of a document.
Generic embedded object.
Ordered list.
Group options together in logical subdivisions.
A selectable choice.
Paragraphs.
Parameters fed to the
OBJECT
element.Preformatted text.
For the
Q
and BLOCKQUOTE
elements.Script statements.
The select element allows the selection of an option.
Style information.
Table caption See the CAPTION element definition in HTML 4.0.
The object used to represent the
TH
and TD
elements.Regroups the
COL
and COLGROUP
elements.The create* and delete* methods on the table allow authors to constructand
modify tables.
A row in a table.
The
THEAD
, TFOOT
, and TBODY
elements.Multi-line text field.
The document title.
Unordered list.
A single input source for a CSS source.
A single input source for an XML entity.
SAX2 extension handler for lexical events.
This is a lexical unit for CSS values.
The
LinkStyle
interface provides a mechanism by which a style
sheet can be retrieved from the node responsible for linking it into a
document.Interface for associating a CSS event with a document location.
Interface for associating a SAX event with a document location.
SAX2 extension to augment the entity information provided
though a
Locator
.SAX2 extension helper for holding additional Entity information,
implementing the
Locator2
interface.Provide an optional convenience implementation of Locator.
Parser or write operations may throw an
LSException
if the
processing is stopped.This interface represents an input source for data.
This interface represents a load event object that signals the completion
of a document load.
This interface represents an output destination for data.
An interface to an object that is able to build, or augment, a DOM tree
from various input sources.
LSParserFilter
s provide applications the ability to examine
nodes as they are being constructed while parsing.This interface represents a progress event object that notifies the
application about progress as a document is parsed.
LSResourceResolver
provides a way for applications to
redirect references to external resources.A
LSSerializer
provides an API for serializing (writing) a
DOM document out into XML.LSSerializerFilter
s provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not.The
MediaList
interface provides the abstraction of an
ordered collection of media, without defining or constraining how this
collection is implemented.The
MouseEvent
interface provides specific contextual
information associated with Mouse events.The
MutationEvent
interface provides specific contextual
information associated with Mutation events.Objects implementing the
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.The
NameList
interface provides the abstraction of an ordered
collection of parallel pairs of name and namespace values (which could be
null values), without defining or constraining how this collection is
implemented.Interface for read only XML Namespace context processing.
Encapsulate Namespace logic for use by applications using SAX,
or internally by SAX drivers.
The
Node
interface is the primary datatype for the entire
Document Object Model.Filters are objects that know how to "filter out" nodes.
NodeIterators
are used to step through a set of nodes, e.g.The
NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.This interface represents a notation declared in the DTD.
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.
Basic interface for CSS (Simple API for CSS) parsers.
Deprecated.
This interface has been replaced by the SAX2
XMLReader
interface, which includes Namespace support.Adapt a SAX1 Parser as a SAX2 XMLReader.
Indicates a serious configuration error.
Deprecated.
This class works with the deprecated
Parser
interface.The
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.This simple matches a
processing instruction.
QName
represents a qualified name
as defined in the XML specifications: XML Schema Part2:
Datatypes specification, Namespaces
in XML, Namespaces
in XML Errata.Range operations may throw a
RangeException
as specified in
their method descriptions.The
Rect
interface is used to represent any rect value.An object that implements this interface contains the information
needed to build a transformation result tree.
The
RGBColor
interface is used to represent any RGB color
value.Encapsulate a general SAX error or warning.
Exception class for an unrecognized identifier.
Exception class for an unsupported operation.
Encapsulate an XML parse error or warning.
Defines the API that wraps an
XMLReader
implementation class.Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
Acts as an holder for a transformation Result.
Acts as an holder for SAX-style Source.
This class extends TransformerFactory to provide SAX-specific
factory methods.
Immutable in-memory representation of grammar.
Factory that creates
Schema
objects. Entry-point to
the validation API.This class was removed from JAXP 1.3 before it was finalized but
was mistakenly included in Java 5.
This interface defines a selector.
The SelectorList interface provides the abstraction of an ordered collection
of selectors, without defining or constraining how this collection is
implemented.
This interface is only for constraints on selectors.
An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions).
This interface is primarily for the purposes of reporting where
an error occurred in the XML source or transformation instructions.
Acts as an holder for a transformation result,
which may be XML, plain Text, HTML, or some other form of markup.
Acts as an holder for a transformation Source in the form
of a stream of XML markup.
The
StyleSheet
interface is the abstract base interface for
any type of style sheet.The
StyleSheetList
interface provides the abstraction of an
ordered collection of style sheets.An object that implements this interface is the runtime representation of processed
transformation instructions.
A SAX ContentHandler that may be used to process SAX
parse events (parsing transformation instructions) into a Templates object.
The
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an Element
or Attr
.The
TimeEvent
interface provides specific contextual
information associated with Time events.An instance of this abstract class can transform a
source tree into a result tree.
Indicates a serious configuration error.
This class specifies an exceptional condition that occurred
during the transformation process.
A TransformerFactory instance can be used to create
Transformer
and
Templates
objects.Thrown when a problem with configuration with the Transformer Factories
exists.
A TransformerHandler
listens for SAX ContentHandler parse events and transforms
them to a Result.
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).The
TypeInfo
interface represents a type referenced from
Element
or Attr
nodes, specified in the schemas
associated with the document.This class provides access to the type information determined
by
ValidatorHandler
.The
UIEvent
interface provides specific contextual information
associated with User Interface events.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.
When associating an object to a key on a node using
Node.setUserData()
the application can provide a handler
that gets called when the node the object is associated to is being
cloned, imported, or renamed.A processor that checks an XML document against
Schema
.Streaming validator that works on SAX stream.
This interface represents a CSS view.
Utility class to contain basic XML values as constants.
Interface for an XML filter.
Base class for deriving an XML filter.
Representation for W3C XML Schema 1.0 date/time datatypes.
Interface for reading an XML document using callbacks.
Adapt a SAX2 XMLReader as a SAX1 Parser.
Factory for creating an XML reader.
XPath
provides access to the XPath evaluation environment and expressions.XPath constants.
The evaluation of XPath expressions is provided by
XPathEvaluator
.XPathException
represents a generic XPath exception.A new exception has been created for exceptions specific to these XPath
interfaces.
XPathExpression
provides access to compiled XPath expressions.The
XPathExpression
interface represents a parsed and resolved
XPath expression.XPathExpressionException
represents an error in an XPath expression.An
XPathFactory
instance can be used to create
XPath
objects.XPathFactoryConfigurationException
represents a configuration error in a XPathFactory
environment.XPathFunction
provides access to XPath functions.XPathFunctionException
represents an error with an XPath function.XPathFunctionResolver
provides access to the set of user defined XPathFunction
s.The
XPathNamespace
interface is returned by
XPathResult
interfaces to represent the XPath namespace node
type that DOM lacks.The
XPathNSResolver
interface permit prefix
strings in the expression to be properly bound to
namespaceURI
strings.The
XPathResult
interface represents the result of the
evaluation of an XPath 1.0 expression within the context of a particular
node.XPathVariableResolver
provides access to the set of user defined XPath variables.
Attributes
interface, which includes Namespace support.