org.apache.hivemind.sdl.parser
Class SDLLocator

java.lang.Object
  |
  +--org.apache.hivemind.sdl.parser.SDLLocator
All Implemented Interfaces:
org.xml.sax.Locator

public class SDLLocator
extends java.lang.Object
implements org.xml.sax.Locator

Implementation of Locator where the values (just the line number and column number) are provided by the SimpleDataLanguageParser.

Author:
Howard Lewis Ship

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

Constructor Detail

SDLLocator

public SDLLocator()
Method Detail

getColumnNumber

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

getLineNumber

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

getPublicId

public java.lang.String getPublicId()
Specified by:
getPublicId in interface org.xml.sax.Locator
Returns:
null always

getSystemId

public java.lang.String getSystemId()
Specified by:
getSystemId in interface org.xml.sax.Locator
Returns:
null always