org.apache.xerces.impl.xs.opti

Class NodeImpl

public class NodeImpl extends DefaultNode

INTERNAL:

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

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
StringgetLocalName()
StringgetNamespaceURI()
StringgetNodeName()
shortgetNodeType()
StringgetPrefix()
booleangetReadOnly()
voidsetReadOnly(boolean hide, boolean deep)

Constructor Detail

NodeImpl

public NodeImpl()

NodeImpl

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

Method Detail

getLocalName

public String getLocalName()

getNamespaceURI

public String getNamespaceURI()

getNodeName

public String getNodeName()

getNodeType

public short getNodeType()

getPrefix

public String getPrefix()

getReadOnly

public boolean getReadOnly()

setReadOnly

public void setReadOnly(boolean hide, boolean deep)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.