Package com.adobe.xfa.dom
Class XFANodeHolder
java.lang.Object
com.adobe.xfa.dom.XFANodeHolder
- All Implemented Interfaces:
Node
Base class for all classes that wrap XFA nodes (e.g., element,
processing instruction). Indeed, the only notable exception to using
this as a base is the AttrImpl class, since the XFA class attribute
is not derived from the XFA node class.
-
Field Summary
Fields inherited from interface org.w3c.dom.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 -
Method Summary
Modifier and TypeMethodDescriptionappendChild(Node newChild) cloneNode(boolean deep) shortcompareDocumentPosition(Node other) getFeature(String feature, String version) getUserData(String key) booleanbooleaninsertBefore(Node newChild, Node refChild) booleanisDefaultNamespace(String namespaceURI) booleanisSameNode(Node other) booleanisSupported(String feature, String version) lookupNamespaceURI(String prefix) lookupPrefix(String namespaceURI) voidremoveChild(Node oldCcild) replaceChild(Node oldChild, Node newChild) voidsetNodeValue(String newValue) voidvoidsetTextContent(String textContent) setUserData(String key, Object data, UserDataHandler handler) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.w3c.dom.Node
getNodeName, getNodeType, isEqualNode
-
Method Details
-
getmXFANode
-
getNextSibling
- Specified by:
getNextSiblingin interfaceNode
-
getPreviousSibling
- Specified by:
getPreviousSiblingin interfaceNode
-
isSameNode
-
appendChild
- Specified by:
appendChildin interfaceNode- Throws:
DOMException
-
cloneNode
-
compareDocumentPosition
- Specified by:
compareDocumentPositionin interfaceNode- Throws:
DOMException
-
getAttributes
- Specified by:
getAttributesin interfaceNode
-
getBaseURI
- Specified by:
getBaseURIin interfaceNode
-
getChildNodes
- Specified by:
getChildNodesin interfaceNode
-
getFeature
- Specified by:
getFeaturein interfaceNode
-
getFirstChild
- Specified by:
getFirstChildin interfaceNode
-
getLastChild
- Specified by:
getLastChildin interfaceNode
-
getLocalName
- Specified by:
getLocalNamein interfaceNode
-
getNamespaceURI
- Specified by:
getNamespaceURIin interfaceNode
-
getNodeValue
- Specified by:
getNodeValuein interfaceNode- Throws:
DOMException
-
getOwnerDocument
- Specified by:
getOwnerDocumentin interfaceNode
-
getParentNode
- Specified by:
getParentNodein interfaceNode
-
getPrefix
-
getTextContent
- Specified by:
getTextContentin interfaceNode- Throws:
DOMException
-
getUserData
- Specified by:
getUserDatain interfaceNode
-
hasAttributes
public boolean hasAttributes()- Specified by:
hasAttributesin interfaceNode
-
hasChildNodes
public boolean hasChildNodes()- Specified by:
hasChildNodesin interfaceNode
-
insertBefore
- Specified by:
insertBeforein interfaceNode- Throws:
DOMException
-
isDefaultNamespace
- Specified by:
isDefaultNamespacein interfaceNode
-
isSupported
- Specified by:
isSupportedin interfaceNode
-
lookupNamespaceURI
- Specified by:
lookupNamespaceURIin interfaceNode
-
lookupPrefix
- Specified by:
lookupPrefixin interfaceNode
-
normalize
public void normalize() -
removeChild
- Specified by:
removeChildin interfaceNode- Throws:
DOMException
-
replaceChild
- Specified by:
replaceChildin interfaceNode- Throws:
DOMException
-
setNodeValue
- Specified by:
setNodeValuein interfaceNode- Throws:
DOMException
-
setPrefix
- Specified by:
setPrefixin interfaceNode- Throws:
DOMException
-
setTextContent
- Specified by:
setTextContentin interfaceNode- Throws:
DOMException
-
setUserData
- Specified by:
setUserDatain interfaceNode
-