Interface ScalaXmlSupport

  • All Known Implementing Classes:
    ScalaXmlSupport$

    public interface ScalaXmlSupport
    • Method Detail

      • createSAXParser

        javax.xml.parsers.SAXParser createSAXParser()
        Provides a SAXParser for the NodeSeqUnmarshaller to use. Override to provide a custom SAXParser implementation. Will be called once for for every request to be unmarshalled. The default implementation calls ScalaXmlSupport.createSaferSAXParser.
        Returns:
        (undocumented)