Searched refs:S_XSL_OUTPUT_ENCODING (Results 1 – 3 of 3) sorted by relevance
107 public static final String S_XSL_OUTPUT_ENCODING = "encoding"; field in DOMConstants
943 fDOMConfigProperties.setProperty(DOMConstants.S_XSL_OUTPUT_ENCODING, fEncoding); in write()1129 fDOMConfigProperties.setProperty(DOMConstants.S_XSL_OUTPUT_ENCODING, "UTF-16"); in writeToString()1233 fDOMConfigProperties.setProperty(DOMConstants.S_XSL_OUTPUT_ENCODING, fEncoding); in writeToURI()
2039 s_propKeys.put(DOMConstants.S_XSL_OUTPUT_ENCODING, "");2122 (DOMConstants.S_XSL_OUTPUT_ENCODING).equals(key)) { in initProperties()