Package org.apache.axis2.saaj
Class SAAJDocument
java.lang.Object
org.apache.axis2.saaj.ProxyNode<Document,org.apache.axiom.om.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 -
Method Summary
Modifier and TypeMethodDescriptioncreateAttribute(String arg0) createAttributeNS(String arg0, String arg1) createCDATASection(String arg0) createComment(String arg0) createElement(String arg0) createElementNS(String arg0, String arg1) createEntityReference(String arg0) createProcessingInstruction(String arg0, String arg1) createTextNode(String arg0) getElementById(String arg0) getElementsByTagName(String arg0) getElementsByTagNameNS(String arg0, String arg1) booleangetValue()booleanimportNode(Node arg0, boolean arg1) voidrenameNode(Node arg0, String arg1, String arg2) voidsetDocumentURI(String arg0) voidsetStrictErrorChecking(boolean arg0) voidvoidsetXmlStandalone(boolean arg0) voidsetXmlVersion(String arg0) 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, toSAAJNodeListMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
SAAJDocument
public SAAJDocument(org.apache.axiom.om.OMDocument target)
-
-
Method Details
-
getValue
-
setValue
-
adoptNode
- Specified by:
adoptNodein interfaceDocument- Throws:
DOMException
-
createAttribute
- Specified by:
createAttributein interfaceDocument- Throws:
DOMException
-
createAttributeNS
- Specified by:
createAttributeNSin interfaceDocument- Throws:
DOMException
-
createCDATASection
- Specified by:
createCDATASectionin interfaceDocument- Throws:
DOMException
-
createComment
- Specified by:
createCommentin interfaceDocument
-
createDocumentFragment
- Specified by:
createDocumentFragmentin interfaceDocument
-
createElement
- Specified by:
createElementin interfaceDocument- Throws:
DOMException
-
createElementNS
- Specified by:
createElementNSin interfaceDocument- Throws:
DOMException
-
createEntityReference
- Specified by:
createEntityReferencein interfaceDocument- Throws:
DOMException
-
createProcessingInstruction
public ProcessingInstruction createProcessingInstruction(String arg0, String arg1) throws DOMException - Specified by:
createProcessingInstructionin interfaceDocument- Throws:
DOMException
-
createTextNode
- Specified by:
createTextNodein interfaceDocument
-
getDoctype
- Specified by:
getDoctypein interfaceDocument
-
getDocumentElement
- Specified by:
getDocumentElementin interfaceDocument
-
getDocumentURI
- Specified by:
getDocumentURIin interfaceDocument
-
getDomConfig
- Specified by:
getDomConfigin interfaceDocument
-
getElementById
- Specified by:
getElementByIdin interfaceDocument
-
getElementsByTagName
- Specified by:
getElementsByTagNamein interfaceDocument
-
getElementsByTagNameNS
- Specified by:
getElementsByTagNameNSin interfaceDocument
-
getImplementation
- Specified by:
getImplementationin interfaceDocument
-
getInputEncoding
- Specified by:
getInputEncodingin interfaceDocument
-
getParentNode
- Specified by:
getParentNodein interfaceNode- Overrides:
getParentNodein classProxyNode<Document,org.apache.axiom.om.OMDocument>
-
getStrictErrorChecking
public boolean getStrictErrorChecking()- Specified by:
getStrictErrorCheckingin interfaceDocument
-
getXmlEncoding
- Specified by:
getXmlEncodingin interfaceDocument
-
getXmlStandalone
public boolean getXmlStandalone()- Specified by:
getXmlStandalonein interfaceDocument
-
getXmlVersion
- Specified by:
getXmlVersionin interfaceDocument
-
importNode
- Specified by:
importNodein interfaceDocument- Throws:
DOMException
-
normalizeDocument
public void normalizeDocument()- Specified by:
normalizeDocumentin interfaceDocument
-
renameNode
- Specified by:
renameNodein interfaceDocument- Throws:
DOMException
-
setDocumentURI
- Specified by:
setDocumentURIin interfaceDocument
-
setStrictErrorChecking
public void setStrictErrorChecking(boolean arg0) - Specified by:
setStrictErrorCheckingin interfaceDocument
-
setXmlStandalone
- Specified by:
setXmlStandalonein interfaceDocument- Throws:
DOMException
-
setXmlVersion
- Specified by:
setXmlVersionin interfaceDocument- Throws:
DOMException
-