org.oXML.xpath
Interface SourceLocator

All Known Implementing Classes:
FileLocator, SimpleLocator

public interface SourceLocator


Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 java.lang.String print()
          print a text representation of where this locator is referring to
 

Method Detail

getSystemId

public java.lang.String getSystemId()

getPublicId

public java.lang.String getPublicId()

getColumnNumber

public int getColumnNumber()

getLineNumber

public int getLineNumber()

print

public java.lang.String print()
print a text representation of where this locator is referring to