org.apache.axiom.om.impl
Interface OMContainerEx
- All Superinterfaces:
- OMContainer, OMInformationItem, OMSerializable
- All Known Subinterfaces:
- OMElementEx
public interface OMContainerEx
- extends OMContainer
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
Methods inherited from interface org.apache.axiom.om.OMContainer |
addChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeChildren, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
setComplete
void setComplete(boolean state)
discarded
void discarded()
addChild
void addChild(OMNode omNode,
boolean fromBuilder)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.