HomeSort by relevance Sort by last modified time
    Searched refs:fDOMConfigProperties (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 113 private Properties fDOMConfigProperties = null;
227 fDOMConfigProperties = new Properties();
243 fXMLSerializer.setOutputFormat(fDOMConfigProperties);
255 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
259 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
263 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
268 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
272 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
277 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
282 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS
    [all...]
DOM3TreeWalker.java 97 private Properties fDOMConfigProperties = null;
219 fDOMConfigProperties = fSerializer.getOutputFormat();
221 initProperties(fDOMConfigProperties);
    [all...]

Completed in 185 milliseconds