KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.objectweb.cjdbc.controller.xml.DatabasesParser
    Parses an XML content conforming to C-JDBC.dtd and configure the given C-JDBC Controller accordingly. @author <a HREF="mailto:Emmanuel.Cecchet@inria.fr">Emmanuel Cecchet </a> @author <a HREF="mailto:Mathieu.Peltier@inrialpes.fr">Mathieu Peltier </a> @author <a HREF="mai ...
  • com.thaiopensource.relaxng.parse.sax.SchemaParser
  • com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
  • org.apache.xml.serializer.ToStream
    import com.sun.media.sound.IESecurity; This abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream. @author Santiago Pericas-Geertsen @author G. Todd Miller
  • org.apache.cocoon.transformation.AbstractSAXTransformer
    This class is the basis for all transformers. It provides various useful methods and hooks for implementing own custom transformers. <p>The basic behaviour of each transformer consists of the following four parts:</p> <ul> <li>Listen for specific events with a given namesp ...
  • nu.xom.tests.BuilderTest
    <p> Tests building documents from streams, strings, files, and other input sources. </p> @author Elliotte Rusty Harold @version 1.0
  • com.thaiopensource.validate.schematron.SchemaReaderImpl
  • com.icl.saxon.aelfred.XmlParser
    $Id: XmlParser.java,v 1.19 2000/02/26 04:30:20 mojo Exp $ Parse XML documents and return parse events through call-backs. Use the <code>SAXDriver</code> class as your entry point, as the internal parser interfaces are subject to change. @author Written by David Megginson &lt;dmegg ...
  • 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.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.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 ...
  • com.sun.xml.fastinfoset.sax.SAXDocumentParser
  • com.sun.japex.testsuite.impl.runtime.AbstractUnmarshallingEventHandlerImpl
    Convenient default implementation of {@link com.sun.xml.bind.unmarshaller.UnmarshallingEventHandler} to minimize code generation. <p> For historical reasons, sometimes this type is used where {@link com.sun.xml.bind.unmarshaller.UnmarshallingEventHandler} should be used. Once an exception ...
  • org.apache.ws.jaxme.xs.XSObjectFactory
    <p>An object factory for the logical XSParser.</p> @author <a HREF="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
  • nu.xom.tests.XMLWriter
    <p> The original version of this class was written and placed in the public domain by David Megginson. Elliotte Rusty Harold added <code>LexicalHandler</code> support. It is included here purely for help with testing the <code>SAXConverter</code> class. It is not part ...
  • com.sun.org.apache.xml.internal.dtm.ref.IncrementalSAXSource_Filter
    <p>IncrementalSAXSource_Filter implements IncrementalSAXSource, using a standard SAX2 event source as its input and parcelling out those events gradually in reponse to deliverMoreNodes() requests. Output from the filter will be passed along to a SAX handler registered as our listener, but th ...
  • org.enhydra.apache.xml.serialize.BaseMarkupSerializer
    Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents. Derives classes perform the method-specific serializing, this class provides the common serializing mechanisms. <p> The serializer must be initialized with the proper writer and output for ...
  • sax.DocumentTracer
    Provides a complete trace of SAX2 events for files parsed. @author Andy Clark, IBM @author Arnaud Le Hors, IBM @version $Id: DocumentTracer.java,v 1.2 2005/01/26 08:28:44 jkjome Exp $
  • com.sun.org.apache.xml.internal.serializer.ToTextStream
    @author Santiago Pericas-Geertsen
  • org.apache.cocoon.woody.transformation.WidgetReplacingPipe
    The basic operation of this Pipe is that it replaces wt:widget (in the {@link Constants#WT_NS} namespace) tags (having an id attribute) by the XML representation of the corresponding widget instance. <p>These XML fragments (normally all in the {@link Constants#WI_NS "Woody Instance"} namesp ...
  • 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.xerces.jaxp.validation.ValidatorHandlerImpl
    <p>Implementation of ValidatorHandler for W3C XML Schemas and also a validator helper for <code>SAXSource</code>s.</p> @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) @author Michael Glavassevich, IBM @version $Id: ValidatorHandlerImpl.java,v 1.2 2005/06/13 21:57:00 ...
  • org.apache.cocoon.transformation.SQLTransformer
    @author <a HREF="mailto:cziegeler@apache.org">Carsten Ziegeler</a> @author <a HREF="mailto:balld@webslingerZ.com">Donald Ball</a> @author <a HREF="mailto:giacomo.pati@pwr.ch">Giacomo Pati</a> @author <a HREF="mailto:sven.beauprez@the-ecorp.com">Sven Beaup ...
  • 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
  • org.apache.ws.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
    @author <a HREF="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
  • 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.enhydra.barracuda.contrib.dbroggisch.display.filters.dtd.CopyImpl
  • 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 $
  • org.xquark.mapper.mapping.MappingTypeInfo
    @author sr To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
  • org.apache.excalibur.xml.sax.AbstractXMLConsumer
    This abstract class provides default implementation of the methods specified by the <code>XMLConsumer</code> interface. @deprecated Can be constructed using no operation handlers. @author <a HREF="mailto:dev@avalon.apache.org">Avalon Development Team</a> @version CVS $Revi ...
  • 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.jdom.transform.JDOMResult
    A holder for an XSL Transformation result, generally a list of nodes although it can be a JDOM Document also. As stated by the XSLT 1.0 specification, the result tree generated by an XSL transformation is not required to be a well-formed XML document. The result tree may have "any sequence of node ...
  • org.apache.axis2.om.impl.llom.serialize.StreamWriterToContentHandlerConverter
    Class StreamWriterToContentHandlerConverter
  • 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.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 $
  • net.sf.saxon.aelfred.DefaultHandler
    $Id: DefaultHandler.java,v 1.9 2000/02/28 04:43:05 mojo Exp $ This class extends the SAX base handler class to support the SAX2 Lexical and Declaration handlers. All the handler methods do is return; except that the SAX base class handles fatal errors by throwing an exception. @author David Brow ...
  • org.apache.commons.jelly.util.SafeContentHandler
    Ensures that only one start and end document event is passed onto the underlying ContentHandler. This object can only be used once and then discarded. @author <a HREF="mailto:jstrachan@apache.org">James Strachan</a>
  • org.apache.cocoon.xml.xlink.XLinkHandler
    This interface indicates an XLinkHandler that uses the same event driven design patterns that SAX enforces. @author <a HREF="mailto:stefano@apache.org">Stefano Mazzocchi</a> @version CVS $Id: XLinkHandler.java 30932 2004-07-29 17:35:38Z vgritsenko $
  • 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 ...
  • org.apache.tools.ant.taskdefs.optional.ejb.IPlanetEjbc
    Compiles EJB stubs and skeletons for the iPlanet Application Server (iAS). The class will read a standard EJB descriptor (as well as an EJB descriptor specific to iPlanet Application Server) to identify one or more EJBs to process. It will search for EJB "source" classes (the remote and skeleton ...
  • org.xquark.util.CharNormalizeFilter
    An XMLFilter implementation used to perform empty character events removal and consecutive character events aggregation.
  • org.xquark.mediator.runtime.MediatorConfiguration
    This class is used to parse a mediator accessor file.
  • org.apache.forrest.util.IdGeneratorTransformer
    A Transformer for adding a URL-encoded 'id' attribute to a node, whose value is determined by the string value of another node. <p> For example, if we were parsing XML like: <pre> &lt;section> &lt;title>Blah blah</title> .... &lt;/section> </pre> We co ...
  • org.apache.ws.jaxme.generator.sg.GroupSG
    <p>Interface of a source generator for model groups.</p>
  • 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.jaxen.function.CountTest
    @author Elliotte Rusty Harold
  • org.xquark.xml.xdbc.XMLResultSet
    This interface represents the set of results of a query.<BR> This interface has setContentHandler(...), setLexicalHandler(...) and setErrorHandler(...) methods allowing the client to get the results as SAX2 events.<BR><BR>
Popular Tags