public interface XMLLocator
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.
|
String |
getPublicId()
Returns the public identifier.
|
String |
getXMLVersion()
Returns the XML version of the current entity.
|
String getPublicId()
String getLiteralSystemId()
String getBaseSystemId()
String getExpandedSystemId()
int getLineNumber()
-1
if no line number is available.int getColumnNumber()
-1
if no column number is available.int getCharacterOffset()
-1
if no character offset is available.String getEncoding()
String getXMLVersion()
Copyright © 2016 JBoss by Red Hat. All rights reserved.