com.smallx.xml.infoset.util
Class Source

java.lang.Object
  extended bycom.smallx.xml.infoset.util.Source

public class Source
extends java.lang.Object


Method Summary
static java.lang.String formatLocation(Item i)
           
static java.lang.String formatLocation(SourceLocation l)
           
static java.lang.String formatLocation(java.net.URI source, int line, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

formatLocation

public static java.lang.String formatLocation(SourceLocation l)

formatLocation

public static java.lang.String formatLocation(java.net.URI source,
                                              int line,
                                              int column)

formatLocation

public static java.lang.String formatLocation(Item i)