|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OMElementEx
Interface that is used internally by Axiom and that should not be considered being part of the public API.
Field Summary |
---|
Fields inherited from interface org.apache.axiom.om.OMNode |
---|
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE |
Method Summary | |
---|---|
OMNamespace |
addNamespaceDeclaration(String uri,
String prefix)
Adds a namespace declaration without doing any additional checks. |
Methods inherited from interface org.apache.axiom.om.OMNamedInformationItem |
---|
getLocalName, getNamespace, getNamespaceURI, getPrefix, getQName, setLocalName |
Methods inherited from interface org.apache.axiom.om.impl.OMNodeEx |
---|
getNextOMSiblingIfAvailable, internalSerialize, internalSerialize, internalSerializeAndConsume, setComplete, setNextOMSibling, setParent, setPreviousOMSibling |
Methods inherited from interface org.apache.axiom.om.OMNode |
---|
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore |
Methods inherited from interface org.apache.axiom.om.impl.OMContainerEx |
---|
addChild, discarded, setComplete |
Methods inherited from interface org.apache.axiom.om.OMContainer |
---|
addChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeChildren |
Methods inherited from interface org.apache.axiom.om.OMSerializable |
---|
build, close, isComplete, serialize, serialize, serializeAndConsume |
Methods inherited from interface org.apache.axiom.om.OMInformationItem |
---|
clone, getOMFactory |
Method Detail |
---|
OMNamespace addNamespaceDeclaration(String uri, String prefix)
In contrast to OMElement.declareNamespace(String, String)
this method can be used to
declare the default namespace.
uri
- the namespace to declare; must not be null
prefix
- the prefix to associate with the given namespace; must not be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |