org.jbind.xml.base
Class InputSourceLocation

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

public class InputSourceLocation
extends Location


Constructor Summary
InputSourceLocation(org.xml.sax.InputSource anInputSource)
           
InputSourceLocation(org.xml.sax.InputSource anInputSource, int aLine, int aColumn)
           
 
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

InputSourceLocation

public InputSourceLocation(org.xml.sax.InputSource anInputSource,
                           int aLine,
                           int aColumn)

InputSourceLocation

public InputSourceLocation(org.xml.sax.InputSource anInputSource)