Home | History | Annotate | Download | only in sax

Lines Matching defs:xml

6 package org.xml.sax;
24 * {@link org.xml.sax.XMLReader#setEntityResolver setEntityResolver}
27 * <p>The XML reader will then allow the application to intercept any
33 * XML documents from databases or other specialised input sources,
41 * import org.xml.sax.EntityResolver;
42 * import org.xml.sax.InputSource;
66 * @see org.xml.sax.XMLReader#setEntityResolver
67 * @see org.xml.sax.InputSource
90 * box). Neither XML nor SAX specifies a preferred policy for using
106 * @exception org.xml.sax.SAXException Any SAX exception, possibly
111 * @see org.xml.sax.InputSource