Class XmlReader.AttributeMap

    • Constructor Detail

      • AttributeMap

        protected AttributeMap()
    • Method Detail

      • setValues

        public void setValues​(org.kxml2.io.KXmlParser xmlParser)
        Puts values in an AttributeMap by extracting attributes from the xmlParser.
        Parameters:
        xmlParser - xmlParser to extract attributes from. The parser must be in XmlPullParser.START_TAG state.