| Modifier and Type | Field and Description |
|---|---|
static XMLLocation |
XMLLocation.UNKNOWN
An unknown location.
|
| Modifier and Type | Method and Description |
|---|---|
XMLLocation |
ConfigurationXMLStreamReader.getIncludedFrom() |
XMLLocation |
XMLLocation.getIncludedFrom()
Get the location that this location was included from.
|
XMLLocation |
ConfigurationXMLStreamReader.getLocation() |
XMLLocation |
ConfigXMLParseException.getLocation()
Get the location of this exception.
|
static XMLLocation |
XMLLocation.toXMLLocation(Location location) |
static XMLLocation |
XMLLocation.toXMLLocation(URI uri,
Location location) |
static XMLLocation |
XMLLocation.toXMLLocation(XMLLocation includedFrom,
Location location) |
static XMLLocation |
XMLLocation.toXMLLocation(XMLLocation includedFrom,
URI uri,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
int |
XMLLocation.compareTo(XMLLocation o)
Compare for sort.
|
boolean |
XMLLocation.equals(XMLLocation other)
Determine whether this object is equal to another.
|
protected void |
ConfigXMLParseException.setLocation(XMLLocation location)
Set the location of this exception.
|
static XMLLocation |
XMLLocation.toXMLLocation(XMLLocation includedFrom,
Location location) |
static XMLLocation |
XMLLocation.toXMLLocation(XMLLocation includedFrom,
URI uri,
Location location) |
| Constructor and Description |
|---|
XMLLocation(XMLLocation includedFrom,
URI uri,
int lineNumber,
int columnNumber,
int characterOffset)
Construct a new instance.
|
XMLLocation(XMLLocation includedFrom,
URI uri,
int lineNumber,
int columnNumber,
int characterOffset,
String publicId,
String systemId)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.