|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents an Element encountered during parsing an XML document. Please be sure to read getValue() documentation.
| Method Summary | |
java.lang.String |
getAttribute(java.lang.String name)
Returns the value for attribute with name 'name'. |
org.xml.sax.Attributes |
getAttributes()
Returns this element's attributes. |
java.lang.String |
getLocalName()
Returns this element's local name. |
java.lang.String |
getNamespaceURI()
Returns this element's namespace URI if one exists. |
java.lang.String |
getQualifiedName()
Returns this element's qualified name. |
java.lang.String |
getValue()
Returns this element's value if it has one or null. |
| Method Detail |
public java.lang.String getNamespaceURI()
public java.lang.String getLocalName()
public java.lang.String getQualifiedName()
public org.xml.sax.Attributes getAttributes()
public java.lang.String getValue()
public java.lang.String getAttribute(java.lang.String name)
name - the attribute name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||