Class AttributeLexer

    • Field Detail

      • about

        public java.lang.String about
      • datatype

        public java.lang.String datatype
      • resource

        public java.lang.String resource
      • nodeID

        public java.lang.String nodeID
      • id

        public java.lang.String id
      • type

        public java.lang.String type
      • parseType

        public java.lang.String parseType
      • done

        public java.util.BitSet done
      • count

        public int count
    • Constructor Detail

      • AttributeLexer

        public AttributeLexer​(Frame f,
                              int which,
                              int bad)
    • Method Detail

      • processSpecials

        public int processSpecials​(Taint taintMe,
                                   org.xml.sax.Attributes a)
                            throws org.xml.sax.SAXParseException
        Throws:
        org.xml.sax.SAXParseException
      • getXMLBase

        public java.lang.String getXMLBase()
        Answer the xml:base value, or null if there wasn't one. [Added by kers, in search of xml:base processing]
      • done

        public boolean done​(int i)