public class OMSourcedElementImpl extends OMElementImpl implements org.apache.axiom.om.OMSourcedElement
Element backed by an arbitrary data source. When necessary, this element will be expanded by creating a parser from the data source.
Whenever methods are added to the base OMElementImpl
class the corresponding methods must be added to this class (there's a unit test to verify that
this has been done, just to make sure nothing gets accidentally broken). If the method only
requires the element name and/or namespace information, the base class method can be called
directly. Otherwise, the element must be expanded into a full OM tree (by calling the forceExpand() method) before the base class method is called. This will typically involve a
heavy overhead penalty, so should be avoided if possible.
attributes, DEFAULT_DEFAULT_NS_OBJECT, firstChild, lastChild, localName, namespaces, noPrefixNamespaceCounter, ns, qNamenextSibling, nodeType, parent, previousSiblingbuilder, done, factoryCDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODEARRAY_ITEM_LOCALNAME, ARRAY_ITEM_NS_PREFIX, ARRAY_ITEM_NSURI, ARRAY_ITEM_QNAME, DATA_HANDLER, DEFAULT_CHAR_SET_ENCODING, DEFAULT_DEFAULT_NAMESPACE, DEFAULT_XML_VERSION, IS_BINARY, IS_DATA_HANDLERS_AWARE, PULL_TYPE_BUILDER, PUSH_TYPE_BUILDER, XMLATTRTYPE_CDATA, XMLATTRTYPE_ENTITIES, XMLATTRTYPE_ENTITY, XMLATTRTYPE_ID, XMLATTRTYPE_IDREF, XMLATTRTYPE_IDREFS, XMLATTRTYPE_NMTOKEN, XMLATTRTYPE_NMTOKENS, XMLATTRTYPE_NOTATION, XMLNS_NS_PREFIX, XMLNS_NS_URI, XMLNS_PREFIX, XMLNS_URI| Constructor and Description |
|---|
OMSourcedElementImpl(QName qName,
org.apache.axiom.om.OMFactory factory,
org.apache.axiom.om.OMDataSource source)
Constructor that takes a QName instead of the local name and the namespace seperately
|
OMSourcedElementImpl(String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMFactory factory) |
OMSourcedElementImpl(String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper builder,
org.apache.axiom.om.OMFactory factory) |
OMSourcedElementImpl(String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMFactory factory) |
OMSourcedElementImpl(String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMFactory factory,
org.apache.axiom.om.OMDataSource source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMAttribute |
addAttribute(org.apache.axiom.om.OMAttribute attr)
Inserts an attribute to this element.
|
org.apache.axiom.om.OMAttribute |
addAttribute(String attributeName,
String value,
org.apache.axiom.om.OMNamespace namespace) |
void |
addChild(org.apache.axiom.om.OMNode omNode)
Adds child to the element.
|
void |
build()
Parses this node and builds the object structure in memory.
|
void |
buildNext()
Forces the parser to proceed, if parser has not yet finished with the XML input.
|
void |
buildWithAttachments()
Parses this node and builds the object structure in memory.
|
org.apache.axiom.om.OMElement |
cloneOMElement() |
org.apache.axiom.om.OMNamespace |
declareDefaultNamespace(String uri)
We use "" to store the default namespace of this element.
|
org.apache.axiom.om.OMNamespace |
declareNamespace(org.apache.axiom.om.OMNamespace namespace) |
org.apache.axiom.om.OMNamespace |
declareNamespace(String uri,
String prefix)
Creates a namespace in the current element scope.
|
org.apache.axiom.om.OMNode |
detach()
Removes this information item and its children, from the model completely.
|
void |
discard()
Method discard.
|
org.apache.axiom.om.OMNamespace |
findNamespace(String uri,
String prefix)
Finds a namespace with the given uri and prefix, in the scope of the document.
|
org.apache.axiom.om.OMNamespace |
findNamespaceURI(String prefix) |
Iterator |
getAllAttributes()
Returns a List of OMAttributes.
|
Iterator |
getAllDeclaredNamespaces()
Method getAllDeclaredNamespaces.
|
org.apache.axiom.om.OMAttribute |
getAttribute(QName qname)
Returns a named attribute if present.
|
String |
getAttributeValue(QName qname)
Returns a named attribute's value, if present.
|
org.apache.axiom.om.OMXMLParserWrapper |
getBuilder()
Method getBuilder.
|
Iterator |
getChildElements()
Returns a filtered list of children - just the elements.
|
Iterator |
getChildren()
Returns a collection of this element.
|
Iterator |
getChildrenWithLocalName(String localName) |
Iterator |
getChildrenWithName(QName elementQName)
Searches for children with a given QName and returns an iterator to traverse through the
OMNodes.
|
Iterator |
getChildrenWithNamespaceURI(String uri) |
org.apache.axiom.om.OMDataSource |
getDataSource()
Provide access to the data source encapsulated in OMSourcedElement.
|
org.apache.axiom.om.OMNamespace |
getDefaultNamespace() |
org.apache.axiom.om.OMElement |
getFirstChildWithName(QName elementQName)
Method getFirstChildWithName.
|
org.apache.axiom.om.OMElement |
getFirstElement()
Gets first element.
|
org.apache.axiom.om.OMNode |
getFirstOMChild()
Method getFirstOMChild.
|
org.apache.axiom.om.OMNode |
getFirstOMChildIfAvailable() |
int |
getLineNumber() |
String |
getLocalName()
Method getLocalName.
|
org.apache.axiom.om.OMNamespace |
getNamespace() |
org.apache.axiom.om.OMNode |
getNextOMSibling()
Gets the next sibling.
|
org.apache.axiom.om.OMNode |
getNextOMSiblingIfAvailable() |
QName |
getQName()
Method getQName.
|
String |
getText()
Selects all the text children and concatenates them to a single string.
|
QName |
getTextAsQName() |
String |
getTrimmedText()
Returns the concatination string of TRIMMED values of all OMText child nodes of this
element.
|
int |
getType()
Gets the type of node, as this is the super class of all the nodes.
|
XMLStreamReader |
getXMLStreamReader() |
XMLStreamReader |
getXMLStreamReader(boolean cache) |
XMLStreamReader |
getXMLStreamReader(boolean cache,
boolean preserveNamespaceContext) |
XMLStreamReader |
getXMLStreamReaderWithoutCaching() |
void |
internalSerialize(XMLStreamWriter writer,
boolean cache)
Serializes the node.
|
boolean |
isComplete() |
boolean |
isExpanded()
Check if element has been expanded into tree.
|
protected void |
notifyChildComplete()
This method will be called when one of the children becomes complete.
|
void |
removeAttribute(org.apache.axiom.om.OMAttribute attr)
Method removeAttribute.
|
QName |
resolveQName(String qname)
Converts a prefix:local qname string into a proper QName, evaluating it in the OMElement
context.
|
void |
serialize(OutputStream output) |
void |
serialize(OutputStream output,
org.apache.axiom.om.OMOutputFormat format) |
void |
serialize(Writer writer) |
void |
serialize(Writer writer,
org.apache.axiom.om.OMOutputFormat format) |
void |
serialize(XMLStreamWriter xmlWriter) |
void |
serializeAndConsume(OutputStream output) |
void |
serializeAndConsume(OutputStream output,
org.apache.axiom.om.OMOutputFormat format) |
void |
serializeAndConsume(Writer writer) |
void |
serializeAndConsume(Writer writer,
org.apache.axiom.om.OMOutputFormat format) |
void |
serializeAndConsume(XMLStreamWriter xmlWriter) |
void |
setBuilder(org.apache.axiom.om.OMXMLParserWrapper wrapper)
Method setBuilder.
|
void |
setComplete(boolean value)
setComplete override The OMSourcedElement has its own isolated builder/reader during the
expansion process.
|
org.apache.axiom.om.OMDataSource |
setDataSource(org.apache.axiom.om.OMDataSource dataSource)
setOMDataSource
|
void |
setFirstChild(org.apache.axiom.om.OMNode node)
Method setFirstChild.
|
void |
setLastChild(org.apache.axiom.om.OMNode omNode) |
void |
setLineNumber(int lineNumber) |
void |
setLocalName(String localName)
Method setLocalName.
|
void |
setNamespace(org.apache.axiom.om.OMNamespace namespace)
Method setNamespace.
|
void |
setNamespaceWithNoFindInCurrentScope(org.apache.axiom.om.OMNamespace namespace) |
void |
setText(QName text)
Sets the text, as a QName, of the given element.
|
void |
setText(String text)
Sets the text of the given element.
|
String |
toString() |
String |
toStringWithConsume() |
getParent, getPreviousOMSibling, importNode, insertSiblingAfter, insertSiblingBefore, internalSerialize, internalSerializeAndConsume, setNextOMSibling, setParent, setPreviousOMSibling, setTypeclose, getOMFactory, serializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic OMSourcedElementImpl(String localName, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMFactory factory, org.apache.axiom.om.OMDataSource source)
localName - ns - factory - source - public OMSourcedElementImpl(QName qName, org.apache.axiom.om.OMFactory factory, org.apache.axiom.om.OMDataSource source)
qName - factory - source - public OMSourcedElementImpl(String localName, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMFactory factory)
public OMSourcedElementImpl(String localName, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMXMLParserWrapper builder, org.apache.axiom.om.OMFactory factory)
public OMSourcedElementImpl(String localName, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMFactory factory)
public boolean isExpanded()
isExpanded in interface org.apache.axiom.om.OMSourcedElementtrue if expanded, false if notpublic Iterator getChildElements()
OMElementImplgetChildElements in interface org.apache.axiom.om.OMElementgetChildElements in class OMElementImplpublic org.apache.axiom.om.OMNamespace declareNamespace(String uri, String prefix)
OMElementImpldeclareNamespace in interface org.apache.axiom.om.OMElementdeclareNamespace in class OMElementImplpublic org.apache.axiom.om.OMNamespace declareDefaultNamespace(String uri)
OMElementImpldeclareDefaultNamespace in interface org.apache.axiom.om.OMElementdeclareDefaultNamespace in class OMElementImplpublic org.apache.axiom.om.OMNamespace getDefaultNamespace()
getDefaultNamespace in interface org.apache.axiom.om.OMElementgetDefaultNamespace in class OMElementImplpublic org.apache.axiom.om.OMNamespace declareNamespace(org.apache.axiom.om.OMNamespace namespace)
declareNamespace in interface org.apache.axiom.om.OMElementdeclareNamespace in class OMElementImplpublic org.apache.axiom.om.OMNamespace findNamespace(String uri, String prefix)
OMElementImplfindNamespace in interface org.apache.axiom.om.OMElementfindNamespace in class OMElementImplpublic org.apache.axiom.om.OMNamespace findNamespaceURI(String prefix)
findNamespaceURI in interface org.apache.axiom.om.OMElementfindNamespaceURI in class OMElementImplpublic Iterator getAllDeclaredNamespaces() throws org.apache.axiom.om.OMException
OMElementImplgetAllDeclaredNamespaces in interface org.apache.axiom.om.OMElementgetAllDeclaredNamespaces in class OMElementImplorg.apache.axiom.om.OMExceptionpublic Iterator getAllAttributes()
OMElementImplgetAllAttributes in interface org.apache.axiom.om.OMElementgetAllAttributes in class OMElementImplpublic org.apache.axiom.om.OMAttribute getAttribute(QName qname)
OMElementImplgetAttribute in interface org.apache.axiom.om.OMElementgetAttribute in class OMElementImplqname - the qualified name to search forpublic String getAttributeValue(QName qname)
OMElementImplgetAttributeValue in interface org.apache.axiom.om.OMElementgetAttributeValue in class OMElementImplqname - the qualified name to search forpublic org.apache.axiom.om.OMAttribute addAttribute(org.apache.axiom.om.OMAttribute attr)
OMElementImplThe owner of the attribute is set to be the particular OMElement.
If the attribute already has an owner then the attribute is cloned (i.e. its name,
value and namespace are copied to a new attribute) and the new attribute is added
to the element. It's owner is then set to be the particular OMElement.
addAttribute in interface org.apache.axiom.om.OMElementaddAttribute in class OMElementImplOMAttributeImpl.equals(Object)public org.apache.axiom.om.OMAttribute addAttribute(String attributeName, String value, org.apache.axiom.om.OMNamespace namespace)
addAttribute in interface org.apache.axiom.om.OMElementaddAttribute in class OMElementImplpublic void removeAttribute(org.apache.axiom.om.OMAttribute attr)
OMElementImplremoveAttribute in interface org.apache.axiom.om.OMElementremoveAttribute in class OMElementImplpublic void setBuilder(org.apache.axiom.om.OMXMLParserWrapper wrapper)
OMElementImplsetBuilder in interface org.apache.axiom.om.OMElementsetBuilder in class OMElementImplpublic org.apache.axiom.om.OMXMLParserWrapper getBuilder()
OMElementImplgetBuilder in interface org.apache.axiom.om.OMContainergetBuilder in class OMElementImplpublic void setFirstChild(org.apache.axiom.om.OMNode node)
OMElementImplsetFirstChild in interface org.apache.axiom.om.impl.OMContainerExsetFirstChild in interface org.apache.axiom.om.OMElementsetFirstChild in class OMElementImplpublic void setLastChild(org.apache.axiom.om.OMNode omNode)
setLastChild in interface org.apache.axiom.om.impl.OMContainerExsetLastChild in class OMElementImplpublic org.apache.axiom.om.OMElement getFirstElement()
OMElementImplgetFirstElement in interface org.apache.axiom.om.OMElementgetFirstElement in class OMElementImplpublic XMLStreamReader getXMLStreamReader(boolean cache)
getXMLStreamReader in interface org.apache.axiom.om.OMContainergetXMLStreamReader in class OMElementImplpublic XMLStreamReader getXMLStreamReader(boolean cache, boolean preserveNamespaceContext)
getXMLStreamReader in interface org.apache.axiom.om.OMElementgetXMLStreamReader in class OMElementImplpublic XMLStreamReader getXMLStreamReader()
getXMLStreamReader in interface org.apache.axiom.om.OMContainergetXMLStreamReader in class OMElementImplpublic XMLStreamReader getXMLStreamReaderWithoutCaching()
getXMLStreamReaderWithoutCaching in interface org.apache.axiom.om.OMContainergetXMLStreamReaderWithoutCaching in class OMElementImplpublic void setText(String text)
OMElementImplsetText in interface org.apache.axiom.om.OMElementsetText in class OMElementImplpublic void setText(QName text)
OMElementImplsetText in interface org.apache.axiom.om.OMElementsetText in class OMElementImplpublic String getText()
OMElementImplgetText in interface org.apache.axiom.om.OMElementgetText in class OMElementImplpublic QName getTextAsQName()
getTextAsQName in interface org.apache.axiom.om.OMElementgetTextAsQName in class OMElementImplpublic String getLocalName()
OMElementImplgetLocalName in interface org.apache.axiom.om.OMElementgetLocalName in class OMElementImplpublic void setLocalName(String localName)
OMElementImplsetLocalName in interface org.apache.axiom.om.OMElementsetLocalName in class OMElementImplpublic org.apache.axiom.om.OMNamespace getNamespace()
throws org.apache.axiom.om.OMException
getNamespace in interface org.apache.axiom.om.OMElementgetNamespace in class OMElementImplorg.apache.axiom.om.OMExceptionpublic void setNamespace(org.apache.axiom.om.OMNamespace namespace)
OMElementImplsetNamespace in interface org.apache.axiom.om.OMElementsetNamespace in class OMElementImplpublic void setNamespaceWithNoFindInCurrentScope(org.apache.axiom.om.OMNamespace namespace)
setNamespaceWithNoFindInCurrentScope in interface org.apache.axiom.om.OMElementsetNamespaceWithNoFindInCurrentScope in class OMElementImplpublic QName getQName()
OMElementImplgetQName in interface org.apache.axiom.om.OMElementgetQName in class OMElementImplpublic String toStringWithConsume() throws XMLStreamException
toStringWithConsume in interface org.apache.axiom.om.OMElementtoStringWithConsume in class OMElementImplXMLStreamExceptionpublic QName resolveQName(String qname)
OMElementImplresolveQName in interface org.apache.axiom.om.OMElementresolveQName in class OMElementImplqname - prefixed qname string to resolvepublic org.apache.axiom.om.OMElement cloneOMElement()
cloneOMElement in interface org.apache.axiom.om.OMElementcloneOMElement in class OMElementImplpublic void setLineNumber(int lineNumber)
setLineNumber in interface org.apache.axiom.om.OMElementsetLineNumber in class OMElementImplpublic int getLineNumber()
getLineNumber in interface org.apache.axiom.om.OMElementgetLineNumber in class OMElementImplpublic void discard()
throws org.apache.axiom.om.OMException
OMElementImpldiscard in interface org.apache.axiom.om.OMNodediscard in class OMElementImplorg.apache.axiom.om.OMExceptionpublic int getType()
OMElementImplgetType in interface org.apache.axiom.om.OMNodegetType in class OMElementImplOMNodeImpl.setType(int)OMNodeImpl.setType(int)public void internalSerialize(XMLStreamWriter writer, boolean cache) throws XMLStreamException
OMSerializableImplinternalSerialize in interface org.apache.axiom.om.impl.OMNodeExinternalSerialize in class OMElementImplXMLStreamExceptionpublic void serialize(XMLStreamWriter xmlWriter) throws XMLStreamException
serialize in interface org.apache.axiom.om.OMSerializableserialize in class OMSerializableImplXMLStreamExceptionpublic void serialize(OutputStream output) throws XMLStreamException
serialize in interface org.apache.axiom.om.OMContainerserialize in interface org.apache.axiom.om.OMElementserialize in interface org.apache.axiom.om.OMNodeserialize in class OMSerializableImplXMLStreamExceptionpublic void serialize(Writer writer) throws XMLStreamException
serialize in interface org.apache.axiom.om.OMContainerserialize in interface org.apache.axiom.om.OMElementserialize in interface org.apache.axiom.om.OMNodeserialize in class OMSerializableImplXMLStreamExceptionpublic void serialize(OutputStream output, org.apache.axiom.om.OMOutputFormat format) throws XMLStreamException
serialize in interface org.apache.axiom.om.OMContainerserialize in interface org.apache.axiom.om.OMElementserialize in interface org.apache.axiom.om.OMNodeserialize in class OMSerializableImplXMLStreamExceptionpublic void serialize(Writer writer, org.apache.axiom.om.OMOutputFormat format) throws XMLStreamException
serialize in interface org.apache.axiom.om.OMContainerserialize in interface org.apache.axiom.om.OMElementserialize in interface org.apache.axiom.om.OMNodeserialize in class OMSerializableImplXMLStreamExceptionpublic void serializeAndConsume(XMLStreamWriter xmlWriter) throws XMLStreamException
serializeAndConsume in interface org.apache.axiom.om.OMSerializableserializeAndConsume in class OMSerializableImplXMLStreamExceptionpublic void serializeAndConsume(OutputStream output) throws XMLStreamException
serializeAndConsume in interface org.apache.axiom.om.OMContainerserializeAndConsume in interface org.apache.axiom.om.OMElementserializeAndConsume in interface org.apache.axiom.om.OMNodeserializeAndConsume in class OMSerializableImplXMLStreamExceptionpublic void serializeAndConsume(Writer writer) throws XMLStreamException
serializeAndConsume in interface org.apache.axiom.om.OMContainerserializeAndConsume in interface org.apache.axiom.om.OMElementserializeAndConsume in interface org.apache.axiom.om.OMNodeserializeAndConsume in class OMSerializableImplXMLStreamExceptionpublic void serializeAndConsume(OutputStream output, org.apache.axiom.om.OMOutputFormat format) throws XMLStreamException
serializeAndConsume in interface org.apache.axiom.om.OMContainerserializeAndConsume in interface org.apache.axiom.om.OMElementserializeAndConsume in interface org.apache.axiom.om.OMNodeserializeAndConsume in class OMSerializableImplXMLStreamExceptionpublic void serializeAndConsume(Writer writer, org.apache.axiom.om.OMOutputFormat format) throws XMLStreamException
serializeAndConsume in interface org.apache.axiom.om.OMContainerserializeAndConsume in interface org.apache.axiom.om.OMElementserializeAndConsume in interface org.apache.axiom.om.OMNodeserializeAndConsume in class OMSerializableImplXMLStreamExceptionpublic void addChild(org.apache.axiom.om.OMNode omNode)
OMElementImpladdChild in interface org.apache.axiom.om.OMContaineraddChild in class OMElementImplpublic Iterator getChildrenWithName(QName elementQName)
OMElementImplgetChildrenWithName in interface org.apache.axiom.om.OMContainergetChildrenWithName in class OMElementImplpublic Iterator getChildrenWithLocalName(String localName)
getChildrenWithLocalName in interface org.apache.axiom.om.OMContainergetChildrenWithLocalName in class OMElementImplpublic Iterator getChildrenWithNamespaceURI(String uri)
getChildrenWithNamespaceURI in interface org.apache.axiom.om.OMContainergetChildrenWithNamespaceURI in class OMElementImplpublic org.apache.axiom.om.OMElement getFirstChildWithName(QName elementQName) throws org.apache.axiom.om.OMException
OMElementImplgetFirstChildWithName in interface org.apache.axiom.om.OMContainergetFirstChildWithName in class OMElementImplorg.apache.axiom.om.OMExceptionpublic Iterator getChildren()
OMElementImplgetChildren in interface org.apache.axiom.om.OMContainergetChildren in class OMElementImplpublic org.apache.axiom.om.OMNode getFirstOMChild()
OMElementImplgetFirstOMChild in interface org.apache.axiom.om.OMContainergetFirstOMChild in class OMElementImplpublic org.apache.axiom.om.OMNode getFirstOMChildIfAvailable()
getFirstOMChildIfAvailable in interface org.apache.axiom.om.impl.OMContainerExgetFirstOMChildIfAvailable in class OMElementImplpublic void buildNext()
OMElementImplbuildNext in interface org.apache.axiom.om.OMContainerbuildNext in class OMElementImplpublic org.apache.axiom.om.OMNode detach()
throws org.apache.axiom.om.OMException
OMElementImpldetach in interface org.apache.axiom.om.OMNodedetach in class OMElementImplorg.apache.axiom.om.OMExceptionpublic org.apache.axiom.om.OMNode getNextOMSibling()
throws org.apache.axiom.om.OMException
OMElementImplgetNextOMSibling in interface org.apache.axiom.om.OMNodegetNextOMSibling in class OMElementImplorg.apache.axiom.om.OMExceptionpublic org.apache.axiom.om.OMNode getNextOMSiblingIfAvailable()
getNextOMSiblingIfAvailable in interface org.apache.axiom.om.impl.OMNodeExgetNextOMSiblingIfAvailable in class OMNodeImplpublic String getTrimmedText()
OMElementImplgetTrimmedText in class OMElementImplpublic boolean isComplete()
isComplete in interface org.apache.axiom.om.OMSerializableisComplete in class OMSerializableImplpublic String toString()
toString in interface org.apache.axiom.om.OMElementtoString in class OMElementImplpublic void buildWithAttachments()
OMNodeImplbuildWithAttachments in interface org.apache.axiom.om.OMNodebuildWithAttachments in class OMElementImplpublic void build()
throws org.apache.axiom.om.OMException
OMSerializableImplbuild in interface org.apache.axiom.om.OMSerializablebuild in class OMElementImplorg.apache.axiom.om.OMExceptionprotected void notifyChildComplete()
OMElementImplnotifyChildComplete in class OMElementImplpublic org.apache.axiom.om.OMDataSource getDataSource()
getDataSource in interface org.apache.axiom.om.OMSourcedElementpublic org.apache.axiom.om.OMDataSource setDataSource(org.apache.axiom.om.OMDataSource dataSource)
setDataSource in interface org.apache.axiom.om.OMSourcedElementpublic void setComplete(boolean value)
setComplete in interface org.apache.axiom.om.impl.OMContainerExsetComplete in interface org.apache.axiom.om.impl.OMNodeExsetComplete in class OMNodeImplCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.