Class XppReader

    • Constructor Detail

      • XppReader

        public XppReader​(java.io.Reader reader,
                         org.xmlpull.v1.XmlPullParser parser)
        Construct an XppReader.
        Parameters:
        reader - the reader with the input data
        parser - the XPP parser to use
        Since:
        1.4
      • XppReader

        public XppReader​(java.io.Reader reader,
                         org.xmlpull.v1.XmlPullParser parser,
                         NameCoder nameCoder)
        Construct an XppReader.
        Parameters:
        reader - the reader with the input data
        parser - the XPP parser to use
        nameCoder - the coder for XML friendly tag and attribute names
        Since:
        1.4