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