| Name | Description | Type | Package | Framework |
| AbstractView | A base interface that all views shall derive from. | Interface | org.w3c.dom.views | Apache Xerces |
|
| Attr | The Attr interface represents an attribute in an Element object. | Interface | org.w3c.dom | Apache Xerces |
|
| Attribute | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| AttributeList | Interface for an element's attribute specifications. | Interface | org.xml.sax | Apache Xerces |
|
| AttributeListImpl | Default implementation for AttributeList. | Class | org.xml.sax.helpers | Apache Xerces |
|
| Attributes | Interface for a list of XML attributes. | Interface | org.xml.sax | Apache Xerces |
|
| Attributes2 | SAX2 extension to augment the per-attribute information provided though Attributes. | Interface | org.xml.sax.ext | Apache Xerces |
|
| Attributes2Impl | SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface. | Class | org.xml.sax.ext | Apache Xerces |
|
| AttributesImpl | Default implementation of the Attributes interface. | Class | org.xml.sax.helpers | Apache Xerces |
|
| CDATASection | CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. | Interface | org.w3c.dom | Apache Xerces |
|
| CharacterData | The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM. | Interface | org.w3c.dom | Apache Xerces |
|
| Characters | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| Comment | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| Comment | This interface inherits from CharacterData and represents the content of a comment, i. | Interface | org.w3c.dom | Apache Xerces |
|
| ContentHandler | Receive notification of the logical content of a document. | Interface | org.xml.sax | Apache Xerces |
|
| DatatypeConfigurationException | Indicates a serious configuration error. | Class | javax.xml.datatype | Apache Xerces |
|
| DatatypeConstants | Utility class to contain basic Datatype values as constants. | Class | javax.xml.datatype | Apache Xerces |
|
| DatatypeFactory | Factory that creates new javax. | Class | javax.xml.datatype | Apache Xerces |
|
| DeclHandler | SAX2 extension handler for DTD declaration events. | Interface | org.xml.sax.ext | Apache Xerces |
|
| DefaultHandler | Default base class for SAX2 event handlers. | Class | org.xml.sax.helpers | Apache Xerces |
|
| DefaultHandler2 | This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and | Class | org.xml.sax.ext | Apache Xerces |
|
| Document | The Document interface represents the entire HTML or XML document. | Interface | org.w3c.dom | Apache Xerces |
|
| DocumentBuilder | Defines the API to obtain DOM Document instances from an XML document. | Class | javax.xml.parsers | Apache Xerces |
|
| DocumentBuilderFactory | Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents. | Class | javax.xml.parsers | Apache Xerces |
|
| DocumentEvent | The DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation. | Interface | org.w3c.dom.events | Apache Xerces |
|
| DocumentFragment | DocumentFragment is a lightweight or minimal Document object. | Interface | org.w3c.dom | Apache Xerces |
|
| DocumentHandler | Receive notification of general document events. | Interface | org.xml.sax | Apache Xerces |
|
| DocumentRange | See also the Document Object Model (DOM) Level 2 Traversal and Range Specification. | Interface | org.w3c.dom.ranges | Apache Xerces |
|
| DocumentTraversal | DocumentTraversal contains methods that create NodeIterators and TreeWalkers to traverse a | Interface | org.w3c.dom.traversal | Apache Xerces |
|
| DocumentType | Each Document has a doctype attribute whose value is either null or a DocumentType object. | Interface | org.w3c.dom | Apache Xerces |
|
| DocumentView | The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM | Interface | org.w3c.dom.views | Apache Xerces |
|
| DOMConfiguration | The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters. | Interface | org.w3c.dom | Apache Xerces |
|
| DOMError | DOMError is an interface that describes an error. | Interface | org.w3c.dom | Apache Xerces |
|
| DOMErrorHandler | DOMErrorHandler is a callback interface that the DOM implementation can call when reporting errors that happens while | Interface | org.w3c.dom | Apache Xerces |
|
| DOMException | DOM operations only raise exceptions in exceptional circumstances, i. | Class | org.w3c.dom | Apache Xerces |
|
| DOMImplementation | The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance | Interface | org.w3c.dom | Apache Xerces |
|
| DOMImplementationList | The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or | Interface | org.w3c.dom | Apache Xerces |
|
| DOMImplementationLS | DOMImplementationLS contains the factory methods for creating Load and Save objects. | Interface | org.w3c.dom.ls | Apache Xerces |
|
| DOMImplementationRegistry | A factory that enables applications to obtain instances of // get an instance of the DOMImplementation registry | Class | org.w3c.dom.bootstrap | Apache Xerces |
|
| DOMImplementationSource | This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified | Interface | org.w3c.dom | Apache Xerces |
|
| DOMLocator | Indicates the position of a node in a source DOM, intended primarily for error reporting. | Interface | javax.xml.transform.dom | Apache Xerces |
|
| DOMLocator | DOMLocator is an interface that describes a location (e. | Interface | org.w3c.dom | Apache Xerces |
|
| DOMResult | Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree. | Class | javax.xml.transform.dom | Apache Xerces |
|
| DOMSource | Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree. | Class | javax.xml.transform.dom | Apache Xerces |
|
| DOMStringList | The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or | Interface | org.w3c.dom | Apache Xerces |
|
| DTD | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| DTDHandler | Receive notification of basic DTD-related events. | Interface | org.xml.sax | Apache Xerces |
|
| Duration | Immutable representation of a time span as defined in the W3C XML Schema 1. | Class | javax.xml.datatype | Apache Xerces |
|
| Element | The Element interface represents an element in an HTML or XML document. | Interface | org.w3c.dom | Apache Xerces |
|
| ElementTraversal | The ElementTraversal interface is a set of read-only attributes which allow an author to easily navigate between elements in a document. | Interface | org.w3c.dom | Apache Xerces |
|
| EndDocument | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| EndElement | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| Entity | This interface represents a known entity, either parsed or unparsed, in an XML document. | Interface | org.w3c.dom | Apache Xerces |
|
| EntityDeclaration | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| EntityReference | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| EntityReference | EntityReference nodes may be used to represent an entity reference in the tree. | Interface | org.w3c.dom | Apache Xerces |
|
| EntityResolver | Basic interface for resolving entities. | Interface | org.xml.sax | Apache Xerces |
|
| EntityResolver2 | sources, or providing a missing external subset. | Interface | org.xml.sax.ext | Apache Xerces |
|
| ErrorHandler | Basic interface for SAX error handlers. | Interface | org.xml.sax | Apache Xerces |
|
| ErrorListener | To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the | Interface | javax.xml.transform | Apache Xerces |
|
| Event | The Event interface is used to provide contextual information about an event to the handler processing the event. | Interface | org.w3c.dom.events | Apache Xerces |
|
| EventException | Event operations may throw an EventException as specified in their method descriptions. | Class | org.w3c.dom.events | Apache Xerces |
|
| EventListener | The EventListener interface is the primary method for handling events. | Interface | org.w3c.dom.events | Apache Xerces |
|
| EventReaderDelegate | | Class | javax.xml.stream.util | Apache Xerces |
|
| EventTarget | The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event | Interface | org.w3c.dom.events | Apache Xerces |
|
| FactoryConfigurationError | Thrown when a problem with configuration with the Parser Factories exists. | Class | javax.xml.parsers | Apache Xerces |
|
| FactoryConfigurationError | See Also:Serialized FormConstructor SummaryFactoryConfigurationError() | Class | javax.xml.stream | Apache Xerces |
|
| HandlerBase | Default base class for handlers. | Class | org.xml.sax | Apache Xerces |
|
| HTMLAnchorElement | The anchor element. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLAppletElement | An embedded Java applet. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLAreaElement | Client-side image map area definition. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLBaseElement | Document base URI. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLBaseFontElement | Base font. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLBodyElement | The HTML document body. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLBRElement | Force a line break. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLButtonElement | Push button. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLCollection | An HTMLCollection is a list of nodes. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLDirectoryElement | Directory list. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLDivElement | Generic block container. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLDListElement | Definition list. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLDocument | An HTMLDocument is the root of the HTML hierarchy andholds the entire content. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLDOMImplementation | The HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLElement | All HTML element interfaces derive from this class. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLFieldSetElement | Organizes form controls into logical groups. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLFontElement | Local change to font. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLFormElement | The FORM element encompasses behavior similar to acollection and an element. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLFrameElement | Create a frame. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLFrameSetElement | Create a grid of frames. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLHeadElement | Document head information. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLHeadingElement | For the H1 to H6 elements. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLHRElement | Create a horizontal rule. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLHtmlElement | Root of an HTML document. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLIFrameElement | Inline subwindows. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLImageElement | Embedded image. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLInputElement | Form control. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLIsIndexElement | This element is usedfor single-line text input. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLLabelElement | Form field label text. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLLegendElement | Provides a caption for a FIELDSET grouping. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLLIElement | List item. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLLinkElement | The LINK element specifies a link to an externalresource, and defines this document's relationship to that resource(or vice versa). | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLMapElement | Client-side image map. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLMenuElement | Menu list. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLMetaElement | This contains generic meta-information about the document. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLModElement | Notice of modification to part of a document. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLObjectElement | Generic embedded object. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLOListElement | Ordered list. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLOptGroupElement | Group options together in logical subdivisions. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLOptionElement | A selectable choice. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLParagraphElement | Paragraphs. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLParamElement | Parameters fed to the OBJECT element. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLPreElement | Preformatted text. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLQuoteElement | For the Q and BLOCKQUOTE elements. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLScriptElement | Script statements. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLSelectElement | The select element allows the selection of an option. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLStyleElement | Style information. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLTableCaptionElement | Table caption See the CAPTION element definition in HTML 4. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLTableCellElement | The object used to represent the TH and TD elements. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLTableColElement | Regroups the COL and COLGROUP elements. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLTableElement | The create* and delete* methods on the table allow authors to constructand modify tables. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLTableRowElement | A row in a table. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLTableSectionElement | The THEAD, TFOOT, and TBODYelements. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLTextAreaElement | Multi-line text field. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLTitleElement | The document title. | Interface | org.w3c.dom.html | Apache Xerces |
|
| HTMLUListElement | Unordered list. | Interface | org.w3c.dom.html | Apache Xerces |
|
| InputSource | A single input source for an XML entity. | Class | org.xml.sax | Apache Xerces |
|
| LexicalHandler | SAX2 extension handler for lexical events. | Interface | org.xml.sax.ext | Apache Xerces |
|
| Location | | Interface | javax.xml.stream | Apache Xerces |
|
| Locator | Interface for associating a SAX event with a document location. | Interface | org.xml.sax | Apache Xerces |
|
| Locator2 | SAX2 extension to augment the entity information provided If an implementation supports this extension, the Locator | Interface | org.xml.sax.ext | Apache Xerces |
|
| Locator2Impl | SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface. | Class | org.xml.sax.ext | Apache Xerces |
|
| LocatorImpl | Provide an optional convenience implementation of Locator. | Class | org.xml.sax.helpers | Apache Xerces |
|
| LSException | Parser or write operations may throw an LSException if the processing is stopped. | Class | org.w3c.dom.ls | Apache Xerces |
|
| LSInput | This interface represents an input source for data. | Interface | org.w3c.dom.ls | Apache Xerces |
|
| LSLoadEvent | This interface represents a load event object that signals the completion of a document load. | Interface | org.w3c.dom.ls | Apache Xerces |
|
| LSOutput | This interface represents an output destination for data. | Interface | org.w3c.dom.ls | Apache Xerces |
|
| LSParser | An interface to an object that is able to build, or augment, a DOM tree from various input sources. | Interface | org.w3c.dom.ls | Apache Xerces |
|
| LSParserFilter | LSParserFilters provide applications the ability to examine nodes as they are being constructed while parsing. | Interface | org.w3c.dom.ls | Apache Xerces |
|
| LSProgressEvent | This interface represents a progress event object that notifies the application about progress as a document is parsed. | Interface | org.w3c.dom.ls | Apache Xerces |
|
| LSResourceResolver | LSResourceResolver provides a way for applications to redirect references to external resources. | Interface | org.w3c.dom.ls | Apache Xerces |
|
| LSSerializer | A LSSerializer provides an API for serializing (writing) a DOM document out into XML. | Interface | org.w3c.dom.ls | Apache Xerces |
|
| LSSerializerFilter | LSSerializerFilters provide applications the ability to examine nodes as they are being serialized and decide what nodes should | Interface | org.w3c.dom.ls | Apache Xerces |
|
| MouseEvent | The MouseEvent interface provides specific contextual information associated with Mouse events. | Interface | org.w3c.dom.events | Apache Xerces |
|
| MutationEvent | The MutationEvent interface provides specific contextual information associated with Mutation events. | Interface | org.w3c.dom.events | Apache Xerces |
|
| NamedNodeMap | Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name. | Interface | org.w3c.dom | Apache Xerces |
|
| NameList | The NameList interface provides the abstraction of an ordered collection of parallel pairs of name and namespace values (which could be | Interface | org.w3c.dom | Apache Xerces |
|
| Namespace | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| NamespaceContext | Interface for read only XML Namespace context processing. | Interface | javax.xml.namespace | Apache Xerces |
|
| NamespaceSupport | Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers. | Class | org.xml.sax.helpers | Apache Xerces |
|
| Node | The Node interface is the primary datatype for the entire Document Object Model. | Interface | org.w3c.dom | Apache Xerces |
|
| NodeFilter | Filters are objects that know how to filter out nodes. | Interface | org.w3c.dom.traversal | Apache Xerces |
|
| NodeIterator | NodeIterators are used to step through a set of nodes, e. | Interface | org.w3c.dom.traversal | Apache Xerces |
|
| NodeList | The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection | Interface | org.w3c.dom | Apache Xerces |
|
| Notation | This interface represents a notation declared in the DTD. | Interface | org.w3c.dom | Apache Xerces |
|
| NotationDeclaration | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| OutputKeys | Provides string constants that can be used to set output properties for a Transformer, or to retrieve | Class | javax.xml.transform | Apache Xerces |
|
| Parser | Basic interface for SAX (Simple API for XML) parsers. | Interface | org.xml.sax | Apache Xerces |
|
| ParserAdapter | Adapt a SAX1 Parser as a SAX2 XMLReader. | Class | org.xml.sax.helpers | Apache Xerces |
|
| ParserConfigurationException | Indicates a serious configuration error. | Class | javax.xml.parsers | Apache Xerces |
|
| ParserFactory | Java-specific class for dynamically loading SAX parsers. | Class | org.xml.sax.helpers | Apache Xerces |
|
| ProcessingInstruction | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| ProcessingInstruction | The ProcessingInstruction interface represents a processing instruction, used in XML as a way to keep processor-specific information | Interface | org.w3c.dom | Apache Xerces |
|
| QName | QName represents a qualified name as defined in the XML specifications: XML Schema Part2: | Class | javax.xml.namespace | Apache Xerces |
|
| Range | See also the Document Object Model (DOM) Level 2 Traversal and Range Specification. | Interface | org.w3c.dom.ranges | Apache Xerces |
|
| RangeException | Range operations may throw a RangeException as specified in their method descriptions. | Class | org.w3c.dom.ranges | Apache Xerces |
|
| Result | An object that implements this interface contains the information needed to build a transformation result tree. | Interface | javax.xml.transform | Apache Xerces |
|
| SAXException | Encapsulate a general SAX error or warning. | Class | org.xml.sax | Apache Xerces |
|
| SAXNotRecognizedException | Exception class for an unrecognized identifier. | Class | org.xml.sax | Apache Xerces |
|
| SAXNotSupportedException | Exception class for an unsupported operation. | Class | org.xml.sax | Apache Xerces |
|
| SAXParseException | Encapsulate an XML parse error or warning. | Class | org.xml.sax | Apache Xerces |
|
| SAXParser | Defines the API that wraps an XMLReader implementation class. | Class | javax.xml.parsers | Apache Xerces |
|
| SAXParserFactory | Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents. | Class | javax.xml.parsers | Apache Xerces |
|
| SAXResult | Acts as an holder for a transformation Result. | Class | javax.xml.transform.sax | Apache Xerces |
|
| SAXSource | Acts as an holder for SAX-style Source. | Class | javax.xml.transform.sax | Apache Xerces |
|
| SAXTransformerFactory | This class extends TransformerFactory to provide SAX-specific factory methods. | Class | javax.xml.transform.sax | Apache Xerces |
|
| Schema | Immutable in-memory representation of grammar. | Class | javax.xml.validation | Apache Xerces |
|
| SchemaFactory | Factory that creates Schema objects. | Class | javax.xml.validation | Apache Xerces |
|
| SchemaFactoryLoader | This class was removed from JAXP 1. | Class | javax.xml.validation | Apache Xerces |
|
| Source | An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). | Interface | javax.xml.transform | Apache Xerces |
|
| SourceLocator | This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions. | Interface | javax.xml.transform | Apache Xerces |
|
| StartDocument | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| StartElement | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| StAXResult | | Class | javax.xml.transform.stax | Apache Xerces |
|
| StAXSource | | Class | javax.xml.transform.stax | Apache Xerces |
|
| StreamFilter | | Interface | javax.xml.stream | Apache Xerces |
|
| StreamReaderDelegate | Fields inherited from interface javax. | Class | javax.xml.stream.util | Apache Xerces |
|
| StreamResult | Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup. | Class | javax.xml.transform.stream | Apache Xerces |
|
| StreamSource | Acts as an holder for a transformation Source in the form of a stream of XML markup. | Class | javax.xml.transform.stream | Apache Xerces |
|
| Templates | An object that implements this interface is the runtime representation of processed transformation instructions. | Interface | javax.xml.transform | Apache Xerces |
|
| TemplatesHandler | A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object. | Interface | javax.xml.transform.sax | Apache Xerces |
|
| Text | The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr. | Interface | org.w3c.dom | Apache Xerces |
|
| Transformer | An instance of this abstract class can transform a source tree into a result tree. | Class | javax.xml.transform | Apache Xerces |
|
| TransformerConfigurationException | Indicates a serious configuration error. | Class | javax.xml.transform | Apache Xerces |
|
| TransformerException | This class specifies an exceptional condition that occurred during the transformation process. | Class | javax.xml.transform | Apache Xerces |
|
| TransformerFactory | A TransformerFactory instance can be used to create The system property that determines which Factory implementation | Class | javax.xml.transform | Apache Xerces |
|
| TransformerFactoryConfigurationError | Thrown when a problem with configuration with the Transformer Factories exists. | Class | javax.xml.transform | Apache Xerces |
|
| TransformerHandler | A TransformerHandler listens for SAX ContentHandler parse events and transforms | Interface | javax.xml.transform.sax | Apache Xerces |
|
| TreeWalker | TreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by their | Interface | org.w3c.dom.traversal | Apache Xerces |
|
| TypeInfo | The TypeInfo interface represents a type referenced from Element or Attr nodes, specified in the schemas | Interface | org.w3c.dom | Apache Xerces |
|
| TypeInfoProvider | This class provides access to the type information determined by ValidatorHandler. | Class | javax.xml.validation | Apache Xerces |
|
| UIEvent | The UIEvent interface provides specific contextual information associated with User Interface events. | Interface | org.w3c.dom.events | Apache Xerces |
|
| 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. | Interface | javax.xml.transform | Apache Xerces |
|
| UserDataHandler | When associating an object to a key on a node using Node. | Interface | org.w3c.dom | Apache Xerces |
|
| Validator | A processor that checks an XML document against Schema. | Class | javax.xml.validation | Apache Xerces |
|
| ValidatorHandler | Streaming validator that works on SAX stream. | Class | javax.xml.validation | Apache Xerces |
|
| XMLConstants | Utility class to contain basic XML values as constants. | Class | javax.xml | Apache Xerces |
|
| XMLEvent | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| XMLEventAllocator | | Interface | javax.xml.stream.util | Apache Xerces |
|
| XMLEventConsumer | | Interface | javax.xml.stream.util | Apache Xerces |
|
| XMLEventFactory | | Class | javax.xml.stream | Apache Xerces |
|
| XMLEventReader | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLEventWriter | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLFilter | Interface for an XML filter. | Interface | org.xml.sax | Apache Xerces |
|
| XMLFilterImpl | Base class for deriving an XML filter. | Class | org.xml.sax.helpers | Apache Xerces |
|
| XMLGregorianCalendar | Representation for W3C XML Schema 1. | Class | javax.xml.datatype | Apache Xerces |
|
| XMLInputFactory | | Class | javax.xml.stream | Apache Xerces |
|
| XMLOutputFactory | | Class | javax.xml.stream | Apache Xerces |
|
| XMLReader | Interface for reading an XML document using callbacks. | Interface | org.xml.sax | Apache Xerces |
|
| XMLReaderAdapter | Adapt a SAX2 XMLReader as a SAX1 Parser. | Class | org.xml.sax.helpers | Apache Xerces |
|
| XMLReaderFactory | Factory for creating an XML reader. | Class | org.xml.sax.helpers | Apache Xerces |
|
| XMLReporter | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLResolver | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLStreamConstants | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLStreamException | | Class | javax.xml.stream | Apache Xerces |
|
| XMLStreamReader | Fields inherited from interface javax. | Interface | javax.xml.stream | Apache Xerces |
|
| XMLStreamWriter | | Interface | javax.xml.stream | Apache Xerces |
|
| XPath | XPath provides access to the XPath evaluation environment and expressions. | Interface | javax.xml.xpath | Apache Xerces |
|
| XPathConstants | | Class | javax.xml.xpath | Apache Xerces |
|
| XPathEvaluator | The evaluation of XPath expressions is provided by XPathEvaluator. | Interface | org.w3c.dom.xpath | Apache Xerces |
|
| XPathException | XPathException represents a generic XPath exception. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathException | A new exception has been created for exceptions specific to these XPath See also the Document Object Model (DOM) Level 3 XPath Specification. | Class | org.w3c.dom.xpath | Apache Xerces |
|
| XPathExpression | XPathExpression provides access to compiled XPath expressions. | Interface | javax.xml.xpath | Apache Xerces |
|
| XPathExpression | The XPathExpression interface represents a parsed and resolved See also the Document Object Model (DOM) Level 3 XPath Specification. | Interface | org.w3c.dom.xpath | Apache Xerces |
|
| XPathExpressionException | XPathExpressionException represents an error in an XPath expression. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathFactory | An XPathFactory instance can be used to createSee newInstance(String uri) for lookup mechanism. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathFactoryConfigurationException | XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathFunction | XPathFunction provides access to XPath functions. | Interface | javax.xml.xpath | Apache Xerces |
|
| XPathFunctionException | XPathFunctionException represents an error with an XPath function. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathFunctionResolver | XPathFunctionResolver provides access to the set of user defined XPathFunctions. | Interface | javax.xml.xpath | Apache Xerces |
|
| XPathNamespace | The XPathNamespace interface is returned by XPathResult interfaces to represent the XPath namespace node | Interface | org.w3c.dom.xpath | Apache Xerces |
|
| XPathNSResolver | The XPathNSResolver interface permit prefix strings in the expression to be properly bound to | Interface | org.w3c.dom.xpath | Apache Xerces |
|
| XPathResult | The XPathResult interface represents the result of the evaluation of an XPath 1. | Interface | org.w3c.dom.xpath | Apache Xerces |
|
| XPathVariableResolver | XPathVariableResolver provides access to the set of user defined XPath variables. | Interface | javax.xml.xpath | Apache Xerces |