Package com.xmlcalabash.util
Class NodeLocation
-
- All Implemented Interfaces:
-
javax.xml.transform.SourceLocator
,net.sf.saxon.s9api.Location
,org.xml.sax.Locator
public final class NodeLocation implements Location
-
-
Field Summary
Fields Modifier and Type Field Description private final XdmNode
node
-
Constructor Summary
Constructors Constructor Description NodeLocation(XdmNode node)
-
Method Summary
Modifier and Type Method Description final XdmNode
getNode()
String
getPublicId()
String
getSystemId()
Integer
getLineNumber()
Integer
getColumnNumber()
Location
saveLocation()
-
-
Method Detail
-
getNode
final XdmNode getNode()
-
getPublicId
String getPublicId()
-
getSystemId
String getSystemId()
-
getLineNumber
Integer getLineNumber()
-
getColumnNumber
Integer getColumnNumber()
-
saveLocation
Location saveLocation()
-
-
-
-