java.lang.Object | ||
↳ | org.xml.sax.helpers.LocatorImpl | |
↳ | org.xml.sax.ext.Locator2Impl |
SAX2 extension helper for holding additional Entity information,
implementing the
Locator2
interface.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY .
This is not part of core-only SAX2 distributions.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Construct a new, empty Locator2Impl object.
|
||||||||||
|
Copy an existing Locator or Locator2 object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the current value of the encoding property.
|
||||||||||
|
Returns the current value of the version property.
|
||||||||||
|
Assigns the current value of the encoding property.
|
||||||||||
|
Assigns the current value of the version property.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.xml.sax.helpers.LocatorImpl
|
|||||||||||
From class
java.lang.Object
|
|||||||||||
From interface
org.xml.sax.Locator
|
|||||||||||
From interface
org.xml.sax.ext.Locator2
|
Construct a new, empty Locator2Impl object. This will not normally be useful, since the main purpose of this class is to make a snapshot of an existing Locator.
Copy an existing Locator or Locator2 object. If the object implements Locator2, values of the encoding and version strings are copied, otherwise they set to null .
locator | The existing Locator object. |
---|
Returns the current value of the encoding property.
Returns the current value of the version property.
Assigns the current value of the encoding property.
encoding | the new "encoding" value |
---|
Assigns the current value of the version property.
version | the new "version" value |
---|