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
Reader that combines multiple "component" readers into one. Created by pdvrieze on 01/11/15.
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
Class that gathers namespace queries and records them in the given map (prefix, namespace uri).
Base interface for CompactFragment implementations.
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
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.
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.