Searched refs:m_OutputPropsDefault (Results 1 – 1 of 1) sorted by relevance
1267 if (m_OutputPropsDefault != null) in resetSerializerBase()1268 this.m_OutputPropsDefault.clear(); in resetSerializerBase()1625 private HashMap m_OutputPropsDefault; field in SerializerBase1628 return m_OutputPropsDefault.keySet(); in getOutputPropDefaultKeys()1637 m_OutputPropsDefault = new HashMap(); in getProp()1642 val = (String) m_OutputPropsDefault.get(name); in getProp()1659 m_OutputPropsDefault = new HashMap(); in setProp()1663 m_OutputPropsDefault.put(name,val); in setProp()