Package org.codehaus.plexus.util.xml.pull


package org.codehaus.plexus.util.xml.pull
XML Pull Parser interface and implementation. XML Pull Parser is an interface that defines parsing functionality provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).
  • Class
    Description
     
    Absolutely minimal implementation of XMLPULL V1 API.
    Implementation of XmlSerializer interface from XmlPull V1 API.
    XML Pull Parser is an interface that defines parsing functionality provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).
    This exception is thrown to signal XML Pull Parser related faults.
    Define an interface to serialization of XML Infoset.