Class XmlTree.XmlErrorInfo

  • Enclosing class:
    XmlTree

    public static class XmlTree.XmlErrorInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      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

      • XmlErrorInfo

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