sunlabs.brazil.sunlabs

Class XmlTree.XmlErrorInfo

public static class XmlTree.XmlErrorInfo extends Object

Field Summary
intcurrentLine
StringcurrentTag
intstartLine
StringstartTag
Constructor Summary
XmlErrorInfo(int startLine, String startTag, int currentLine, String currentTag)

Field Detail

currentLine

public int currentLine

currentTag

public String currentTag

startLine

public int startLine

startTag

public String startTag

Constructor Detail

XmlErrorInfo

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