List of usage examples for org.xml.sax.helpers DefaultHandler subclass-usage
From source file org.apache.syncope.core.persistence.jpa.content.ContentLoaderHandler.java
/** * SAX handler for generating SQL INSERT statements out of given XML file. */ public class ContentLoaderHandler extends DefaultHandler { private static final Logger LOG = LoggerFactory.getLogger(ContentLoaderHandler.class);
From source file ensen.controler.DBpediaLookupClient.java
/** * Searches return results that contain any of the search terms. I am going to * filter the results to ignore results that do not contain all search terms. */ public class DBpediaLookupClient extends DefaultHandler {
From source file org.fenixedu.academic.utils.ParseMetadata.java
/** * @author Susana Fernandes */ public class ParseMetadata extends DefaultHandler { private String text;
From source file com.notesrender.templatej.TemplateProcessor.java
/** * @author Shengmin * */ public final class TemplateProcessor extends DefaultHandler { private String _nsPrefix;
From source file org.apache.fop.render.intermediate.extensions.DocumentNavigationHandler.java
/** * ContentHandler that handles the IF document navigation namespace. */ public class DocumentNavigationHandler extends DefaultHandler implements DocumentNavigationExtensionConstants { /** Logger instance */
From source file jp.gr.java_conf.petit_lycee.subsonico.MethodConstants.java
/*** * Subsonic??? */ class SubsonicXMLHandler extends DefaultHandler { private Stack<ArrayList<Entry>> stack;
From source file org.jamwiki.utils.XMLTopicFactory.java
/** * The purpose of this class is to load MediaWiki XML-file to the JAMWiki. */ public class XMLTopicFactory extends DefaultHandler { /** Amount to indent */
From source file org.dbpedia.spotlight.parser.WikiXMLParser.java
/**
* A Wikipedia XML dump file parser
*
* Original version with permission from Marco Schmidt. See: <a
* href="http://schmidt.devlib.org/software/lucene-wikipedia.html"
* >http://schmidt.devlib.org/software/lucene-wikipedia.html</a>
From source file net.sourceforge.fenixedu.utilTests.ParseMetadata.java
/** * @author Susana Fernandes */ public class ParseMetadata extends DefaultHandler { private String text;
From source file io.github.msdk.io.mzdata.MzDataSaxHandler.java
class MzDataSaxHandler extends DefaultHandler { private RawDataFile newRawFile; private DataPointStore dataStore; private boolean canceled = false;