public class SaxonAttribute
extends java.lang.Object
implements org.expath.tools.model.Attribute
Attribute for Saxon.| Constructor and Description |
|---|
SaxonAttribute(net.sf.saxon.om.NodeInfo node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean() |
int |
getInteger() |
java.lang.String |
getLocalName() |
java.lang.String |
getNamespaceUri() |
java.lang.String |
getValue() |
public java.lang.String getLocalName()
getLocalName in interface org.expath.tools.model.Attributepublic java.lang.String getNamespaceUri()
getNamespaceUri in interface org.expath.tools.model.Attributepublic java.lang.String getValue()
getValue in interface org.expath.tools.model.Attributepublic boolean getBoolean()
throws org.expath.tools.ToolsException
getBoolean in interface org.expath.tools.model.Attributeorg.expath.tools.ToolsExceptionpublic int getInteger()
throws org.expath.tools.ToolsException
getInteger in interface org.expath.tools.model.Attributeorg.expath.tools.ToolsExceptionCopyright © 2015-2020 EXPath. All Rights Reserved