Searched refs:m_OutputProps (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java1265 if (m_OutputProps != null)
1266 this.m_OutputProps.clear();
1619 private HashMap m_OutputProps; field in class:SerializerBase
1631 return m_OutputProps.keySet();
1635 if (m_OutputProps == null) {
1636 m_OutputProps = new HashMap();
1644 val = (String) m_OutputProps.get(name);
1657 if (m_OutputProps == null) {
1658 m_OutputProps = new HashMap();
1667 String oldVal = (String) m_OutputProps
[all...]

Completed in 618 milliseconds