Class DummyLocation

java.lang.Object
org.apache.axiom.util.stax.DummyLocation
All Implemented Interfaces:
Location

public class DummyLocation extends Object implements Location
Dummy Location implementation. It always returns -1 for the location and null for the publicId and systemId. It may be used by XMLStreamReader implementations that don't support the concept of location.