sunlabs.brazil.sunlabs
Class XmlTree.XmlErrorInfo
java.lang.Object
sunlabs.brazil.sunlabs.XmlTree.XmlErrorInfo
- Enclosing class:
- XmlTree
public static class XmlTree.XmlErrorInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startLine
public int startLine
startTag
public String startTag
currentLine
public int currentLine
currentTag
public String currentTag
XmlTree.XmlErrorInfo
public XmlTree.XmlErrorInfo(int startLine,
String startTag,
int currentLine,
String currentTag)