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