Package-level declarations

Package with various utility types that are generally allow for a more convenient way of using the library.

Package with various utility types that are generally allow for a more convenient way of using the library.

Package with various utility types that are generally allow for a more convenient way of using the library.

Package with various utility types that are generally allow for a more convenient way of using the library.

Types

Link copied to clipboard
class CombiningReader(sources: Reader) : Reader

Reader that combines multiple "component" readers into one. Created by pdvrieze on 01/11/15.

Link copied to clipboard

A class representing an xml fragment compactly. Created by pdvrieze on 06/11/15.2

A class representing an xml fragment compactly. Created by pdvrieze on 06/11/15.2

A class representing an xml fragment compactly. Created by pdvrieze on 06/11/15.

A class representing an xml fragment compactly. Created by pdvrieze on 06/11/15.2

Link copied to clipboard

Class that gathers namespace queries and records them in the given map (prefix, namespace uri).

Link copied to clipboard

Base interface for CompactFragment implementations.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Serializer for boolean values that parses according to the XMLSchema standard. This means that only the values: 0, 1, false, and true are accepted. This version applies this rule independent of format

Link copied to clipboard

This streamreader allows for reading document fragments. It does so by wrapping the reader into a pair of wrapper elements, and then ignoring those on reading.

This streamreader allows for reading document fragments. It does so by wrapping the reader into a pair of wrapper elements, and then ignoring those on reading. Created by pdvrieze on 04/11/15.

actual class XMLFragmentStreamReader(text: String, wrapperNamespaceContext: Iterable<Namespace>) : XmlDelegatingReader

This streamreader allows for reading document fragments. It does so by wrapping the reader into a pair of wrapper elements, and then ignoring those on reading.

This streamreader allows for reading document fragments. It does so by wrapping the reader into a pair of wrapper elements, and then ignoring those on reading. This avoids the restriction of xml that a document only has 1 document element.