Home
last modified time | relevance | path

Searched refs:S_KEY_ENTITIES (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java200 (String) m_outputProperties.getProperties().get(OutputPropertiesFactory.S_KEY_ENTITIES); in startElement()
208 m_outputProperties.getProperties().put(OutputPropertiesFactory.S_KEY_ENTITIES, absURL); in startElement()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java146 public static final String S_KEY_ENTITIES = field in OutputPropertiesFactory
DToStream.java595 (String) format.get(OutputPropertiesFactory.S_KEY_ENTITIES); in setOutputFormat()