| Package | Description |
|---|---|
| org.apache.axiom.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoreAttribute |
interface |
CoreCDATASection |
interface |
CoreCharacterDataContainingParentNode |
interface |
CoreComment |
interface |
CoreDocument |
interface |
CoreDocumentFragment |
interface |
CoreElement |
interface |
CoreMixedContentContainer |
interface |
CoreNamespaceDeclaration
Represents a namespace declaration information item.
|
interface |
CoreNSAwareAttribute
Represents a namespace aware attribute information item.
|
interface |
CoreNSAwareElement |
interface |
CoreNSUnawareAttribute
Represents a namespace unaware attribute information item.
|
interface |
CoreNSUnawareElement |
interface |
CoreProcessingInstruction |
interface |
CoreTypedAttribute
Represents an attribute information item that is not a namespace declaration.
|
interface |
DeferringParentNode
Marker interface for
CoreParentNode implementations that support deferred parsing. |
interface |
NonDeferringParentNode
Marker interface for
CoreParentNode implementations that don't support deferred parsing. |
| Modifier and Type | Method and Description |
|---|---|
<T> CoreNode |
CoreChildNode.coreClone(ClonePolicy<T> policy,
T options,
CoreParentNode targetParent)
Clone this node according to the provided policy.
|
CoreDocument |
DetachPolicy.getNewOwnerDocument(CoreParentNode owner)
Get the new owner document for the node (or group of child nodes) to be detached.
|
| Constructor and Description |
|---|
AbstractNodeIterator(CoreParentNode startNode,
Axis axis,
Class<T> type,
Semantics semantics) |
Copyright © The Apache Software Foundation. All Rights Reserved.