Package org.mycore.common.xml

Interface Summary
MCRParserInterface This interface is designed to choose the XML parser.
MCRURIResolver.MCRResolver Resolver interface.
MCRURIResolver.MCRResolverProvider provides a URI -- Resolver Mapping One can implement this interface to provide additional URI schemes this MCRURIResolver should handle, too.
 

Class Summary
MCRLayoutService Does the layout for other MyCoRe servlets by transforming XML input to various output formats, using XSL stylesheets.
MCRParserXerces Implements the MCRParserInterface using the Xerces XML to parse XML streams to a DOM document.
MCRURIResolver Reads XML documents from various URI types.
MCRURIResolverFilter Servlet Filter for adding debug information to servlet output.
MCRXMLFunctions  
MCRXMLHelper This class provides some static utility methods to deal with XML/DOM elements, nodes etc.
MCRXMLResource provides a cache for reading XML resources.
MCRXSLTransformation This class implements XSLTransformation functions to be used in all other MyCoRe packages.