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 java.lang.Object


Field Summary
 int currentLine
           
 java.lang.String currentTag
           
 int startLine
           
 java.lang.String startTag
           
 
Constructor Summary
XmlTree.XmlErrorInfo(int startLine, java.lang.String startTag, int currentLine, java.lang.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 java.lang.String startTag

currentLine

public int currentLine

currentTag

public java.lang.String currentTag
Constructor Detail

XmlTree.XmlErrorInfo

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