Package

com.github.jeremyrsmith

reactivesax

Permalink

package reactivesax

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait IsHandlerMutable extends AnyRef

    Permalink
  2. sealed case class Mutable() extends IsHandlerMutable with Product with Serializable

    Permalink
  3. sealed case class NotMutable(handler: ContentHandler) extends IsHandlerMutable with Product with Serializable

    Permalink
  4. class SAXPushParser[HandlerMutability <: IsHandlerMutable] extends Writer

    Permalink

    Writable push parser

    Writable push parser

    You (or a library) can push data to the parser with the write method. All input will be immediately parsed, and SAX events will be pushed to the specified ContentHandler.

    You must call open to start a document You must call close to end a document

    HandlerMutability

    Specifies statically whether or not this parser has a mutable ContentHandler

Value Members

  1. object SAXPushParser

    Permalink
  2. package fsm

    Permalink

Ungrouped