Constructor and Description |
---|
LocatorProxy(XMLLocator locator)
Constructs an XML locator proxy.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber()
Column number.
|
String |
getEncoding() |
int |
getLineNumber()
Line number.
|
String |
getPublicId()
Public identifier.
|
String |
getSystemId()
System identifier.
|
String |
getXMLVersion() |
public LocatorProxy(XMLLocator locator)
public String getPublicId()
getPublicId
in interface Locator
public String getSystemId()
getSystemId
in interface Locator
public int getLineNumber()
getLineNumber
in interface Locator
public int getColumnNumber()
getColumnNumber
in interface Locator
public String getXMLVersion()
getXMLVersion
in interface Locator2
public String getEncoding()
getEncoding
in interface Locator2
Copyright © 2018 JBoss by Red Hat. All rights reserved.