com.ricebridge.xmlman.in
Class EndPoint

java.lang.Object
  extended bycom.ricebridge.xmlman.in.Point
      extended bycom.ricebridge.xmlman.in.EndPoint

public class EndPoint
extends Point

Event point for the end of an XML tag.


Field Summary
 
Fields inherited from class com.ricebridge.xmlman.in.Point
iName
 
Constructor Summary
EndPoint(NameInfo pName, String pText)
          Create the end point with the specified name and preceding child text.
 
Method Summary
 String getText()
          Get the text occurring before this end point.
 
Methods inherited from class com.ricebridge.xmlman.in.Point
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndPoint

public EndPoint(NameInfo pName,
                String pText)
Create the end point with the specified name and preceding child text.

Method Detail

getText

public String getText()
Get the text occurring before this end point.



Copyright © 2004-2005 Ricebridge