org.enhydra.apache.xerces.framework.XMLParser This is the base class of all standard parsers. @version $Id: XMLParser.java,v 1.2 2005/01/26 08:28:44 jkjome Exp $ org.apache.xerces.jaxp.SAXParserImpl This is the implementation specific class for the <code>javax.xml.parsers.SAXParser</code>. @author Rajiv Mordani @author Edwin Goei @version $Id: SAXParserImpl.java,v 1.33 2005/06/21 17:19:08 mrglavas Exp $ org.enhydra.apache.xerces.parsers.DOMParser DOMParser provides a parser which produces a W3C DOM tree as its output @version $Id: DOMParser.java,v 1.3 2005/01/26 08:28:44 jkjome Exp $ 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.enhydra.apache.xerces.parsers.SAXParser REVISIT: [SAX2beta] ContentHandler#skippedEntity(String) SAXParser provides a parser which implements the SAX1 and SAX2 parser APIs. @version $Id: SAXParser.java,v 1.2 2005/01/26 08:28:44 jkjome Exp $ sax.Writer A sample SAX2 writer. This sample program illustrates how to register a SAX2 ContentHandler and receive the callbacks in order to print a document that is parsed. @author Andy Clark, IBM @version $Id: Writer.java,v 1.16 2005/05/09 00:29:47 mrglavas Exp $ jaxp.TypeInfoWriter <p>Provides a trace of the schema type information for elements and attributes in an XML document. This demonstrates usage of the JAXP 1.3 Validation API, particuarly how to read type information from a TypeInfoProvider.</p> @author Michael Glavassevich, IBM @version $Id: TypeInfoWri ...nu.xom.xslt.XOMReader <p> This is just for XSLTransform, and implements only the functionality that class requires. Other classes should not use this. It is far from a conformant implementation of XMLReader. </p> @author Elliotte Rusty Harold @version 1.0 org.xquark.util.DefaultXMLReader
com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl @author Rajiv Mordani @author Edwin Goei @version $Id: SAXParserFactoryImpl.java,v 1.6 2003/11/18 00:22:59 kk122374 Exp $ This is the implementation specific class for the <code>javax.xml.parsers.SAXParserFactory</code>. This is the platform default implementation for the platform. org.apache.commons.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. ...com.myeis.services.myeis.myeis.CustomerFormatHandler
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl @author Rajiv Mordani @author Edwin Goei @version $Id: DocumentBuilderImpl.java,v 1.24 2004/02/24 23:15:58 mrglavas Exp $ dom.wrappers.Xerces Wraps the Xerces DOM parser. @version $Id: Xerces.java,v 1.3 2004/02/24 23:41:06 mrglavas Exp $ org.apache.xerces.impl.xs.XMLSchemaValidator The XML Schema validator. The validator implements a document filter: receiving document events from the scanner; validating the content and structure; augmenting the InfoSet, if applicable; and notifying the parser of the information resulting from the validation process. <p> This component ... | Popular Tags |