Modifier and Type | Field and Description |
---|---|
pack-priv int | |
pack-priv int | |
pack-priv int | |
pack-priv String | |
pack-priv String |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public int | getCharacterOffset()
Implements javax. Return the byte or character offset into the input source this location is pointing to. |
public int | getColumnNumber()
Implements javax. Return the column number where the current event ends, returns -1 if none is available. |
public int | getLineNumber()
Implements javax. Return the line number where the current event ends, returns -1 if none is available. |
public String | |
public String | |
public String |
charOffset | back to summary |
---|---|
pack-priv int charOffset |
colNo | back to summary |
---|---|
pack-priv int colNo |
lineNo | back to summary |
---|---|
pack-priv int lineNo |
publicId | back to summary |
---|---|
pack-priv String publicId |
systemId | back to summary |
---|---|
pack-priv String systemId |
LocationImpl | back to summary |
---|---|
pack-priv LocationImpl(Location loc) |
getCharacterOffset | back to summary |
---|---|
public int getCharacterOffset() Implements javax. Doc from javax. Return the byte or character offset into the input source this location is pointing to. If the input source is a file or a byte stream then this is the byte offset into that stream, but if the input source is a character media then the offset is the character offset. Returns -1 if there is no offset available.
|
getColumnNumber | back to summary |
---|---|
public int getColumnNumber() Implements javax. Doc from javax. Return the column number where the current event ends, returns -1 if none is available.
|
getLineNumber | back to summary |
---|---|
public int getLineNumber() Implements javax. Doc from javax. Return the line number where the current event ends, returns -1 if none is available.
|
getPublicId | back to summary |
---|---|
public String getPublicId() Implements javax. Doc from javax. Returns the public ID of the XML
|
getSystemId | back to summary |
---|---|
public String getSystemId() Implements javax. Doc from javax. Returns the system ID of the XML
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|