public interface IParentNode
OMContainer
implementations
as well as nodes that can have children, but that are not OMContainer
implementations
(such as DOOM's Attr
and DocumentFragment
implementations).Modifier and Type | Field and Description |
---|---|
static int |
COMPLETE |
static int |
DISCARDED |
static int |
INCOMPLETE |
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
getBuilder() |
OMNode |
getFirstOMChildIfAvailable()
Get the first child if it is available.
|
int |
getState() |
boolean |
isComplete() |
static final int INCOMPLETE
static final int COMPLETE
static final int DISCARDED
OMXMLParserWrapper getBuilder()
int getState()
boolean isComplete()
OMNode getFirstOMChildIfAvailable()
OMSerializable.isComplete()
may return false
when called on the child.
In contrast to OMContainer.getFirstOMChild()
, this method will never modify
the state of the underlying parser.null
if the container has no children or
the builder has not yet started to build the first childCopyright © 2004–2023 The Apache Software Foundation. All rights reserved.