com.ricebridge.xmlman.in
Class Point

java.lang.Object
  extended bycom.ricebridge.xmlman.in.Point
Direct Known Subclasses:
EndPoint, StartPoint

public abstract class Point
extends Object

Interface describing an event point during XMl parsing.


Field Summary
protected  NameInfo iName
          Element name.
 
Constructor Summary
Point(NameInfo pName)
          Create an event point for a given element.
 
Method Summary
 NameInfo getName()
          Get the name of the element at this event point.
 String toString()
          Debugging description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iName

protected NameInfo iName
Element name.

Constructor Detail

Point

public Point(NameInfo pName)
Create an event point for a given element.

Method Detail

getName

public NameInfo getName()
Get the name of the element at this event point.


toString

public String toString()
Debugging description.



Copyright © 2004-2005 Ricebridge