org.apache.xerces.impl.xs.opti

Class DefaultNode

public class DefaultNode extends Object implements Node

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Id: DefaultNode.java,v 1.9 2005/05/02 22:00:52 mrglavas Exp $

Author: Rahul Srivastava, Sun Microsystems Inc.

Constructor Summary
DefaultNode()
Method Summary
NodeappendChild(Node newChild)
NodecloneNode(boolean deep)
shortcompareDocumentPosition(Node other)
NamedNodeMapgetAttributes()
StringgetBaseURI()
DOM Level 3
NodeListgetChildNodes()
ObjectgetFeature(String feature, String version)
NodegetFirstChild()
NodegetLastChild()
StringgetLocalName()
StringgetNamespaceURI()
NodegetNextSibling()
StringgetNodeName()
shortgetNodeType()
StringgetNodeValue()
DocumentgetOwnerDocument()
NodegetParentNode()
StringgetPrefix()
NodegetPreviousSibling()
StringgetTextContent()
ObjectgetUserData(String key)
booleanhasAttributes()
booleanhasChildNodes()
NodeinsertBefore(Node newChild, Node refChild)
booleanisDefaultNamespace(String namespaceURI)
booleanisEqualNode(Node arg)
booleanisSameNode(Node other)
booleanisSupported(String feature, String version)
StringlookupNamespaceURI(String prefix)
StringlookupPrefix(String namespaceURI)
voidnormalize()
NoderemoveChild(Node oldChild)
NodereplaceChild(Node newChild, Node oldChild)
voidsetNodeValue(String nodeValue)
voidsetPrefix(String prefix)
voidsetTextContent(String textContent)
ObjectsetUserData(String key, Object data, UserDataHandler handler)

Constructor Detail

DefaultNode

public DefaultNode()

Method Detail

appendChild

public Node appendChild(Node newChild)

cloneNode

public Node cloneNode(boolean deep)

compareDocumentPosition

public short compareDocumentPosition(Node other)

getAttributes

public NamedNodeMap getAttributes()

getBaseURI

public String getBaseURI()
DOM Level 3

getChildNodes

public NodeList getChildNodes()

getFeature

public Object getFeature(String feature, String version)

getFirstChild

public Node getFirstChild()

getLastChild

public Node getLastChild()

getLocalName

public String getLocalName()

getNamespaceURI

public String getNamespaceURI()

getNextSibling

public Node getNextSibling()

getNodeName

public String getNodeName()

getNodeType

public short getNodeType()

getNodeValue

public String getNodeValue()

getOwnerDocument

public Document getOwnerDocument()

getParentNode

public Node getParentNode()

getPrefix

public String getPrefix()

getPreviousSibling

public Node getPreviousSibling()

getTextContent

public String getTextContent()

getUserData

public Object getUserData(String key)

hasAttributes

public boolean hasAttributes()

hasChildNodes

public boolean hasChildNodes()

insertBefore

public Node insertBefore(Node newChild, Node refChild)

isDefaultNamespace

public boolean isDefaultNamespace(String namespaceURI)

isEqualNode

public boolean isEqualNode(Node arg)

isSameNode

public boolean isSameNode(Node other)

isSupported

public boolean isSupported(String feature, String version)

lookupNamespaceURI

public String lookupNamespaceURI(String prefix)

lookupPrefix

public String lookupPrefix(String namespaceURI)

normalize

public void normalize()

removeChild

public Node removeChild(Node oldChild)

replaceChild

public Node replaceChild(Node newChild, Node oldChild)

setNodeValue

public void setNodeValue(String nodeValue)

setPrefix

public void setPrefix(String prefix)

setTextContent

public void setTextContent(String textContent)

setUserData

public Object setUserData(String key, Object data, UserDataHandler handler)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.