Searched refs:XIncludeHandler (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXInclude11TextReader.java38 * @see XIncludeHandler
44 * Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
47 * @param handler The XIncludeHandler to use.
50 public XInclude11TextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize)
H A DXIncludeTextReader.java66 * @see XIncludeHandler
71 private XIncludeHandler fHandler;
77 * Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
80 * @param handler The XIncludeHandler to use.
83 public XIncludeTextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize)
244 // The XIncludeHandler will report this as a ResourceError and then will
409 * Read the input stream as text, and pass the text on to the XIncludeHandler
H A DXIncludeHandler.java131 public class XIncludeHandler class in inherits:XMLComponent,XMLDocumentFilter,XMLDTDFilter
270 // for XIncludeHandler
271 protected XIncludeHandler fParentXIncludeHandler;
278 // It's never going to change in the lifetime of this XIncludeHandler
318 // used for passing features on to child XIncludeHandler objects
381 public XIncludeHandler() { method in class:XIncludeHandler
1487 // XIncludeHandler methods
1755 XIncludeHandler newHandler =
1756 (XIncludeHandler)fChildConfig.getProperty(
2460 * Set the parent of this XIncludeHandler i
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DXIncludeParserConfiguration.java26 import com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler;
35 * This parser configuration includes an <code>XIncludeHandler</code> in the pipeline
39 * <code>XIncludeHandler</code>.
42 * @see com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler
46 private XIncludeHandler fXIncludeHandler;
111 fXIncludeHandler = new XIncludeHandler();
H A DXIncludeAwareParserConfiguration.java28 import com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler;
75 protected XIncludeHandler fXIncludeHandler;
160 fXIncludeHandler = new XIncludeHandler();
220 fXIncludeHandler = new XIncludeHandler();
H A DXPointerParserConfiguration.java27 import com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler;
48 private XIncludeHandler fXIncludeHandler;
117 fXIncludeHandler = new XIncludeHandler();
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xpointer/
H A DXPointerHandler.java32 import com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler;
45 * This is a pipeline component which extends the XIncludeHandler to perform
66 public final class XPointerHandler extends XIncludeHandler implements

Completed in 205 milliseconds