sunlabs.brazil.sunlabs
Class XmlTree.XmlErrorInfo

java.lang.Object
  extended by sunlabs.brazil.sunlabs.XmlTree.XmlErrorInfo
Enclosing class:
XmlTree

public static class XmlTree.XmlErrorInfo
extends Object


Field Summary
 int currentLine
           
 String currentTag
           
 int startLine
           
 String startTag
           
 
Constructor Summary
XmlTree.XmlErrorInfo(int startLine, String startTag, int currentLine, String currentTag)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startLine

public int startLine

startTag

public String startTag

currentLine

public int currentLine

currentTag

public String currentTag
Constructor Detail

XmlTree.XmlErrorInfo

public XmlTree.XmlErrorInfo(int startLine,
                            String startTag,
                            int currentLine,
                            String currentTag)