Package

woodstox

Permalink

package woodstox

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. woodstox
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class CommentingXMLStreamWriter(self: IndentingXMLStreamWriter, comments: XMLCommentProvider) extends XMLStreamWriterProxy with Product with Serializable

    Permalink
  2. final case class IndentingXMLStreamWriter(self: XMLStreamWriter, indent: String = " ") extends IndentingXMLStreamWriterBase with Product with Serializable

    Permalink
  3. final case class IndentingXMLStreamWriter2(self: XMLStreamWriter2, indent: String = " ") extends IndentingXMLStreamWriterBase with XMLStreamWriter2Proxy with Product with Serializable

    Permalink
  4. trait IndentingXMLStreamWriterBase extends XMLStreamWriterProxy

    Permalink
  5. class JAXBHelpers[T] extends AnyRef

    Permalink
  6. final class JAXBMarshaller[T] extends Logging

    Permalink

    A wraper around the JAXB Marshaller/Unmarshaller.

    A wraper around the JAXB Marshaller/Unmarshaller. This class is thread-safe.

  7. final class Jaxb2Marshaller extends Logging

    Permalink

    TODO: Clean this up

  8. sealed trait MarshallerOption extends AnyRef

    Permalink
  9. final case class ParallelXmlWriter[T](classes: Seq[Class[_]], rootName: String, outputStream: OutputStream) extends Closeable with Product with Serializable

    Permalink
  10. final class RichXMLStreamReader2 extends AnyVal

    Permalink
  11. final class RichXMLStreamWriter extends AnyVal

    Permalink
  12. trait XMLCommentProvider extends AnyRef

    Permalink
  13. trait XMLStreamWriter2Proxy extends XMLStreamWriter2 with XMLStreamWriterProxy

    Permalink
  14. trait XMLStreamWriterProxy extends XMLStreamWriter

    Permalink
  15. final case class XmlInvalidCharFilter(r: Reader) extends InvalidCharFilterReader with Product with Serializable

    Permalink
  16. final case class XmlReader[T](rootName: String, defaultNamespaceURI: String, overrideDefaultNamespaceURI: String, resource: Resource[Reader], targets: IndexedSeq[XmlReaderPath[_, T]]) extends ResourceLazySeq[T, Reader] with Logging with Product with Serializable

    Permalink

    defaultNamespaceURI - If no namespace is set, use this as a default overrideDefaultNamespaceURI - Override the namespace and just use this instead

  17. final class XmlReaderFactory[T] extends AnyRef

    Permalink
  18. final case class XmlReaderPath[XmlValue, MappedXmlValue](itemPath: String, toMappedValue: (XmlValue) ⇒ MappedXmlValue)(implicit evidence$2: ClassTag[XmlValue]) extends Logging with Product with Serializable

    Permalink

    XmlValue

    The unmarshalled element class type

    MappedXmlValue

    A mapped XmlValue type

    itemPath

    The XPath-like path to the element we are interested in. (e.g. "part", "items/part", etc)

    toMappedValue

    Map the XmlValue into another return type, this should match the return type in MultiXmlReader

  19. final class XmlWriter extends Closeable with Validatable

    Permalink
  20. final case class XmlWriterFactory[T](rootName: String, defaultNamespaceURI: String = "", overrideDefaultNamespaceURI: String = "")(implicit evidence$1: ClassTag[T]) extends Product with Serializable

    Permalink

Value Members

  1. object CommentingXMLStreamWriter extends Serializable

    Permalink
  2. object JAXBMarshaller

    Permalink
  3. object ParallelXmlWriter extends Serializable

    Permalink
  4. object RichXMLStreamReader2

    Permalink
  5. object RichXMLStreamWriter

    Permalink
  6. object XMLValidator

    Permalink
  7. object XmlFormatter

    Permalink
  8. object XmlFragment extends MarshallerOption with Product with Serializable

    Permalink
  9. object XmlPretty extends MarshallerOption with Product with Serializable

    Permalink
  10. object XmlReader extends Serializable

    Permalink
  11. object XmlReaderFactory

    Permalink
  12. object XmlReaderPath extends Serializable

    Permalink
  13. def void(as: Any*): Unit

    Permalink

    Used to swallow unused warnings.

    Used to swallow unused warnings.

    Annotations
    @inline()

Deprecated Value Members

  1. object Jaxb2Marshaller extends Logging

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version ) Use woodstox.JAXBMarshaller instead

Inherited from AnyRef

Inherited from Any

Ungrouped