Searched refs:m_dh (Results 1 – 5 of 5) sorted by relevance
54 protected DOMHelper m_dh; field in TreeWalker99 m_dh = dh; in TreeWalker()117 m_dh = dh; in TreeWalker()137 m_dh = new DOM2Helper(); in TreeWalker()361 String ns = m_dh.getNamespaceOfNode(node); in startNode()365 m_dh.getLocalNameOfNode(node), in startNode()367 new AttList(atts, m_dh)); in startNode()462 String ns = m_dh.getNamespaceOfNode(node);466 m_dh.getLocalNameOfNode(node),
46 DOMHelper m_dh; field in AttList74 m_dh = dh; in AttList()98 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index))); in getURI()114 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index))); in getLocalName()
55 DOM2Helper m_dh; field in AttList83 m_dh = dh; in AttList()107 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index))); in getURI()123 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index))); in getLocalName()
65 final protected DOM2Helper m_dh; field in TreeWalker121 m_dh = new DOM2Helper(); in TreeWalker()356 String ns = m_dh.getNamespaceOfNode(node); in startNode()360 m_dh.getLocalNameOfNode(node), in startNode()362 new AttList(atts, m_dh)); in startNode()457 String ns = m_dh.getNamespaceOfNode(node); in endNode()461 m_dh.getLocalNameOfNode(node), in endNode()
289 struct m_dh { struct