| Package | Description |
|---|---|
| org.walkmod.exceptions | |
| org.walkmod.util | |
| org.walkmod.util.location |
| Modifier and Type | Method and Description |
|---|---|
Location |
WalkModException.getLocation()
Gets the location of the error, if available
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
DomHelper.getLocationObject(Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocationImpl |
| Modifier and Type | Method and Description |
|---|---|
Location |
Locatable.getLocation() |
static Location |
LocationAttributes.getLocation(Attributes attrs,
String description)
Returns the
Location of an element (SAX flavor). |
static Location |
LocationAttributes.getLocation(Element elem)
Same as
getLocation(elem, null). |
static Location |
LocationAttributes.getLocation(Element elem,
String description)
Returns the
Location of an element (DOM flavor). |
static Location |
LocationUtils.getLocation(Object obj)
Get the location of an object.
|
static Location |
LocationUtils.getLocation(Object obj,
String description)
Get the location of an object.
|
Location |
LocationUtils.LocationFinder.getLocation(Object obj,
String description)
Get the location of an object
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LocationUtils.isKnown(Location location)
Checks if a location is known, i.e. it is not null nor equal to
LocationImpl.UNKNOWN. |
static boolean |
LocationUtils.isUnknown(Location location)
Checks if a location is unknown, i.e. it is either null or equal to
LocationImpl.UNKNOWN. |
static String |
LocationUtils.toString(Location location)
Builds a string representation of a location, in the "
descripton - uri:line:column
" format (e.g. |
Copyright © 2017. All rights reserved.