| Interface | Description |
|---|---|
| AttributeMatcher |
Selects, creates or updates an attribute based on some match rule.
|
| CharacterData |
Represents character data stored by a
CoreCharacterDataNode instance. |
| ClonePolicy<T> |
Defines how an object model tree is to be cloned.
|
| CoreAttribute | |
| CoreCDATASection | |
| CoreCharacterDataContainer | |
| CoreCharacterDataContainingParentNode | |
| CoreCharacterDataNode | |
| CoreCharacterDataSinkNode | |
| CoreCharacterDataSourceNode | |
| CoreChildNode | |
| CoreComment | |
| CoreDocument | |
| CoreDocumentFragment | |
| CoreDocumentTypeDeclaration | |
| CoreElement | |
| CoreEntityReference | |
| CoreLeafNode | |
| CoreMixedContentContainer | |
| CoreNamedNode | |
| CoreNamespaceDeclaration |
Represents a namespace declaration information item.
|
| CoreNode | |
| CoreNSAwareAttribute |
Represents a namespace aware attribute information item.
|
| CoreNSAwareElement | |
| CoreNSAwareNamedNode |
Represents a namespace aware named information item.
|
| CoreNSUnawareAttribute |
Represents a namespace unaware attribute information item.
|
| CoreNSUnawareElement | |
| CoreNSUnawareNamedNode |
Represents a namespace unaware named information item.
|
| CoreParentNode |
Interface for parent nodes.
|
| CoreProcessingInstruction | |
| CoreTypedAttribute |
Represents an attribute information item that is not a namespace declaration.
|
| DeferringParentNode |
Marker interface for
CoreParentNode implementations that support deferred parsing. |
| DetachPolicy |
Determines how nodes are detached from an object model tree.
|
| ElementMatcher<T extends CoreElement> |
Selects elements based on some match rule.
|
| Mapper<T,S> | |
| NodeFactory | |
| NodeFilter | |
| NodeIterator<T> |
Extended iterator interface used by various methods in
CoreParentNode. |
| NonDeferringParentNode |
Marker interface for
CoreParentNode implementations that don't support deferred parsing. |
| Semantics |
Defines the semantics of a particular API.
|
| Class | Description |
|---|---|
| AbstractNodeIterator<T> | |
| IdentityMapper<T> | |
| NamespaceDeclarationMatcher |
AttributeMatcher that matches CoreNamespaceDeclaration attributes based on the
declared prefix. |
| NodeFactoryImpl | |
| NSAwareAttributeMatcher |
AttributeMatcher implementation that matches attributes based on their namespace URI and
local name. |
| Enum | Description |
|---|---|
| Axis |
Identifies a node-set relative to a given node.
|
| ElementAction | |
| NodeType |
| Exception | Description |
|---|---|
| CoreModelException |
Indicates an attempt to perform an invalid operation on the model.
|
| NodeFactoryException |
Copyright © The Apache Software Foundation. All Rights Reserved.