Uses of Interface
com.smallx.xml.infoset.Location

Packages that use Location
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
com.smallx.xml.xslt.xt   
com.smallx.xml.xslt.xt.transform   
 

Uses of Location in com.smallx.xml.infoset
 

Subinterfaces of Location in com.smallx.xml.infoset
 interface Attribute
          This interface represents an attribute on an element.
 interface Characters
           
 interface Comment
          This interface represents an XML comment.
 interface Document
          This interface represents an XML document.
 interface DocumentEnd
          This interface represents the end of a document.
 interface Element
          This interface represents an XML element.
 interface ElementEnd
          This interface represents an end of a element.
 interface SourceLocation
           
 

Methods in com.smallx.xml.infoset that return Location
 Location XMLException.getLocation()
          Returns the location of the error.
 

Constructors in com.smallx.xml.infoset with parameters of type Location
XMLException(java.lang.String detail, Location node)
          Constructs an exception with message and location.
XMLException(java.lang.String detail, java.lang.Throwable exception, Location node)
          Constructs an exception with message, cause, and location
XMLException(java.lang.Throwable exception, Location node)
          Constructs an exception with message, cause, and location
 

Uses of Location in com.smallx.xml.infoset.memory
 

Classes in com.smallx.xml.infoset.memory that implement Location
 class MemoryAttribute
           
 class MemoryCharacters
           
 class MemoryComment
           
 class MemoryDocument
           
 class MemoryDocumentEnd
           
 class MemoryElement
           
 class MemoryElementEnd
           
 

Uses of Location in com.smallx.xml.xslt.xt
 

Subinterfaces of Location in com.smallx.xml.xslt.xt
 interface Action
           
 

Uses of Location in com.smallx.xml.xslt.xt.transform
 

Classes in com.smallx.xml.xslt.xt.transform that implement Location
 class ActionBase