public final class SAXLocatorWrapper extends Object implements XMLLocator
A light wrapper around a SAX locator. This is useful when bridging between SAX and XNI components.
Constructor and Description |
---|
SAXLocatorWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseSystemId()
Returns the base system identifier.
|
int |
getCharacterOffset()
Returns the character offset, or
-1 if no character offset is available. |
int |
getColumnNumber()
Returns the column number, or
-1 if no column number is available. |
String |
getEncoding()
Returns the encoding of the current entity.
|
String |
getExpandedSystemId()
Returns the expanded system identifier.
|
int |
getLineNumber()
Returns the line number, or
-1 if no line number is available. |
String |
getLiteralSystemId()
Returns the literal system identifier.
|
Locator |
getLocator() |
String |
getPublicId()
Returns the public identifier.
|
String |
getXMLVersion()
Returns the XML version of the current entity.
|
void |
setLocator(Locator locator) |
public void setLocator(Locator locator)
public Locator getLocator()
public String getPublicId()
XMLLocator
getPublicId
in interface XMLLocator
public String getLiteralSystemId()
XMLLocator
getLiteralSystemId
in interface XMLLocator
public String getBaseSystemId()
XMLLocator
getBaseSystemId
in interface XMLLocator
public String getExpandedSystemId()
XMLLocator
getExpandedSystemId
in interface XMLLocator
public int getLineNumber()
XMLLocator
-1
if no line number is available.getLineNumber
in interface XMLLocator
public int getColumnNumber()
XMLLocator
-1
if no column number is available.getColumnNumber
in interface XMLLocator
public int getCharacterOffset()
XMLLocator
-1
if no character offset is available.getCharacterOffset
in interface XMLLocator
public String getEncoding()
XMLLocator
getEncoding
in interface XMLLocator
public String getXMLVersion()
XMLLocator
getXMLVersion
in interface XMLLocator
Copyright © 2016 JBoss by Red Hat. All rights reserved.