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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXInclude11TextReader.java36 * @see XIncludeHandler
42 * Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
45 * @param handler The XIncludeHandler to use.
48 public XInclude11TextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize)
H A DXIncludeTextReader.java64 * @see XIncludeHandler
69 private XIncludeHandler fHandler;
75 * Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
78 * @param handler The XIncludeHandler to use.
81 public XIncludeTextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize)
242 // The XIncludeHandler will report this as a ResourceError and then will
407 * Read the input stream as text, and pass the text on to the XIncludeHandler
H A DXIncludeHandler.java117 * @version $Id: XIncludeHandler.java,v 1.7 2010-11-01 04:40:18 joehw Exp $
121 public class XIncludeHandler class in inherits:XMLComponent,XMLDocumentFilter,XMLDTDFilter
266 // for XIncludeHandler
267 protected XIncludeHandler fParentXIncludeHandler;
274 // It's never going to change in the lifetime of this XIncludeHandler
319 // used for passing features on to child XIncludeHandler objects
372 public XIncludeHandler() { method in class:XIncludeHandler
1468 // XIncludeHandler methods
1706 XIncludeHandler newHandler =
1707 (XIncludeHandler)fChildConfi
[all...]
H A DXPointerElementHandler.java132 protected XIncludeHandler fParentXIncludeHandler;
431 fParentXIncludeHandler = (XIncludeHandler)parent;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXIncludeParserConfiguration.java24 import com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler;
33 * This parser configuration includes an <code>XIncludeHandler</code> in the pipeline
37 * <code>XIncludeHandler</code>.
40 * @see com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler
44 private XIncludeHandler fXIncludeHandler;
109 fXIncludeHandler = new XIncludeHandler();
H A DXIncludeAwareParserConfiguration.java27 import com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler;
75 protected XIncludeHandler fXIncludeHandler;
160 fXIncludeHandler = new XIncludeHandler();
220 fXIncludeHandler = new XIncludeHandler();
H A DXPointerParserConfiguration.java25 import com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler;
46 private XIncludeHandler fXIncludeHandler;
115 fXIncludeHandler = new XIncludeHandler();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DXPointerHandler.java30 import com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler;
42 * This is a pipeline component which extends the XIncludeHandler to perform
63 public final class XPointerHandler extends XIncludeHandler implements

Completed in 220 milliseconds