Package tomp.xml.include

Class Summary
AdaptiveXIncludeFilter  
EncodingHeuristics EncodingHeuristics reads from a stream (which should be buffered) and attempts to guess what the encoding of the text in the stream is.
XIncludeFilter This is a SAX filter which resolves all XInclude include elements before passing them on to the client application.
 

Exception Summary
CircularIncludeException A CircularIncludeException is thrown when an included document attempts to include itself or one of its ancestor documents.
UnavailableResourceException An UnavailableResourceException is thrown when an included document cannot be found or loaded.
XIncludeException XIncludeException is the generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.