public interface OMNodeEx extends OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE| Modifier and Type | Method and Description |
|---|---|
OMNode |
getNextOMSiblingIfAvailable()
Get the next sibling if it is available.
|
void |
setComplete(boolean state) |
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumebuild, close, isComplete, serialize, serialize, serializeAndConsumeclone, getOMFactoryvoid setComplete(boolean state)
OMNode getNextOMSiblingIfAvailable()
OMSerializable.isComplete() may return false when called on the sibling.
In contrast to OMNode.getNextOMSibling(), this method will never modify
the state of the underlying parser.null if the node has no next sibling or
the builder has not yet started to build the next siblingCopyright ? The Apache Software Foundation. All Rights Reserved.