org.xml.sax.ext
public class Locator2Impl extends LocatorImpl implements Locator2
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.
Since: SAX 2.0.2
Version: TBS
Constructor Summary | |
---|---|
Locator2Impl()
Construct a new, empty Locator2Impl object.
| |
Locator2Impl(Locator locator)
Copy an existing Locator or Locator2 object.
|
Method Summary | |
---|---|
String | getEncoding()
Returns the current value of the encoding property.
|
String | getXMLVersion()
Returns the current value of the version property.
|
void | setEncoding(String encoding)
Assigns the current value of the encoding property.
|
void | setXMLVersion(String version)
Assigns the current value of the version property.
|
Parameters: locator The existing Locator object.
See Also: Locator2Impl
See Also: Locator2Impl
Parameters: encoding the new "encoding" value
See Also: Locator2Impl
Parameters: version the new "version" value
See Also: Locator2Impl