org.apache.cocoon.xml.SaxBuffer A class that can record SAX events and replay them later. <p>Compared to {@link org.apache.cocoon.components.sax.XMLByteStreamCompiler}, this class is many times faster at sending out the recorded SAX events since it doesn't need to convert between byte and char representations etc. On the ...org.apache.xml.dtm.ref.DTMTreeWalker This class does a pre-order walk of the DTM tree, calling a ContentHandler interface as it goes. As such, it's more like the Visitor design pattern than like the DOM's TreeWalker. I think normally this class should not be needed, because of DTM#dispatchToEvents. @xsl.usage advanced org.apache.xalan.transformer.TransformerImpl This class implements the {@link javax.xml.transform.Transformer} interface, and is the core representation of the transformation execution.</p> @xsl.usage advanced org.apache.excalibur.xml.impl.JaxpParser An XMLParser that is only dependant on JAXP 1.1 compliant parsers. The configuration can contain the following parameters : <ul> <li>validate (boolean, default = <code>false</code>) : should the parser validate parsed documents ? </li> <li>namespace-prefixes (b ...org.dom4j.io.SAXEventRecorder <p> Records SAX events such that they may be "replayed" at a later time. Provides an alternative serialization approach when externalizing a DOM4J document. Rather than serializing a document as text and re-parsing, the sax events may be serialized instead. </p> Example usage: <pre ...org.dom4j.io.SAXWriter <p> <code>SAXWriter</code> writes a DOM4J tree to a SAX ContentHandler. </p> @author <a HREF="mailto:james.strachan@metastuff.com">James Strachan </a> @version $Revision: 1.24 $ org.apache.cocoon.xml.IncludeXMLConsumer A special purpose <code>XMLConsumer</code> which can: <ul> <li>Trim empty characters if {@link #setIgnoreEmptyCharacters(boolean) ignoreEmptyCharacters} is set. <li>Ignore root element if {@link #setIgnoreRootElement(boolean) ignoreRootElement} is set. <li>Ignor ...com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser This is the base class of all SAX parsers. It implements both the SAX1 and SAX2 parser functionality, while the actual pipeline is defined in the parser configuration. @author Arnaud Le Hors, IBM @author Andy Clark, IBM @version $Id: AbstractSAXParser.java,v 1.54 2004/04/07 15:42:05 mrglavas Exp ...org.xquark.xml.xqueryevaluator.eval.XPPReader XML Pull Parser reader that allow the incremental processing of an XML document, while providing content informatioon through the standard SAX2 ContentHandler and LexicalHandler APIs org.apache.cocoon.portal.layout.renderer.aspect.impl.XSLTAspect Apply a XSLT stylesheet to the contained layout. All following renderer aspects are applied first before the XML is fed into the XSLT. All configuration and layout parameters are made available to the stylesheet. <h2>Example XML:</h2> <pre> <-- result from output of follo ...org.enhydra.convert.xml.RoleLinkImpl
org.xquark.xml.xdbc.XMLDocumentFiler This interface is used to insert XML documents in XML collections. A single filer can store several documents sequentially, however it is an error to try to use a filer before the current storage is finished. Objects implementing this interface can be plugged into a SAX2 XMLReader to process XML d ... | Popular Tags |