public abstract class OMLeafNode extends OMNodeImpl
nextSibling, parent, previousSibling
factory
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
Constructor and Description |
---|
OMLeafNode(OMContainer parent,
OMFactory factory,
boolean fromBuilder) |
OMLeafNode(OMFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
build()
Builds itself.
|
void |
discard()
Discards a node.
|
OMXMLParserWrapper |
getBuilder() |
boolean |
isComplete()
Indicates whether parser has parsed this information item completely or not.
|
void |
setComplete(boolean state) |
buildWithAttachments, clone, detach, getIParentNode, getNextOMSibling, getNextOMSiblingIfAvailable, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBefore, internalSerialize, internalSerializeAndConsume, setNextOMSibling, setParent, setPreviousOMSibling
close, getOMFactory, internalSerialize, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
internalSerialize
getType, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
close, serialize, serialize, serializeAndConsume
getOMFactory
public OMLeafNode(OMContainer parent, OMFactory factory, boolean fromBuilder)
public OMLeafNode(OMFactory factory)
public final OMXMLParserWrapper getBuilder()
getBuilder
in class OMSerializableImpl
public final boolean isComplete()
OMSerializable
public final void setComplete(boolean state)
setComplete
in interface OMNodeEx
setComplete
in class OMSerializableImpl
public final void discard() throws OMException
OMNode
OMException
public void build()
OMSerializable
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.