public class XmlLocator extends AbstractLocator
| Constructor and Description |
|---|
XmlLocator(String fileName,
String localName,
Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Returns the column number of the location.
|
String |
getFileName()
Returns the name of the ORM XML File.
|
int |
getLineNumber()
Returns the line number of the location.
|
String |
getLocalName()
Returns the local name of the location.
|
String |
toString() |
public int getColumnNumber()
public String getFileName()
public int getLineNumber()
public String getLocalName()
Copyright © 2012-2013 Batoo. All Rights Reserved.