Package jodd.lagarto

Class LagartoParser.XmlDeclaration

  • Enclosing class:
    LagartoParser

    protected class LagartoParser.XmlDeclaration
    extends java.lang.Object
    • Field Detail

      • xmlAttrCount

        protected int xmlAttrCount
      • xmlAttrStartNdx

        protected int xmlAttrStartNdx
      • version

        protected java.lang.CharSequence version
      • encoding

        protected java.lang.CharSequence encoding
      • standalone

        protected java.lang.CharSequence standalone
      • attrQuote

        protected char attrQuote
      • XML_BETWEEN

        protected State XML_BETWEEN
      • AFTER_XML_ATTRIBUTE_NAME

        protected State AFTER_XML_ATTRIBUTE_NAME
      • BEFORE_XML_ATTRIBUTE_VALUE

        protected State BEFORE_XML_ATTRIBUTE_VALUE
      • XML_ATTRIBUTE_VALUE

        protected State XML_ATTRIBUTE_VALUE
      • XML_CLOSE

        protected State XML_CLOSE
      • CDATA

        protected State CDATA
    • Constructor Detail

      • XmlDeclaration

        protected XmlDeclaration()
    • Method Detail

      • reset

        protected void reset()