public class XmlLocator extends AbstractLocator
| Constructor and Description |
|---|
XmlLocator(java.lang.String fileName,
java.lang.String localName,
org.xml.sax.Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Returns the column number of the location.
|
java.lang.String |
getFileName()
Returns the name of the ORM XML File.
|
int |
getLineNumber()
Returns the line number of the location.
|
java.lang.String |
getLocalName()
Returns the local name of the location.
|
java.lang.String |
toString() |
public XmlLocator(java.lang.String fileName,
java.lang.String localName,
org.xml.sax.Locator locator)
fileName - the name of the ORM XML filelocalName - the local name of the taglocator - the locatorpublic int getColumnNumber()
public java.lang.String getFileName()
public int getLineNumber()
public java.lang.String getLocalName()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.