org.apache.cocoon.generation.JXTemplateGenerator @cocoon.sitemap.component.documentation Provides a generic page template with embedded JSTL and XPath expression substitution to access data sent by Cocoon Flowscripts. @cocoon.sitemap.component.name jx @cocoon.sitemap.component.label content @cocoon.sitemap.component.logger sitemap.generator. ...
org.xquark.mapper.mapping.Loader This class is responsible for building the memory reprezentation of the mapping (RepositoryMapping) from a mapping file. @see org.xquark.mapper.metadata.RepositoryMapping
org.apache.ws.jaxme.util.Configurator <p>The Configurator is an idea borrowed by the Ant project. It is a SAX2 handler that reads a config file which is represented by a hierarchy of Java beans. For example:</p> <pre> <outerBean foo="true" bar="Quite right"> <innerBean whatever="57"> &l ...
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>
com.hp.hpl.jena.rdf.arp.XMLHandler This class converts SAX events into a stream of encapsulated events suitable for the RDF parser. In effect, this is the RDF lexer. updates by kers to handle exporting namespace prefix maps. @author jjc org.apache.xerces.utils.XMLCharacterProperties.initCharFlags();
net.sf.saxon.aelfred.SAXDriver $Id: SAXDriver.java,v 1.21 2000/02/29 00:23:50 mojo Exp $ An enhanced SAX2 version of Microstar's Ælfred XML parser. The enhancements primarily relate to significant improvements in conformance to the XML specification, and SAX2 support. Performance has been improved. However, the & ...
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
com.hp.hpl.jena.rdf.arp.SAX2RDFImpl This class is public merely to reduce the amount of irrelevant documentation generated by Javadoc for {@link SAX2RDF}. There is nothing of interest in this JavaDoc. This if (depth>0) superclass implements the functionality needed by {@link SAX2RDF}. The API given here is the familiar SAX. @au ...
org.apache.tomcat.util.digester.Digester <p>A <strong>Digester</strong> processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing. This package was inspired by the <code>XmlMapper</code> class that was part of Tomcat 3. ...
org.apache.ws.jaxme.impl.JMUnmarshallerHandlerImpl <p>Implementation of a JMUnmarshallerHandler; the UnmarshallerHandler receives SAX events which he silently discards, as long as the first <code>startElement</code> event is seen. Depending on namespace URI and local name, the Unmarshallerhandler creates a new instance of JMHandle ...