Home
last modified time | relevance | path

Searched refs:m_domNode (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmlsecurity/tools/uno/
H A DAdapterNode.java38 private Node m_domNode; field in AdapterNode
62 return m_domNode; in getNode()
70 m_domNode = node; in AdapterNode()
82 if (child.m_domNode == n.m_domNode) return i; in index()
89 if (m_domNode == null) return null; in child()
104 if (m_domNode != null) in childCount()
106 rc = m_domNode.getChildNodes().getLength(); in childCount()
119 if (m_domNode != null) in toString()
122 String nodeName = m_domNode.getNodeName(); in toString()
129 if (m_domNode.getNodeValue() != null) in toString()
[all …]

Completed in 13 milliseconds