Searched refs:m_OutputProps (Results 1 – 1 of 1) sorted by relevance
1265 if (m_OutputProps != null) in resetSerializerBase()1266 this.m_OutputProps.clear(); in resetSerializerBase()1619 private HashMap m_OutputProps; field in SerializerBase1631 return m_OutputProps.keySet(); in getOutputPropKeys()1635 if (m_OutputProps == null) { in getProp()1636 m_OutputProps = new HashMap(); in getProp()1644 val = (String) m_OutputProps.get(name); in getProp()1657 if (m_OutputProps == null) { in setProp()1658 m_OutputProps = new HashMap(); in setProp()1667 String oldVal = (String) m_OutputProps.get(name); in setProp()[all …]