Home
last modified time | relevance | path

Searched refs:_xmlSecurityPropertyMgr (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java222 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
249 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
250 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
252 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
336 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
337 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
459 if (_xmlSecurityPropertyMgr != null && in setAttribute()
461 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
463 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
519 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java222 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
249 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
250 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
252 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
336 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
337 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
459 if (_xmlSecurityPropertyMgr != null && in setAttribute()
461 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
463 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
519 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java230 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
266 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
267 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
269 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
372 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
373 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
514 if (_xmlSecurityPropertyMgr != null && in setAttribute()
516 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
518 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
574 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java230 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
266 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
267 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
269 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
372 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
373 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
514 if (_xmlSecurityPropertyMgr != null && in setAttribute()
516 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
518 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
574 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java230 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
266 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
267 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
269 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
372 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
373 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
514 if (_xmlSecurityPropertyMgr != null && in setAttribute()
516 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
518 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
574 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java239 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
275 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
276 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
278 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
382 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
383 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
524 if (_xmlSecurityPropertyMgr != null && in setAttribute()
526 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
528 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
584 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java242 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
279 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
280 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
282 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
387 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
388 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
529 if (_xmlSecurityPropertyMgr != null && in setAttribute()
531 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
533 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
590 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java230 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
266 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
267 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
269 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
372 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
373 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
514 if (_xmlSecurityPropertyMgr != null && in setAttribute()
516 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
518 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
574 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java239 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
275 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
276 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
278 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
382 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
383 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
524 if (_xmlSecurityPropertyMgr != null && in setAttribute()
526 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
528 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
584 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java239 private XMLSecurityPropertyManager _xmlSecurityPropertyMgr; field in TransformerFactoryImpl
275 _xmlSecurityPropertyMgr = new XMLSecurityPropertyManager(); in TransformerFactoryImpl()
276 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
278 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in TransformerFactoryImpl()
382 propertyValue = (_xmlSecurityPropertyMgr != null) ? in getAttribute()
383 _xmlSecurityPropertyMgr.getValue(name) : null; in getAttribute()
524 if (_xmlSecurityPropertyMgr != null && in setAttribute()
526 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setAttribute()
528 _accessExternalStylesheet = _xmlSecurityPropertyMgr.getValue( in setAttribute()
584 _accessExternalDTD = _xmlSecurityPropertyMgr.getValue( in setFeature()
[all …]