public class DocumentFragmentImpl extends Object implements DocumentFragment
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 |
|---|
DocumentFragmentImpl(DocumentFragment fragment) |
public DocumentFragmentImpl(DocumentFragment fragment)
public Node appendChild(Node arg0) throws DOMException
appendChild in interface NodeDOMExceptionpublic short compareDocumentPosition(Node arg0) throws DOMException
compareDocumentPosition in interface NodeDOMExceptionpublic NamedNodeMap getAttributes()
getAttributes in interface Nodepublic String getBaseURI()
getBaseURI in interface Nodepublic NodeList getChildNodes()
getChildNodes in interface Nodepublic Object getFeature(String arg0, String arg1)
getFeature in interface Nodepublic Node getFirstChild()
getFirstChild in interface Nodepublic Node getLastChild()
getLastChild in interface Nodepublic String getLocalName()
getLocalName in interface Nodepublic String getNamespaceURI()
getNamespaceURI in interface Nodepublic Node getNextSibling()
getNextSibling in interface Nodepublic String getNodeName()
getNodeName in interface Nodepublic short getNodeType()
getNodeType in interface Nodepublic String getNodeValue() throws DOMException
getNodeValue in interface NodeDOMExceptionpublic Document getOwnerDocument()
getOwnerDocument in interface Nodepublic Node getParentNode()
getParentNode in interface Nodepublic Node getPreviousSibling()
getPreviousSibling in interface Nodepublic String getTextContent() throws DOMException
getTextContent in interface NodeDOMExceptionpublic Object getUserData(String arg0)
getUserData in interface Nodepublic boolean hasAttributes()
hasAttributes in interface Nodepublic boolean hasChildNodes()
hasChildNodes in interface Nodepublic Node insertBefore(Node arg0, Node arg1) throws DOMException
insertBefore in interface NodeDOMExceptionpublic boolean isDefaultNamespace(String arg0)
isDefaultNamespace in interface Nodepublic boolean isEqualNode(Node arg0)
isEqualNode in interface Nodepublic boolean isSameNode(Node arg0)
isSameNode in interface Nodepublic boolean isSupported(String arg0, String arg1)
isSupported in interface Nodepublic String lookupNamespaceURI(String arg0)
lookupNamespaceURI in interface Nodepublic String lookupPrefix(String arg0)
lookupPrefix in interface Nodepublic Node removeChild(Node arg0) throws DOMException
removeChild in interface NodeDOMExceptionpublic Node replaceChild(Node arg0, Node arg1) throws DOMException
replaceChild in interface NodeDOMExceptionpublic void setNodeValue(String arg0) throws DOMException
setNodeValue in interface NodeDOMExceptionpublic void setPrefix(String arg0) throws DOMException
setPrefix in interface NodeDOMExceptionpublic void setTextContent(String arg0) throws DOMException
setTextContent in interface NodeDOMExceptionpublic Object setUserData(String arg0, Object arg1, UserDataHandler arg2)
setUserData in interface NodeCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.