Searched defs:XmlReaderContentHandler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java44 * parser sends strings to this <code>XmlReaderContentHandler</code> and then uses
45 * these strings as arguments for the <code>XmlReaderContentHandler</code> methods
47 * <code>XmlReaderContentHandler</code> object is to read an XML document that represents
60 * in this <code>XmlReaderContentHandler</code> object's <code>properties</code>
65 * This implementation of <code>XmlReaderContentHandler</code> provides the means for the
72 public class XmlReaderContentHandler extends DefaultHandler { class in inherits:DefaultHandler
385 * A constant indicating the state of this <code>XmlReaderContentHandler</code>
397 * A constant indicating the state in which this <code>XmlReaderContentHandler</code>
405 * A constant indicating the state in which this <code>XmlReaderContentHandler</code>
413 * A constant indicating the state in which this <code>XmlReaderContentHandler</cod
433 public XmlReaderContentHandler(RowSet r) { method in class:XmlReaderContentHandler
[all...]

Completed in 96 milliseconds