net.sf.saxon.dom |
|
Java Source File Name | Type | Comment |
AttrOverNodeInfo.java | Class | This class is an implementation of the DOM Element class that wraps a Saxon NodeInfo
representation of an attribute node. |
DocumentBuilderFactoryImpl.java | Class | Implementation of JAXP 1.1 DocumentBuilderFactory. |
DocumentBuilderImpl.java | Class | This class implements the JAXP DocumentBuilder interface, allowing a Saxon TinyTree to be
constructed using standard JAXP parsing interfaces. |
DocumentOverNodeInfo.java | Class | This class is an implementation of the DOM Document class that wraps a Saxon DocumentInfo
representation of a document node. |
DocumentWrapper.java | Class | The document node of a tree implemented as a wrapper around a DOM Document. |
DOMAttributeMap.java | Class | Implementation of DOM NamedNodeMap used to represent the attributes of an element, for use when
Saxon element and attribute nodes are accessed using the DOM API. |
DOMEmitter.java | Class | |
DOMEnvelope.java | Class | DOMEnvelope is an object model representation in which DOM interfaces are wrapped around
Saxon NodeInfo nodes: that is, it implements the DOM on top of a Saxon tree implementation
such as the TinyTree or standard tree. |
DOMExceptionImpl.java | Class | 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). |
DOMImplementationImpl.java | Class | A simple implementation of the DOMImplementation interface, for use when accessing
Saxon tree structure using the DOM API. |
DOMNodeList.java | Class | |
DOMObjectModel.java | Class | This interface must be implemented by any third-party object model that can
be wrapped with a wrapper that implements the Saxon Object Model (the NodeInfo interface). |
DOMSender.java | Class | DOMSender.java: pseudo-SAX driver for a DOM source document. |
DOMTransform.java | Class | Variant of command line net.sf.saxon.Transform do build the source document
in DOM and then proceed with the transformation. |
ElementOverNodeInfo.java | Class | This class is an implementation of the DOM Element class that wraps a Saxon NodeInfo
representation of an element node. |
NodeOverNodeInfo.java | Class | |
NodeWrapper.java | Class | A node in the XML parse tree representing an XML element, character content, or attribute.
This is the implementation of the NodeInfo interface used as a wrapper for DOM nodes. |
PIOverNodeInfo.java | Class | This class is an implementation of the DOM ProcessingInstruction interface that wraps a Saxon NodeInfo
representation of a text or comment node. |
TextOverNodeInfo.java | Class | This class is an implementation of the DOM Text and Comment interfaces that wraps a Saxon NodeInfo
representation of a text or comment node. |
TypedContentHandler.java | Class | This class is an extension of ContentHandlerProxy that provides access to type
information, using the DOM Level 3 TypeInfo interfaces. |
TypeInfoImpl.java | Class | This class implements the DOM TypeInfo interface as a wrapper over the Saxon SchemaType
interface. |
URIResourceResolver.java | Class | This class implements the JAXP URIResourceResolver as a wrapper around
a DOM Level 3 LSResourceResolver. |