Packages

  • package root
    Definition Classes
    root
  • package scales

    Scales Xml provides both a more flexible approach to XML handling and a simplified way of interacting with XML.

    Scales Xml provides both a more flexible approach to XML handling and a simplified way of interacting with XML.

    It fits nicely with the Java APIs you know, TrAX and javax.xml.validation for example, allowing you to run XSLTs and convert to and from Scales XML and other DOMs.

    It also provides a far more XPath like experience than the normal Scala XML, Paths look like XPaths and work like them too (with many of the same functions and axes).

    Definition Classes
    root
  • package xml
    Definition Classes
    scales
  • package parser
    Definition Classes
    xml
  • package pull
    Definition Classes
    parser
  • package sax
    Definition Classes
    parser
  • DefaultSaxSupport
  • Handler
  • SaxSupport
  • XmlParser
  • XmlParserImplicits
  • package strategies
    Definition Classes
    parser

package sax

Content Hierarchy

Type Members

  1. trait DefaultSaxSupport extends SaxSupport

    Assumes lexical-handler and document-xml-version are supported

  2. class Handler[Token <: OptimisationToken] extends DefaultHandler2
  3. trait SaxSupport extends AnyRef

    Whilst Saxon, Xerces and nu.validator support certain combinations, this is an abstraction over those needed by the readXml function

  4. trait XmlParser extends AnyRef
  5. trait XmlParserImplicits extends AnyRef

Ungrouped