Class XmlTree.XmlErrorInfo
java.lang.Object
sunlabs.brazil.sunlabs.XmlTree.XmlErrorInfo
- Enclosing class:
XmlTree
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXmlErrorInfo
(int startLine, String startTag, int currentLine, String currentTag) -
Method Summary
-
Field Details
-
startLine
public int startLine -
startTag
-
currentLine
public int currentLine -
currentTag
-
-
Constructor Details
-
XmlErrorInfo
-