Package org.apache.axis2.saaj
Class SAAJDocument
- java.lang.Object
-
- org.apache.axis2.saaj.ProxyNode<Document,OMDocument>
-
- org.apache.axis2.saaj.SAAJDocument
-
-
Field Summary
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
-
Constructor Summary
Constructors Constructor Description SAAJDocument(OMDocument target)
-
Method Summary
-
Methods inherited from class org.apache.axis2.saaj.ProxyNode
appendChild, appendElement, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOMTarget, getOwnerDocument, getPrefix, getPreviousSibling, getSchemaTypeInfo, getTarget, getTextContent, getType, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, recycleNode, removeChild, replaceChild, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setNodeValue, setPrefix, setTextContent, setType, setUserData, toSAAJNodeList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
-
-
-
-
Constructor Detail
-
SAAJDocument
public SAAJDocument(OMDocument target)
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
adoptNode
public Node adoptNode(Node arg0) throws DOMException
- Specified by:
adoptNode
in interfaceDocument
- Throws:
DOMException
-
createAttribute
public Attr createAttribute(String arg0) throws DOMException
- Specified by:
createAttribute
in interfaceDocument
- Throws:
DOMException
-
createAttributeNS
public Attr createAttributeNS(String arg0, String arg1) throws DOMException
- Specified by:
createAttributeNS
in interfaceDocument
- Throws:
DOMException
-
createCDATASection
public CDATASection createCDATASection(String arg0) throws DOMException
- Specified by:
createCDATASection
in interfaceDocument
- Throws:
DOMException
-
createComment
public Comment createComment(String arg0)
- Specified by:
createComment
in interfaceDocument
-
createDocumentFragment
public DocumentFragment createDocumentFragment()
- Specified by:
createDocumentFragment
in interfaceDocument
-
createElement
public Element createElement(String arg0) throws DOMException
- Specified by:
createElement
in interfaceDocument
- Throws:
DOMException
-
createElementNS
public Element createElementNS(String arg0, String arg1) throws DOMException
- Specified by:
createElementNS
in interfaceDocument
- Throws:
DOMException
-
createEntityReference
public EntityReference createEntityReference(String arg0) throws DOMException
- Specified by:
createEntityReference
in interfaceDocument
- Throws:
DOMException
-
createProcessingInstruction
public ProcessingInstruction createProcessingInstruction(String arg0, String arg1) throws DOMException
- Specified by:
createProcessingInstruction
in interfaceDocument
- Throws:
DOMException
-
createTextNode
public Text createTextNode(String arg0)
- Specified by:
createTextNode
in interfaceDocument
-
getDoctype
public DocumentType getDoctype()
- Specified by:
getDoctype
in interfaceDocument
-
getDocumentElement
public Element getDocumentElement()
- Specified by:
getDocumentElement
in interfaceDocument
-
getDocumentURI
public String getDocumentURI()
- Specified by:
getDocumentURI
in interfaceDocument
-
getDomConfig
public DOMConfiguration getDomConfig()
- Specified by:
getDomConfig
in interfaceDocument
-
getElementById
public Element getElementById(String arg0)
- Specified by:
getElementById
in interfaceDocument
-
getElementsByTagName
public NodeList getElementsByTagName(String arg0)
- Specified by:
getElementsByTagName
in interfaceDocument
-
getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String arg0, String arg1)
- Specified by:
getElementsByTagNameNS
in interfaceDocument
-
getImplementation
public DOMImplementation getImplementation()
- Specified by:
getImplementation
in interfaceDocument
-
getInputEncoding
public String getInputEncoding()
- Specified by:
getInputEncoding
in interfaceDocument
-
getParentNode
public Node getParentNode()
- Specified by:
getParentNode
in interfaceNode
- Overrides:
getParentNode
in classProxyNode<Document,OMDocument>
-
getStrictErrorChecking
public boolean getStrictErrorChecking()
- Specified by:
getStrictErrorChecking
in interfaceDocument
-
getXmlEncoding
public String getXmlEncoding()
- Specified by:
getXmlEncoding
in interfaceDocument
-
getXmlStandalone
public boolean getXmlStandalone()
- Specified by:
getXmlStandalone
in interfaceDocument
-
getXmlVersion
public String getXmlVersion()
- Specified by:
getXmlVersion
in interfaceDocument
-
importNode
public Node importNode(Node arg0, boolean arg1) throws DOMException
- Specified by:
importNode
in interfaceDocument
- Throws:
DOMException
-
normalizeDocument
public void normalizeDocument()
- Specified by:
normalizeDocument
in interfaceDocument
-
renameNode
public Node renameNode(Node arg0, String arg1, String arg2) throws DOMException
- Specified by:
renameNode
in interfaceDocument
- Throws:
DOMException
-
setDocumentURI
public void setDocumentURI(String arg0)
- Specified by:
setDocumentURI
in interfaceDocument
-
setStrictErrorChecking
public void setStrictErrorChecking(boolean arg0)
- Specified by:
setStrictErrorChecking
in interfaceDocument
-
setXmlStandalone
public void setXmlStandalone(boolean arg0) throws DOMException
- Specified by:
setXmlStandalone
in interfaceDocument
- Throws:
DOMException
-
setXmlVersion
public void setXmlVersion(String arg0) throws DOMException
- Specified by:
setXmlVersion
in interfaceDocument
- Throws:
DOMException
-
-