Home | History | Annotate | Download | only in helpers

Lines Matching refs:Parser

1 // XMLReaderAdapter.java - adapt an SAX2 XMLReader to a SAX1 Parser
20 import org.xml.sax.Parser;
27 * Adapt a SAX2 XMLReader as a SAX1 Parser.
37 * and makes it act as a SAX1 {@link org.xml.sax.Parser Parser}. The XMLReader
47 * @see org.xml.sax.Parser
50 public class XMLReaderAdapter implements Parser, ContentHandler
82 * Parser.</p>
111 // Implementation of org.xml.sax.Parser.
122 * @see org.xml.sax.Parser#setLocale
136 * @see org.xml.sax.Parser#setEntityResolver
148 * @see org.xml.sax.Parser#setDTDHandler
163 * @see org.xml.sax.Parser#setDocumentHandler
175 * @see org.xml.sax.Parser#setErrorHandler
196 * @see org.xml.sax.Parser#parse(java.lang.String)
218 * @see org.xml.sax.Parser#parse(org.xml.sax.InputSource)