|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.Point
com.ricebridge.xmlman.in.StartPoint
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 |
public StartPoint(NameInfo pName)
public StartPoint(NameInfo pName,
HashMap pAttributeMap,
List pAttributeOrder,
boolean pNamespaceAware)
| Method Detail |
public NameInfo getNameInfo()
public NameInfo findAttribute(NameInfo pTargetAttr)
public boolean hasAttribute(NameInfo pName)
public String getAttributeValue(NameInfo pName)
public Map getAttributeMap()
public String getLang()
public String toString()
toString in class Point
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||