public class

DefaultNode

extends Object
implements Node
java.lang.Object
   ↳ org.apache.xerces.impl.xs.opti.DefaultNode
Known Direct Subclasses
Known Indirect Subclasses

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Constructors
DefaultNode()
Public Methods
Node appendChild(Node newChild)
Node cloneNode(boolean deep)
short compareDocumentPosition(Node other)
NamedNodeMap getAttributes()
String getBaseURI()
DOM Level 3
NodeList getChildNodes()
Object getFeature(String feature, String version)
Node getFirstChild()
Node getLastChild()
String getLocalName()
String getNamespaceURI()
Node getNextSibling()
String getNodeName()
short getNodeType()
String getNodeValue()
Document getOwnerDocument()
Node getParentNode()
String getPrefix()
Node getPreviousSibling()
String getTextContent()
Object getUserData(String key)
boolean hasAttributes()
boolean hasChildNodes()
Node insertBefore(Node newChild, Node refChild)
boolean isDefaultNamespace(String namespaceURI)
boolean isEqualNode(Node arg)
boolean isSameNode(Node other)
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)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.w3c.dom.Node

Public Constructors

public DefaultNode ()

Public Methods

public Node appendChild (Node newChild)

Throws
DOMException

public Node cloneNode (boolean deep)

public short compareDocumentPosition (Node other)

public NamedNodeMap getAttributes ()

public String getBaseURI ()

DOM Level 3

public NodeList getChildNodes ()

public Object getFeature (String feature, String version)

public Node getFirstChild ()

public Node getLastChild ()

public String getLocalName ()

public String getNamespaceURI ()

public Node getNextSibling ()

public String getNodeName ()

public short getNodeType ()

public String getNodeValue ()

Throws
DOMException

public Document getOwnerDocument ()

public Node getParentNode ()

public String getPrefix ()

public Node getPreviousSibling ()

public String getTextContent ()

Throws
DOMException

public Object getUserData (String key)

public boolean hasAttributes ()

public boolean hasChildNodes ()

public Node insertBefore (Node newChild, Node refChild)

Throws
DOMException

public boolean isDefaultNamespace (String namespaceURI)

public boolean isEqualNode (Node arg)

public boolean isSameNode (Node other)

public boolean isSupported (String feature, String version)

public String lookupNamespaceURI (String prefix)

public String lookupPrefix (String namespaceURI)

public void normalize ()

public Node removeChild (Node oldChild)

Throws
DOMException

public Node replaceChild (Node newChild, Node oldChild)

Throws
DOMException

public void setNodeValue (String nodeValue)

Throws
DOMException

public void setPrefix (String prefix)

Throws
DOMException

public void setTextContent (String textContent)

Throws
DOMException

public Object setUserData (String key, Object data, UserDataHandler handler)