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 ValidationEventLocator
public int getOffset()
getOffset
in interface ValidationEventLocator
public int getLineNumber()
getLineNumber
in interface ValidationEventLocator
public int getColumnNumber()
getColumnNumber
in interface ValidationEventLocator
public Object getObject()
getObject
in interface ValidationEventLocator
public String getPropertyName()
public Node getNode()
getNode
in interface ValidationEventLocator
Copyright © 2007–2015. All rights reserved.