org.apache.tools.ant.types.XMLCatalog <p>This data type provides a catalog of resource locations (such as DTDs and XML entities), based on the <a HREF="http://oasis-open.org/committees/entity/spec-2001-08-06.html"> OASIS "Open Catalog" standard</a>. The catalog entries are used both for Entity resolution and URI res ...
net.sf.saxon.Transform This <B>Transform</B> class is the entry point to the Saxon XSLT Processor. This class is provided to control the processor from the command line.<p> <p/> The XSLT syntax supported conforms to the W3C XSLT 1.0 and XPath 1.0 recommendation. Only the transformation language i ...
org.enhydra.apache.xerces.readers.XCatalog This catalog supports the XCatalog proposal draft 0.2 posted to the xml-dev mailing list by <a HREF="mailto:cowan@locke.ccil.org">John Cowan</a>. XCatalog is an XML representation of the SGML Open TR9401:1997 catalog format. The current proposal supports public identifier maps, system ...
org.apache.batik.dom.util.SAXDocumentFactory This class contains methods for creating Document instances from an URI using SAX2. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: SAXDocumentFactory.java,v 1.29 2005/03/27 08:58:32 cam Exp $
TraxExamples Some examples to show how the Simple API for Transformations could be used. @author <a HREF="mailto:scott_boag@lotus.com">Scott Boag</a>
org.eclipse.ant.internal.ui.dtd.Parser Simple parser for DTDs. Returns ISchema representing the DTD. To parse a DTD, you must parse an XML document. The <code>parseDTD()</code> method builds a temporary XML document in memory that refers to or includes the DTD. There is no dependency in this package on any code outside th ...
org.apache.commons.jocl.JOCLContentHandler to do: + add support for arrays + add support for strings as CDATA (makes multiline strings easier, for example) ? some kind of support for invoking methods? A {@link org.xml.sax.ContentHandler} for the Java Object Configuration Language. <p> JOCL provides an XML syntax for constructing arbi ...
org.apache.catalina.util.SchemaResolver This class implements a local SAX's <code>EntityResolver</code>. All DTDs and schemas used to validate the web.xml file will re-directed to a local file stored in the servlet-api.jar and jsp-api.jar. @author Jean-Francois Arcand
org.apache.xml.dtm.ref.CoroutineParser <p>CoroutineParser is an API for parser threads that operate as coroutines. See CoroutineSAXParser and CoroutineSAXParser_Xerces for examples.</p> <p><grumble> I'd like the interface to require a specific form for either the base constructor or a static factory meth ...
samples.attachments.EchoAttachmentsService @author Rick Rineholt An example of This class has a main method that beside the standard arguments allows you to specify an attachment that will be sent to a service which will then send it back.