Class XmlTree.XmlErrorInfo

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

public static class XmlTree.XmlErrorInfo extends Object
  • Field Details

    • startLine

      public int startLine
    • startTag

      public String startTag
    • currentLine

      public int currentLine
    • currentTag

      public String currentTag
  • Constructor Details

    • XmlErrorInfo

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