Searched refs:ACCESS_EXTERNAL_DTD (Results 1 - 22 of 22) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/
H A DXMLConstants.java256 public static final String ACCESS_EXTERNAL_DTD = "http://javax.xml.XMLConstants/property/accessExternalDTD"; field in class:XMLConstants
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/
H A DXMLSecurityPropertyManager.java42 ACCESS_EXTERNAL_DTD(XMLConstants.ACCESS_EXTERNAL_DTD, enum constant in enum:XMLSecurityPropertyManager.Property
96 getSystemProperty(Property.ACCESS_EXTERNAL_DTD,
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/utils/
H A DXMLSecurityPropertyManager.java51 ACCESS_EXTERNAL_DTD(XMLConstants.ACCESS_EXTERNAL_DTD, enum constant in enum:XMLSecurityPropertyManager.Property
195 getSystemProperty(Property.ACCESS_EXTERNAL_DTD,
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/common/
H A DTestSAXDriver.java50 if (XMLConstants.ACCESS_EXTERNAL_DTD.equals(name) || ENT_EXP_LIMIT_PROP.equals(name)) {
H A DWarningsTestBase.java86 Assert.assertTrue(warningPrintedOnce(XMLConstants.ACCESS_EXTERNAL_DTD, errContent));
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/
H A DXmlFactory.java58 public static final String ACCESS_EXTERNAL_DTD = "http://javax.xml.XMLConstants/property/accessExternalDTD"; field in class:XmlFactory
252 sf.setProperty(ACCESS_EXTERNAL_DTD, value);
254 LOGGER.log(Level.FINE, Messages.JAXP_SUPPORTED_PROPERTY.format(ACCESS_EXTERNAL_DTD));
259 LOGGER.log(Level.CONFIG, Messages.JAXP_UNSUPPORTED_PROPERTY.format(ACCESS_EXTERNAL_DTD), ignored);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DXMLReaderManager.java179 JdkXmlUtils.setXMLReaderPropertyIfSupport(reader, XMLConstants.ACCESS_EXTERNAL_DTD,
264 if (name.equals(XMLConstants.ACCESS_EXTERNAL_DTD)) {
276 if (name.equals(XMLConstants.ACCESS_EXTERNAL_DTD)) {
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderImpl.java105 public static final String ACCESS_EXTERNAL_DTD = XMLConstants.ACCESS_EXTERNAL_DTD; field in class:DocumentBuilderImpl
188 fSecurityPropertyMgr.setValue(Property.ACCESS_EXTERNAL_DTD,
H A DSAXParserImpl.java169 fSecurityPropertyMgr.setValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD,
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesHandlerImpl.java107 xsltc.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD,
108 (String)tfactory.getAttribute(XMLConstants.ACCESS_EXTERNAL_DTD));
H A DUtil.java141 JdkXmlUtils.setXMLReaderPropertyIfSupport(reader, XMLConstants.ACCESS_EXTERNAL_DTD,
142 xsltc.getProperty(XMLConstants.ACCESS_EXTERNAL_DTD), true);
H A DTransformerFactoryImpl.java279 Property.ACCESS_EXTERNAL_DTD);
528 Property.ACCESS_EXTERNAL_DTD);
581 _xmlSecurityPropertyMgr.setValue(Property.ACCESS_EXTERNAL_DTD,
586 Property.ACCESS_EXTERNAL_DTD);
973 xsltc.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD, _accessExternalDTD);
H A DTransformerImpl.java279 _accessExternalDTD = (String)_tfactory.getAttribute(XMLConstants.ACCESS_EXTERNAL_DTD);
282 _readerManager.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD, _accessExternalDTD);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXSLTC.java231 else if (name.equals(XMLConstants.ACCESS_EXTERNAL_DTD)) {
254 else if (name.equals(XMLConstants.ACCESS_EXTERNAL_DTD)) {
H A DParser.java486 parser.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD,
487 _xsltc.getProperty(XMLConstants.ACCESS_EXTERNAL_DTD));
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java699 reader.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD,
700 spm.getValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD));
703 XMLConstants.ACCESS_EXTERNAL_DTD, exc);
H A DXMLSchemaValidatorComponentManager.java379 fSecurityPropertyMgr.setValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD,
H A DXMLSchemaFactory.java441 fSecurityPropertyMgr.setValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD,
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java615 fAccessExternalDTD = spm.getValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD);
662 fAccessExternalDTD = spm.getValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD);
795 fAccessExternalDTD = spm.getValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD);
H A DXMLEntityManager.java1553 fAccessExternalDTD = spm.getValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD);
1635 fAccessExternalDTD = spm.getValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD);
1801 fAccessExternalDTD = spm.getValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java230 public static final String ACCESS_EXTERNAL_DTD = XMLConstants.ACCESS_EXTERNAL_DTD; field in class:XMLSchemaLoader
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java2278 parser.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD, fAccessExternalDTD);
2281 XMLConstants.ACCESS_EXTERNAL_DTD, exc);
3618 XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD);

Completed in 123 milliseconds