Package org.daisy.dotify.common.xml
Provides XML tools. For example:
- Entity resolver cache
- XML peeker
- XML transformation
-
Class Summary Class Description CachingURIResolver EntityResolverCache Provides an entity resolver with cache.NamespaceContextBuilder Provides a builder for namespace contexts making it easy to provide namespace contexts to for example xpath evaluations.StaxFilter Creates an XML filter using StAX.TransformerEnvironment<T extends Throwable> Provides a transformer environment.TransformerEnvironment.Builder Provides a builder for aTransformerEnvironment
.XMLInfo Provides basic information about an XML-document.XMLInfo.Builder Provides a builder for XML info.XMLResolverAdapter Provides an XMLResolver that uses a SAX EntityResolver for entity resolution.XMLTools Provides some xml tools. -
Exception Summary Exception Description XmlEncodingDetectionException Provides an exception for situations where detection of the XML encoding fails.XmlEncodingMismatchException Provides an exception for situations where the XML file has a declared encoding which doesn't match the detected encoding.XMLToolsException Provides an exception indicating a problem with an XML tool.