com.sun.xml.bind.v2.runtime.unmarshaller

Class LocatorEx.Snapshot

public static final class LocatorEx.Snapshot extends Object implements LocatorEx, ValidationEventLocator

Immutable snapshot of a LocatorEx
Constructor Summary
Snapshot(LocatorEx loc)
Method Summary
intgetColumnNumber()
intgetLineNumber()
ValidationEventLocatorgetLocation()
NodegetNode()
ObjectgetObject()
intgetOffset()
StringgetPublicId()
StringgetSystemId()
URLgetURL()

Constructor Detail

Snapshot

public Snapshot(LocatorEx loc)

Method Detail

getColumnNumber

public int getColumnNumber()

getLineNumber

public int getLineNumber()

getLocation

public ValidationEventLocator getLocation()

getNode

public Node getNode()

getObject

public Object getObject()

getOffset

public int getOffset()

getPublicId

public String getPublicId()

getSystemId

public String getSystemId()

getURL

public URL getURL()