KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > xml > sax > ContentHandler > Top Examples

  • org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
    TODO: Reduce the Element creation and deletion churn by using startElement and endElement methods which do not create or use Elements on the stack. The corresponding TODO in the EffectPipe needs to be completed first. The basic operation of this Pipe is that it replaces ft:widget (in the {@link Co ...
  • org.apache.cocoon.woody.transformation.EffectWidgetReplacingPipe
    TODO: Reduce the Element creation and deletion churn by using startElement and endElement methods which do not create or use Elements on the stack. The corresponding TODO in the EffectPipe needs to be completed first. The basic operation of this Pipe is that it replaces wt:widget (in the {@link Co ...
  • org.apache.cocoon.xml.XMLUtils
    XML utility methods. @author <a HREF="mailto:barozzi@nicolaken.com">Nicola Ken Barozzi</a> @author <a HREF="mailto:sylvain@apache.org">Sylvain Wallez</a> @author <a HREF="mailto:cziegeler@s-und-n.de">Carsten Ziegeler</a> @version CVS $Id: XMLUtils.java 37206 20 ...
  • org.apache.cocoon.components.source.impl.QDoxSource
    Source implementation for XML Javadoc. @author <a HREF="mailto:b.guijt1@chello.nl">Bart Guijt</a> @version CVS $Id: QDoxSource.java 123788 2004-12-31 12:43:00Z antonio $ $Date: 2004/04/30 22:50:39 $
  • org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
    Base class for XSP's object model manipulation logicsheets @author <a HREF="mailto:ricardo@apache.org">Ricardo Rocha</a> @author <a HREF="mailto:sylvain.wallez@anyware-tech.com">Sylvain Wallez</a> (Cocoon1 <code>xspExpr()</code> methods port) @version CVS $Id: ...
  • org.objectweb.asm.xml.Processor
    Processor is a command line tool that can be used for bytecode waving directed by XSL transformation. <p> In order to use a concrete XSLT engine, system property <tt>javax.xml.transform.TransformerFactory</tt> must be set to one of the following values. <blockquote> <ta ...
  • com.thaiopensource.validate.nrl.ValidatorImpl
    Namespace of this section. Empty string for absent. Number of open elements in this section. List of the Validators rooted in this section List of the ContentHandlers that want to see the elements in this section List of Programs saying what to do with child sections
  • org.apache.cocoon.components.language.markup.xsp.XSPRequestHelper
    The <code>Request</code> object helper @author <a HREF="mailto:ricardo@apache.org">Ricardo Rocha</a> @version CVS $Id: XSPRequestHelper.java 30932 2004-07-29 17:35:38Z vgritsenko $
  • org.apache.cocoon.forms.transformation.EffectPipe
    TODO: Reduce the Element creation and deletion churn by providing startElement and endElement methods which do not create or use Elements on the stack. Base class for XMLPipe's. Allows the structure of the source code of the XMLPipe to match the structure of the data being transformed. @version $ ...
  • org.apache.cocoon.woody.transformation.EffectPipe
    TODO: Reduce the Element creation and deletion churn by providing startElement and endElement methods which do not create or use Elements on the stack. Base class for XMLPipe's. Allows the structure of the source code of the XMLPipe to match the structure of the data being transformed. @author Ti ...
  • org.apache.cocoon.mail.MailContentHandlerDelegate
    Marshal javamail objects <p> Having one or more javamail objects, like Message, Folder, et al. emit SAX events </p> @author Bernhard Huber @since 24. Oktober 2002 @version CVS $Id: MailContentHandlerDelegate.java 30932 2004-07-29 17:35:38Z vgritsenko $ Generated SAX events conformin ...
  • org.objectstyle.cayenne.conf.ConfigLoader
    Class that performs runtime loading of Cayenne configuration. @author Andrei Adamchik
  • org.apache.ws.jaxme.xs.impl.DOMSerializer
    <p>Serializes a DOM node into a stream of SAX events. This code is duplicated and copied from {@link org.apache.ws.jaxme.util.DOMSerializer}. The reason for duplicating the code is, that the JaxMe runtime should not depend on JaxMeXS. On the other hand, JaxMeXS should not depend on JaxMe.< ...
  • 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.xalan.lib.Redirect
    Implements three extension elements to allow an XSLT transformation to redirect its output to multiple output files. It is accessed by specifying a namespace URI as follows: <pre> xmlns:redirect="http://xml.apache.org/xalan/redirect" </pre> <p>You can either just use redirect:w ...
  • 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.xmlpull.v1.sax2.Driver
    SAX2 Driver that puslls events from XmlPullParser and comverts them into SAX2 callbacks. @author <a HREF="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a> @author <a HREF="mailto:hkrug@rationalizer.com">Holger Krug</a>
  • org.apache.xalan.xsltc.dom.SimpleResultTreeImpl
    This class represents a light-weight DOM model for simple result tree fragment(RTF). A simple RTF is an RTF that has only one Text node. The Text node can be produced by a combination of Text, xsl:value-of and xsl:number instructions. It can also be produced by a control structure (xsl:if or xsl:c ...
  • com.sun.org.apache.xml.internal.serializer.SerializerBase
    This class acts as a base class for the XML "serializers" and the stream serializers. It contains a number of common fields and methods. @author Santiago Pericas-Geertsen @author G. Todd Miller
  • com.thaiopensource.validate.schematron.SchemaReaderImpl
Popular Tags