List of usage examples for org.dom4j.io SAXReader subclass-usage
From source file com.arc.xml.XmlProcessor.java
/** * Customized SAXReader that creates elements with an implicit "where" attribute. */ class MySAXReader extends SAXReader {
From source file com.globalsight.terminology.util.XmlParser.java
/** * <p>An XML Parser wrapper that simplifies parsing from an XML string * and returns Document objects. Also manages instances of itself in a * pool of parser objects.</p> */ public class XmlParser extends SAXReader implements TermbaseExceptionMessages {
From source file com.globalsight.util.XmlParser.java
/** * <p>An XML Parser wrapper that simplifies parsing from an XML string * and returns Document objects. Also manages instances of itself in a * pool of parser objects.</p> */ public class XmlParser extends SAXReader {
From source file com.plug.Version_8_5_2.gs.terminology.util.XmlParser.java
/**
* <p>
* An XML Parser wrapper that simplifies parsing from an XML string and returns
* Document objects. Also manages instances of itself in a pool of parser
* objects.
* </p>
From source file datasource.TagSoupReader.java
/** * * @author are */ public class TagSoupReader extends SAXReader { private final static String ParserClassname = "org.ccil.cowan.tagsoup.Parser";
From source file galign.helpers.util.XmlParser.java
/** * <p>An XML Parser wrapper that simplifies parsing from an XML string * and returns Document objects. Also manages instances of itself in a * pool of parser objects.</p> */ public class XmlParser extends SAXReader {
From source file org.withinsea.izayoi.cortile.template.html.parser.HTMLReader.java
/** * Created by Mo Chen <withinsea@gmail.com> * Date: 2009-12-15 * Time: 7:19:08 */ public class HTMLReader extends SAXReader {