public static final class SAXTarget.SAXLocator extends Object implements JDOMLocator
Constructor and Description |
---|
SAXLocator(String publicid,
String systemid)
Creates a SAXLocator which implements JDOMLocator
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
Object |
getNode()
Returns the JDOM node being processed by SAXOutputter.
|
String |
getPublicId() |
String |
getSystemId() |
void |
setNode(Object node)
Set the location on this SAXLocator
|
public int getColumnNumber()
getColumnNumber
in interface Locator
public int getLineNumber()
getLineNumber
in interface Locator
public String getPublicId()
getPublicId
in interface Locator
public String getSystemId()
getSystemId
in interface Locator
public Object getNode()
JDOMLocator
getNode
in interface JDOMLocator
public void setNode(Object node)
node
- The location to set.Copyright ? 2015 Jason Hunter, Brett McLaughlin. All Rights Reserved.