public interface Attribute
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean()
Return the boolean value of the attribute.
|
int |
getInteger()
Return the integer value of the attribute.
|
java.lang.String |
getLocalName()
Return the local part of the name of the attribute.
|
java.lang.String |
getNamespaceUri()
Return the namespace URI part of the name of the attribute.
|
java.lang.String |
getValue()
Return the string value of the attribute.
|
java.lang.String getLocalName()
null
nor empty.java.lang.String getNamespaceUri()
null).java.lang.String getValue()
boolean getBoolean()
throws ToolsException
ToolsException - If there is any error parsing the value as a
boolean.int getInteger()
throws ToolsException
ToolsException - If there is any error parsing the value as an
integer.Copyright © 2015-2020 EXPath. All Rights Reserved