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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMDocumentHandler.java56 public void doctypeDecl(DocumentType node) throws XNIException; method in interface:DOMDocumentHandler
H A DDOMResultAugmentor.java95 public void doctypeDecl(DocumentType node) throws XNIException {} method in class:DOMResultAugmentor
117 public void doctypeDecl(String rootElement, String publicId, method in class:DOMResultAugmentor
H A DDOMResultBuilder.java143 public void doctypeDecl(DocumentType node) throws XNIException { method in class:DOMResultBuilder
215 public void doctypeDecl(String rootElement, String publicId, method in class:DOMResultBuilder
H A DValidatorHandlerImpl.java353 public void doctypeDecl(String rootElement, String publicId, method in class:ValidatorHandlerImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DTeeXMLDocumentFilterImpl.java99 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) method in class:TeeXMLDocumentFilterImpl
101 side.doctypeDecl(rootElement, publicId, systemId, augs);
102 next.doctypeDecl(rootElement, publicId, systemId, augs);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DTeeXMLDocumentFilterImpl.java140 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) method in class:TeeXMLDocumentFilterImpl
142 side.doctypeDecl(rootElement, publicId, systemId, augs);
143 next.doctypeDecl(rootElement, publicId, systemId, augs);
H A DXMLDocumentFilterImpl.java120 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) method in class:XMLDocumentFilterImpl
122 next.doctypeDecl(rootElement, publicId, systemId, augs);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDocumentHandler.java103 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) method in interface:XMLDocumentHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNamespaceBinder.java497 public void doctypeDecl(String rootElement, method in class:XMLNamespaceBinder
501 fDocumentHandler.doctypeDecl(rootElement, publicId, systemId, augs);
503 } // doctypeDecl(String,String,String)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java113 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) method in class:DefaultXMLDocumentHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java151 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) method in class:AbstractXMLDocumentParser
153 } // doctypeDecl(String,String,String)
H A DAbstractDOMParser.java894 public void doctypeDecl (String rootElement, method in class:AbstractDOMParser
911 } // doctypeDecl(String,String,String)
H A DAbstractSAXParser.java331 public void doctypeDecl(String rootElement, method in class:AbstractSAXParser
351 } // doctypeDecl(String,String,String)
H A DDOMParserImpl.java1184 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) throws XNIException { method in class:DOMParserImpl.AbortHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java290 fDTDValidator.doctypeDecl(docType.getName(), docType.getPublicId(), docType.getSystemId(), null);
1749 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) method in class:DOMNormalizer
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java679 public void doctypeDecl(String rootElement, String publicId, String systemId, method in class:XMLDTDValidator
724 fDocumentHandler.doctypeDecl(rootElement, publicId, systemId, augs);
727 } // doctypeDecl(String,String,String, Augmentations)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java604 public void doctypeDecl(String rootElement, String publicId, String systemId, method in class:XPointerElementHandler
H A DXIncludeHandler.java839 public void doctypeDecl( method in class:XIncludeHandler
846 fDocumentHandler.doctypeDecl(rootElement, publicId, systemId, augs);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java723 public void doctypeDecl( method in class:XMLSchemaValidator
732 fDocumentHandler.doctypeDecl(rootElement, publicId, systemId, augs);
735 } // doctypeDecl(String,String,String)

Completed in 248 milliseconds