protected static final class AbstractSAXParser.LocatorProxy extends Object implements Locator2
| Constructor and Description |
|---|
LocatorProxy(XMLLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
String |
getEncoding() |
int |
getLineNumber() |
String |
getPublicId() |
String |
getSystemId() |
String |
getXMLVersion() |
public LocatorProxy(XMLLocator locator)
public String getPublicId()
getPublicId in interface Locatorpublic String getSystemId()
getSystemId in interface Locatorpublic int getLineNumber()
getLineNumber in interface Locatorpublic int getColumnNumber()
getColumnNumber in interface Locatorpublic String getXMLVersion()
getXMLVersion in interface Locator2public String getEncoding()
getEncoding in interface Locator2Copyright © 2023 Gargoyle Software Inc.. All rights reserved.