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 Locatorpublic int getLineNumber()
getLineNumber in interface Locatorpublic String getPublicId()
getPublicId in interface Locatorpublic String getSystemId()
getSystemId in interface Locatorpublic Object getNode()
JDOMLocatorgetNode in interface JDOMLocatorpublic void setNode(Object node)
node - The location to set.Copyright ? 2016 Jason Hunter, Brett McLaughlin. All Rights Reserved.