:: com :: sun :: star :: xml :: sax ::
|
interface XLocator |
|
- Description
- makes it possible to associate a SAX event with a document location.
This interface is an IDL version of the Java interface
org.xml.sax.Locator.
|
Methods' Details |
getColumnNumber
- Returns
- the column number where the current document event ends.
|
|
getLineNumber
- Returns
- the line number where the current document event ends.
|
|
getPublicId
- Returns
- the public identifier for the current document event.
|
|
getSystemId
- Returns
- the system identifier for the current document event.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.