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 and Description |
|---|
SAAJDocument(org.apache.axiom.om.OMDocument target) |
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, toSAAJNodeListclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendChild, 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, setUserDatapublic String getValue()
public void setValue(String value)
public Node adoptNode(Node arg0) throws DOMException
adoptNode in interface DocumentDOMExceptionpublic Attr createAttribute(String arg0) throws DOMException
createAttribute in interface DocumentDOMExceptionpublic Attr createAttributeNS(String arg0, String arg1) throws DOMException
createAttributeNS in interface DocumentDOMExceptionpublic CDATASection createCDATASection(String arg0) throws DOMException
createCDATASection in interface DocumentDOMExceptionpublic Comment createComment(String arg0)
createComment in interface Documentpublic DocumentFragment createDocumentFragment()
createDocumentFragment in interface Documentpublic Element createElement(String arg0) throws DOMException
createElement in interface DocumentDOMExceptionpublic Element createElementNS(String arg0, String arg1) throws DOMException
createElementNS in interface DocumentDOMExceptionpublic EntityReference createEntityReference(String arg0) throws DOMException
createEntityReference in interface DocumentDOMExceptionpublic ProcessingInstruction createProcessingInstruction(String arg0, String arg1) throws DOMException
createProcessingInstruction in interface DocumentDOMExceptionpublic Text createTextNode(String arg0)
createTextNode in interface Documentpublic DocumentType getDoctype()
getDoctype in interface Documentpublic Element getDocumentElement()
getDocumentElement in interface Documentpublic String getDocumentURI()
getDocumentURI in interface Documentpublic DOMConfiguration getDomConfig()
getDomConfig in interface Documentpublic Element getElementById(String arg0)
getElementById in interface Documentpublic NodeList getElementsByTagName(String arg0)
getElementsByTagName in interface Documentpublic NodeList getElementsByTagNameNS(String arg0, String arg1)
getElementsByTagNameNS in interface Documentpublic DOMImplementation getImplementation()
getImplementation in interface Documentpublic String getInputEncoding()
getInputEncoding in interface Documentpublic Node getParentNode()
getParentNode in interface NodegetParentNode in class ProxyNode<Document,org.apache.axiom.om.OMDocument>public boolean getStrictErrorChecking()
getStrictErrorChecking in interface Documentpublic String getXmlEncoding()
getXmlEncoding in interface Documentpublic boolean getXmlStandalone()
getXmlStandalone in interface Documentpublic String getXmlVersion()
getXmlVersion in interface Documentpublic Node importNode(Node arg0, boolean arg1) throws DOMException
importNode in interface DocumentDOMExceptionpublic void normalizeDocument()
normalizeDocument in interface Documentpublic Node renameNode(Node arg0, String arg1, String arg2) throws DOMException
renameNode in interface DocumentDOMExceptionpublic void setDocumentURI(String arg0)
setDocumentURI in interface Documentpublic void setStrictErrorChecking(boolean arg0)
setStrictErrorChecking in interface Documentpublic void setXmlStandalone(boolean arg0)
throws DOMException
setXmlStandalone in interface DocumentDOMExceptionpublic void setXmlVersion(String arg0) throws DOMException
setXmlVersion in interface DocumentDOMExceptionCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.