org.oXML.engine.mapping
Class FileLocator
java.lang.Object
org.oXML.engine.mapping.FileLocator
- All Implemented Interfaces:
- SourceLocator
- public class FileLocator
- extends java.lang.Object
- implements SourceLocator
SourceLocator that knows only about files.
|
Constructor Summary |
FileLocator(java.lang.String systemId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FileLocator
public FileLocator(java.lang.String systemId)
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber in interface SourceLocator
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface SourceLocator
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId in interface SourceLocator
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicId in interface SourceLocator
print
public java.lang.String print()
- Description copied from interface:
SourceLocator
- print a text representation of where this locator is referring to
- Specified by:
print in interface SourceLocator
toString
public java.lang.String toString()