Locator
into Xerces XMLLocator
.
Access | Constructor and Description |
---|---|
public |
locator | back to summary |
---|---|
private final Locator locator |
LocatorWrapper | back to summary |
---|---|
public LocatorWrapper(Locator _loc) |
getBaseSystemId | back to summary |
---|---|
public String getBaseSystemId() Implements com. Doc from com. Returns the base system identifier. |
getCharacterOffset | back to summary |
---|---|
public int getCharacterOffset() Implements com. Returns the character offset,
or
As this information is not available from
|
getColumnNumber | back to summary |
---|---|
public int getColumnNumber() Implements com. Doc from com. Returns the column number, or |
getEncoding | back to summary |
---|---|
public String getEncoding() Implements com. Doc from com. Returns the encoding of the current entity. Note that, for a given entity, this value can only be considered final once the encoding declaration has been read (or once it has been determined that there is no such declaration) since, no encoding having been specified on the XMLInputSource, the parser will make an initial "guess" which could be in error. |
getExpandedSystemId | back to summary |
---|---|
public String getExpandedSystemId() Implements com. Doc from com. Returns the expanded system identifier. |
getLineNumber | back to summary |
---|---|
public int getLineNumber() Implements com. Doc from com. Returns the line number, or |
getLiteralSystemId | back to summary |
---|---|
public String getLiteralSystemId() Implements com. Doc from com. Returns the literal system identifier. |
getPublicId | back to summary |
---|---|
public String getPublicId() Implements com. Doc from com. Returns the public identifier. |
getXMLVersion | back to summary |
---|---|
public String getXMLVersion() Implements com. Returns the XML version of the current entity. As this information is not available from
|