Searched refs:ACCESS_EXTERNAL_STYLESHEET (Results 1 - 10 of 10) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/
H A DXMLConstants.java382 public static final String ACCESS_EXTERNAL_STYLESHEET = "http://javax.xml.XMLConstants/property/accessExternalStylesheet"; field in class:XMLConstants
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/
H A DXMLSecurityPropertyManager.java44 ACCESS_EXTERNAL_STYLESHEET(XMLConstants.ACCESS_EXTERNAL_STYLESHEET, enum constant in enum:XMLSecurityPropertyManager.Property
98 getSystemProperty(Property.ACCESS_EXTERNAL_STYLESHEET,
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DImport.java86 (String)xsltc.getProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET),
H A DInclude.java86 (String)xsltc.getProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET),
H A DXSLTC.java228 if (name.equals(XMLConstants.ACCESS_EXTERNAL_STYLESHEET)) {
251 if (name.equals(XMLConstants.ACCESS_EXTERNAL_STYLESHEET)) {
H A DParser.java615 (String)_xsltc.getProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET),
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesHandlerImpl.java105 xsltc.setProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET,
106 (String)tfactory.getAttribute(XMLConstants.ACCESS_EXTERNAL_STYLESHEET));
H A DTransformerFactoryImpl.java281 Property.ACCESS_EXTERNAL_STYLESHEET);
530 Property.ACCESS_EXTERNAL_STYLESHEET);
583 _xmlSecurityPropertyMgr.setValue(Property.ACCESS_EXTERNAL_STYLESHEET,
588 Property.ACCESS_EXTERNAL_STYLESHEET);
972 xsltc.setProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET, _accessExternalStylesheet);
H A DTemplatesImpl.java244 _accessExternalStylesheet = (String) tfactory.getAttribute(XMLConstants.ACCESS_EXTERNAL_STYLESHEET);
H A DTransformerImpl.java278 _accessExternalStylesheet = (String)_tfactory.getAttribute(XMLConstants.ACCESS_EXTERNAL_STYLESHEET);

Completed in 65 milliseconds