public class ValidationEventLocatorImpl extends Object implements ValidationEventLocator
| Constructor and Description |
|---|
ValidationEventLocatorImpl() |
ValidationEventLocatorImpl(Location location) |
ValidationEventLocatorImpl(Object object,
String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
Node |
getNode() |
Object |
getObject() |
int |
getOffset() |
String |
getPropertyName() |
URL |
getURL() |
String |
toString() |
public ValidationEventLocatorImpl()
public ValidationEventLocatorImpl(Location location)
public URL getURL()
getURL in interface ValidationEventLocatorpublic int getOffset()
getOffset in interface ValidationEventLocatorpublic int getLineNumber()
getLineNumber in interface ValidationEventLocatorpublic int getColumnNumber()
getColumnNumber in interface ValidationEventLocatorpublic Object getObject()
getObject in interface ValidationEventLocatorpublic String getPropertyName()
public Node getNode()
getNode in interface ValidationEventLocatorCopyright © 2007–2021. All rights reserved.