public abstract class NodeAdaptor extends Object implements 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| 构造器和说明 |
|---|
NodeAdaptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Node |
appendChild(Node newChild) |
String |
getBaseURI() |
Object |
getFeature(String feature,
String version) |
String |
getLocalName() |
String |
getNamespaceURI() |
String |
getPrefix() |
Node |
insertBefore(Node newChild,
Node refChild) |
boolean |
isDefaultNamespace(String namespaceURI) |
boolean |
isSupported(String feature,
String version) |
String |
lookupNamespaceURI(String prefix) |
String |
lookupPrefix(String namespaceURI) |
void |
normalize() |
Node |
removeChild(Node oldChild) |
Node |
replaceChild(Node newChild,
Node oldChild) |
void |
setNodeValue(String nodeValue) |
void |
setPrefix(String prefix) |
void |
setTextContent(String textContent) |
Object |
setUserData(String key,
Object data,
UserDataHandler handler) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloneNode, compareDocumentPosition, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, isEqualNode, isSameNodepublic void setNodeValue(String nodeValue) throws DOMException
setNodeValue 在接口中 NodeDOMExceptionpublic Node insertBefore(Node newChild, Node refChild) throws DOMException
insertBefore 在接口中 NodeDOMExceptionpublic Node replaceChild(Node newChild, Node oldChild) throws DOMException
replaceChild 在接口中 NodeDOMExceptionpublic Node removeChild(Node oldChild) throws DOMException
removeChild 在接口中 NodeDOMExceptionpublic Node appendChild(Node newChild) throws DOMException
appendChild 在接口中 NodeDOMExceptionpublic boolean isSupported(String feature, String version)
isSupported 在接口中 Nodepublic String getNamespaceURI()
getNamespaceURI 在接口中 Nodepublic void setPrefix(String prefix) throws DOMException
setPrefix 在接口中 NodeDOMExceptionpublic String getLocalName()
getLocalName 在接口中 Nodepublic String getBaseURI()
getBaseURI 在接口中 Nodepublic void setTextContent(String textContent) throws DOMException
setTextContent 在接口中 NodeDOMExceptionpublic String lookupPrefix(String namespaceURI)
lookupPrefix 在接口中 Nodepublic boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace 在接口中 Nodepublic String lookupNamespaceURI(String prefix)
lookupNamespaceURI 在接口中 Nodepublic Object getFeature(String feature, String version)
getFeature 在接口中 Nodepublic Object setUserData(String key, Object data, UserDataHandler handler)
setUserData 在接口中 NodeCopyright © 2016. All rights reserved.