Home | History | Annotate | Download | only in utils

Lines Matching defs:m_DOMFactory

1230   protected Document m_DOMFactory = null;
1242 this.m_DOMFactory = domFactory;
1254 if (null == this.m_DOMFactory)
1256 this.m_DOMFactory = createDocument();
1259 return this.m_DOMFactory;