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

/openjdk7/jaxp/src/javax/xml/
H A DXMLConstants.java390 public static final String ACCESS_EXTERNAL_STYLESHEET = "http://javax.xml.XMLConstants/property/accessExternalStylesheet"; field in class:XMLConstants
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesHandlerImpl.java102 xsltc.setProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET,
103 (String)tfactory.getAttribute(XMLConstants.ACCESS_EXTERNAL_STYLESHEET));
H A DTemplatesImpl.java180 _accessExternalStylesheet = (String) tfactory.getAttribute(XMLConstants.ACCESS_EXTERNAL_STYLESHEET);
H A DTransformerFactoryImpl.java321 else if (name.equals(XMLConstants.ACCESS_EXTERNAL_STYLESHEET)) {
427 else if (name.equals(XMLConstants.ACCESS_EXTERNAL_STYLESHEET)) {
838 xsltc.setProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET, _accessExternalStylesheet);
H A DTransformerImpl.java273 _accessExternalStylesheet = (String)_tfactory.getAttribute(XMLConstants.ACCESS_EXTERNAL_STYLESHEET);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DInclude.java90 xsltc.getProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET),
H A DImport.java89 xsltc.getProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET),
H A DXSLTC.java188 if (name.equals(XMLConstants.ACCESS_EXTERNAL_STYLESHEET)) {
201 if (name.equals(XMLConstants.ACCESS_EXTERNAL_STYLESHEET)) {
H A DParser.java568 _xsltc.getProperty(XMLConstants.ACCESS_EXTERNAL_STYLESHEET),

Completed in 36 milliseconds