org.jbind.xml.schema.element
Class Node

java.lang.Object
  extended byorg.jbind.xml.schema.element.Node
All Implemented Interfaces:
IHasLocation, INode, IXmlNode
Direct Known Subclasses:
Text

public abstract class Node
extends java.lang.Object
implements INode


Constructor Summary
Node()
           
 
Method Summary
 ILocation getLocation()
           
 IElement getParent_()
           
 void setLocation(ILocation aLocation)
           
 void setParent_(IElement anElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.core.cmp.IXmlNode
acceptAppInfoVisitor
 

Constructor Detail

Node

public Node()
Method Detail

getParent_

public IElement getParent_()
Specified by:
getParent_ in interface INode

setParent_

public void setParent_(IElement anElement)
Specified by:
setParent_ in interface INode

getLocation

public ILocation getLocation()
Specified by:
getLocation in interface IHasLocation

setLocation

public void setLocation(ILocation aLocation)
Specified by:
setLocation in interface INode