Searched refs:DeclHandler (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DExtendedSAX.java27 import org.xml.sax.ext.DeclHandler;
34 DeclHandler
H A DSimpleResultTreeImpl.java991 public org.xml.sax.ext.DeclHandler getDeclHandler()
H A DAdaptiveResultTreeImpl.java1284 public org.xml.sax.ext.DeclHandler getDeclHandler()
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/
H A DFastInfosetReader.java36 import org.xml.sax.ext.DeclHandler;
202 public void setDeclHandler(DeclHandler handler);
211 public DeclHandler getDeclHandler();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializationHandler.java33 import org.xml.sax.ext.DeclHandler;
50 DeclHandler,
/openjdk7/jaxp/src/org/xml/sax/ext/
H A DDeclHandler.java26 // DeclHandler.java - Optional handler for DTD declaration events.
29 // $Id: DeclHandler.java,v 1.2 2004/11/03 22:49:08 jsuttor Exp $
60 * <p>To set the DeclHandler for an XML reader, use the
72 public interface DeclHandler interface
170 // end of DeclHandler.java
H A DDefaultHandler2.java41 * SAX2 {@link LexicalHandler}, {@link DeclHandler}, and
62 implements LexicalHandler, DeclHandler, EntityResolver2
99 // SAX2 ext-1.0 DeclHandler
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerHandlerImpl.java46 import org.xml.sax.ext.DeclHandler;
54 public class TransformerHandlerImpl implements TransformerHandler, DeclHandler {
63 private DeclHandler _declHandler = null;
214 _declHandler = (DeclHandler) _handler;
430 * Implements org.xml.sax.ext.DeclHandler.attributeDecl()
441 * Implements org.xml.sax.ext.DeclHandler.elementDecl()
452 * Implements org.xml.sax.ext.DeclHandler.externalEntityDecl()
463 * Implements org.xml.sax.ext.DeclHandler.externalEntityDecl()
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java901 * Return this DTM's DeclHandler, if it has one.
905 public org.xml.sax.ext.DeclHandler getDeclHandler();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java63 import org.xml.sax.ext.DeclHandler;
99 private static final class DeclHandlerImpl implements DeclHandler {
149 protected DeclHandler _declHandler;
253 if (value instanceof DeclHandler) {
254 setDeclHandler((DeclHandler)value);
371 public void setDeclHandler(DeclHandler handler) {
375 public DeclHandler getDeclHandler() {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java67 import org.xml.sax.ext.DeclHandler;
186 protected DeclHandler fDeclHandler;
217 // second declaration to any registered DeclHandler
346 // is there a DeclHandler?
1887 // Value type: org.xml.sax.ext.DeclHandler
1894 setDeclHandler((DeclHandler)value);
1899 "incompatible-class", new Object [] {propertyId, "org.xml.sax.ext.DeclHandler"}));
2012 // Value type: org.xml.sax.ext.DeclHandler
2097 protected void setDeclHandler(DeclHandler handler)
2108 } // setDeclHandler(DeclHandler)
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java52 DeclHandler, LexicalHandler
472 * Return this DTM's DeclHandler.
476 public DeclHandler getDeclHandler()
2241 // Implementation of the DeclHandler interface.
2395 * @see org.xml.sax.ext.DeclHandler#internalEntityDecl
2396 * @see org.xml.sax.ext.DeclHandler#externalEntityDecl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java79 import org.xml.sax.ext.DeclHandler;
133 DTDHandler, DeclHandler, DOMSerializer, Serializer
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDocumentImpl.java384 * Return this DTM's DeclHandler.
388 public org.xml.sax.ext.DeclHandler getDeclHandler()
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java1561 * Return this DTM's DeclHandler.
1565 public org.xml.sax.ext.DeclHandler getDeclHandler()

Completed in 76 milliseconds