Searched refs:FEATURE_SECURE_PROCESSING (Results 1 - 25 of 39) sorted by relevance

12

/openjdk7/jaxp/src/javax/xml/
H A DXMLConstants.java193 public static final String FEATURE_SECURE_PROCESSING = "http://javax.xml.XMLConstants/feature/secure-processing"; field in class:XMLConstants
236 * When FEATURE_SECURE_PROCESSING is enabled, it is recommended that implementations
303 * When FEATURE_SECURE_PROCESSING is enabled, it is recommended that implementations
369 * When FEATURE_SECURE_PROCESSING is enabled, it is recommended that implementations
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DSAXMessages_de.properties51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: Feature kann nicht auf \"false\" gesetzt werden, wenn Security Manager vorhanden ist.
H A DSAXMessages_fr.properties51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING : impossible de d\u00E9finir la fonctionnalit\u00E9 sur False en pr\u00E9sence du gestionnaire de s\u00E9curit\u00E9.
H A DSAXMessages_es.properties51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: no se puede definir la funci\u00F3n en false cuando est\u00E1 presente el gestor de seguridad.
H A DSAXMessages_it.properties51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: impossibile impostare la funzione su false se \u00E8 presente Security Manager.
H A DSAXMessages_pt_BR.properties51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: N\u00E3o \u00E9 poss\u00EDvel definir o recurso como falso quando o gerenciador de seguran\u00E7a est\u00E1 presente.
H A DSAXMessages_sv.properties51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: Funktionen kan inte anges till false om s\u00E4kerhetshanteraren anv\u00E4nds.
H A DSAXMessages_zh_CN.properties51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: \u5B58\u5728 Security Manager \u65F6, \u65E0\u6CD5\u5C06\u6B64\u529F\u80FD\u8BBE\u7F6E\u4E3A\u201C\u5047\u201D\u3002
H A DSAXMessages_zh_TW.properties51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: \u5B89\u5168\u7BA1\u7406\u7A0B\u5F0F\u5B58\u5728\u6642\uFF0C\u7121\u6CD5\u5C07\u529F\u80FD\u8A2D\u70BA\u507D\u3002
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderFactoryImpl.java173 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
198 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
H A DSAXParserFactoryImpl.java120 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
156 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
H A DSAXParserImpl.java162 Object temp = features.get(XMLConstants.FEATURE_SECURE_PROCESSING);
414 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
451 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathFactoryImpl.java175 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
237 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/
H A DCanonicalizerSpi.java71 dfactory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, Boolean.TRUE);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTrAXFilter.java81 pfactory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
H A DSmartTransformerFactoryImpl.java188 else if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
233 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
H A DTemplatesHandlerImpl.java99 if (tfactory.getFeature(XMLConstants.FEATURE_SECURE_PROCESSING))
H A DTemplatesImpl.java425 if (_tfactory.getFeature(XMLConstants.FEATURE_SECURE_PROCESSING)) {
H A DUtil.java119 XMLConstants.FEATURE_SECURE_PROCESSING, true);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java243 Boolean secureProcessing = grammarContainer.getFeature(XMLConstants.FEATURE_SECURE_PROCESSING);
280 else if (XMLConstants.FEATURE_SECURE_PROCESSING.equals(featureId)) {
307 if (XMLConstants.FEATURE_SECURE_PROCESSING.equals(featureId)) {
309 throw new XMLConfigurationException(Status.NOT_ALLOWED, XMLConstants.FEATURE_SECURE_PROCESSING);
H A DXMLSchemaFactory.java302 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
361 if (name.equals(XMLConstants.FEATURE_SECURE_PROCESSING)) {
430 schema.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, fSecurityManager != null);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformBase64Decode.java152 dbf.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING,
H A DTransformXSLT.java113 tFactory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING,
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java718 tfactory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
764 dfactory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
897 dfactory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
953 factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
1030 factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMRetrievalMethod.java258 dbf.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING,

Completed in 77 milliseconds

12