com.ricebridge.xmlman.in
Class StartPoint

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

public class StartPoint
extends Point

Represents an event point for the start of an element tag.


Field Summary
 
Fields inherited from class com.ricebridge.xmlman.in.Point
iName
 
Constructor Summary
StartPoint(NameInfo pName)
          Create with element name.
StartPoint(NameInfo pName, HashMap pAttributeMap, List pAttributeOrder, boolean pNamespaceAware)
          Create with full element description.
 
Method Summary
 NameInfo findAttribute(NameInfo pTargetAttr)
           
 Map getAttributeMap()
          Get the map of attributes.
 String getAttributeValue(NameInfo pName)
          Get the value of an attribute.
 String getLang()
          Get the XML content language code for this element.
 NameInfo getNameInfo()
          Get the element name.
 boolean hasAttribute(NameInfo pName)
          Check if element has specified attribute.
 String toString()
          Debugging description.
 
Methods inherited from class com.ricebridge.xmlman.in.Point
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartPoint

public StartPoint(NameInfo pName)
Create with element name.


StartPoint

public StartPoint(NameInfo pName,
                  HashMap pAttributeMap,
                  List pAttributeOrder,
                  boolean pNamespaceAware)
Create with full element description.

Method Detail

getNameInfo

public NameInfo getNameInfo()
Get the element name.


findAttribute

public NameInfo findAttribute(NameInfo pTargetAttr)

hasAttribute

public boolean hasAttribute(NameInfo pName)
Check if element has specified attribute.


getAttributeValue

public String getAttributeValue(NameInfo pName)
Get the value of an attribute.


getAttributeMap

public Map getAttributeMap()
Get the map of attributes.


getLang

public String getLang()
Get the XML content language code for this element.


toString

public String toString()
Debugging description.

Overrides:
toString in class Point


Copyright © 2004-2005 Ricebridge