org.jbind.xml.schema.element
Class Text

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

public class Text
extends Node
implements IText


Constructor Summary
Text(java.lang.String aString)
           
 
Method Summary
 void acceptAppInfoVisitor(IAppInfoVisitor aVisitor)
           
 java.lang.String getString()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jbind.xml.schema.element.Node
getLocation, getParent_, setLocation, setParent_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.schema.element.INode
getParent_, setLocation, setParent_
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 

Constructor Detail

Text

public Text(java.lang.String aString)
Method Detail

getString

public java.lang.String getString()
Specified by:
getString in interface IXmlText

toString

public java.lang.String toString()

acceptAppInfoVisitor

public void acceptAppInfoVisitor(IAppInfoVisitor aVisitor)
Specified by:
acceptAppInfoVisitor in interface IXmlNode