com.smallx.xml.infoset
Interface Location

All Known Subinterfaces:
Action, Attribute, Characters, Comment, Document, DocumentEnd, Element, ElementEnd, SourceLocation
All Known Implementing Classes:
ActionBase, MemoryAttribute, MemoryCharacters, MemoryComment, MemoryDocument, MemoryDocumentEnd, MemoryElement, MemoryElementEnd

public interface Location


Method Summary
 int getColumn()
           
 int getLine()
           
 void setColumn(int column)
           
 void setLine(int line)
           
 

Method Detail

getColumn

public int getColumn()

setColumn

public void setColumn(int column)

getLine

public int getLine()

setLine

public void setLine(int line)