org.apache.xerces.impl.xs.opti

Class NodeImpl

Implemented Interfaces:
Node
Known Direct Subclasses:
AttrImpl, DefaultDocument, DefaultElement, DefaultText

public class NodeImpl
extends DefaultNode

Version:
$Id: NodeImpl.java,v 1.4 2004/10/06 15:14:49 mrglavas Exp $
Author:
Rahul Srivastava, Sun Microsystems Inc.

Constructor Summary

NodeImpl()
NodeImpl(String prefix, String localpart, String rawname, String uri, short nodeType)

Method Summary

String
getLocalName()
String
getNamespaceURI()
String
getNodeName()
short
getNodeType()
String
getPrefix()
boolean
getReadOnly()
void
setReadOnly(boolean hide, boolean deep)

Methods inherited from class org.apache.xerces.impl.xs.opti.DefaultNode

appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData

Constructor Details

NodeImpl

public NodeImpl()

NodeImpl

public NodeImpl(String prefix,
                String localpart,
                String rawname,
                String uri,
                short nodeType)

Method Details

getLocalName

public String getLocalName()
Overrides:
getLocalName in interface DefaultNode

getNamespaceURI

public String getNamespaceURI()
Overrides:
getNamespaceURI in interface DefaultNode

getNodeName

public String getNodeName()
Overrides:
getNodeName in interface DefaultNode

getNodeType

public short getNodeType()
Overrides:
getNodeType in interface DefaultNode

getPrefix

public String getPrefix()
Overrides:
getPrefix in interface DefaultNode

getReadOnly

public boolean getReadOnly()

setReadOnly

public void setReadOnly(boolean hide,
                        boolean deep)

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.