List of usage examples for org.xml.sax.helpers DefaultHandler subclass-usage
From source file io.tourniquet.junit.jcr.rules.util.XMLContentHandler.java
/** * Implementation of the {@link DefaultHandler} that creates {@link Node} in a JCR {@link Repository} that are defined * in an xml file. * */ public class XMLContentHandler extends DefaultHandler {
From source file io.inkstand.scribble.jcr.rules.util.XMLContentHandler.java
/**
* Implementation of the {@link DefaultHandler} that creates {@link Node} in a JCR {@link Repository} that are defined
* in an xml file.
*
* @author <a href="mailto:gerald@inkstand.io">Gerald Mücke</a>
*/
From source file org.apache.torque.generator.configuration.source.SourceTransformerSaxHandler.java
/** * Reads a source transformer from the controller configuration file. */ public class SourceTransformerSaxHandler extends DefaultHandler { /** The logger for this class. */ private static Log log = LogFactory.getLog(DefaultHandler.class);
From source file me.crime.loader.DataBaseLoader.java
public class DataBaseLoader extends DefaultHandler implements XmlTags { private StringBuffer buffer_ = new StringBuffer(); private SAXParser parser_ = null; private String current_ = null; private XmlReadable curObject_ = null;
From source file org.syncany.database.dao.DatabaseXmlParseHandler.java
/**
* This class is used by the {@link DatabaseXmlSerializer} to read an XML-based
* database file from disk. It extends a {@link DefaultHandler} used by a
* SAX parser.
*
* <p>The class can read either an entire file into memory, or only parts of it --
From source file org.xwiki.rendering.xml.internal.parser.DefaultXMLParser.java
/**
* Default implementation of {@link XMLParser}.
*
* @version $Id: 7b8bdc2e8bb1207b3bf8ec16e7d700d8032de034 $
* @since 5.0M1
*/
From source file com.determinato.feeddroid.parser.RssParser.java
/**
* Class to parse RSS feeds from the internet and store
* RSS channels and posts in the database.
*
* @author John R. Hicks <john@determinato.com>
*
From source file org.apache.tapestry.util.xml.RuleDirectedParser.java
/**
* A simplified version of {@link org.apache.commons.digester.Digester}.
* This version is without as many bells and whistles but has some key features needed when parsing
* a document (rather than a configuration file):
* <br>
* <ul>
From source file org.apache.fop.fo.FOTreeBuilder.java
/**
* SAX Handler that passes parsed data to the various
* FO objects, where they can be used either to build
* an FO Tree, or used by Structure Renderers to build
* other data structures.
*/
From source file org.apache.torque.engine.database.transform.XmlToAppData.java
/**
* A Class that is used to parse an input xml schema file and creates a Database
* java structure.
*
* @author <a href="mailto:leon@opticode.co.za">Leon Messerschmidt</a>
* @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>