Package org.schmant.support.xml

Support objects for working with XML.

See:
          Description

Interface Summary
XmlCatalog<T extends XmlCatalog<T>> This interface defines an XML entity catalog.
 

Class Summary
LoggingEntityResolverProxy This is a proxy for an EntityResolver that debug logs all resolver requests.
LoggingUriResolverProxy This is a proxy for an URIResolver that debug logs all resolving requests.
XmlCatalogResolver This is an EntityResolver and a URIResolver that uses internal mappings between systemId, publicId or URI and objects that can be interpreted as ReadableFile:s by InterpretAsReadableFileStrategy.
XmlSupport Utility class with static support methods for working with XML.
 

Package org.schmant.support.xml Description

Support objects for working with XML.

Since:
0.5
Author:
Karl Gustafsson