org.jbind.xml.base
Class SaxLocation

java.lang.Object
  extended byorg.jbind.xml.base.ResourceIdentifier
      extended byorg.jbind.xml.base.Location
          extended byorg.jbind.xml.base.SaxLocation
All Implemented Interfaces:
IHasLocation, ILocation, IResourceIdentifier

public class SaxLocation
extends Location


Constructor Summary
SaxLocation(org.xml.sax.Locator aLocator)
           
 
Methods inherited from class org.jbind.xml.base.Location
getColumnNumber, getLineNumber, getLocation, toString
 
Methods inherited from class org.jbind.xml.base.ResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.base.IResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 

Constructor Detail

SaxLocation

public SaxLocation(org.xml.sax.Locator aLocator)