| Constructor and Description |
|---|
DomAttribute(org.w3c.dom.Attr attr) |
| 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.
|
public java.lang.String getLocalName()
AttributegetLocalName in interface Attributenull
nor empty.public java.lang.String getNamespaceUri()
AttributegetNamespaceUri in interface Attributenull).public java.lang.String getValue()
Attributepublic boolean getBoolean()
throws ToolsException
AttributegetBoolean in interface AttributeToolsException - If there is any error parsing the value as a
boolean.public int getInteger()
throws ToolsException
AttributegetInteger in interface AttributeToolsException - If there is any error parsing the value as an
integer.Copyright © 2015-2019 EXPath. All Rights Reserved