org.apache.crimson.parser
Class Parser2.DocLocator

java.lang.Object
  extended byorg.apache.crimson.parser.Parser2.DocLocator
All Implemented Interfaces:
org.xml.sax.Locator
Enclosing class:
Parser2

class Parser2.DocLocator
extends Object
implements org.xml.sax.Locator


Constructor Summary
(package private) Parser2.DocLocator()
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 String getPublicId()
           
 String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser2.DocLocator

Parser2.DocLocator()
Method Detail

getPublicId

public String getPublicId()
Specified by:
getPublicId in interface org.xml.sax.Locator

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface org.xml.sax.Locator

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface org.xml.sax.Locator

getColumnNumber

public int getColumnNumber()
Specified by:
getColumnNumber in interface org.xml.sax.Locator