Lines Matching refs:element
55 * Gets the current element.
57 * @return the current element in the SAX event stream
62 * Sets the current element.
64 * When the current element is replaced outside of this interface, then
65 * uses this method can update the current element pointer.
67 * @param element the new current element
69 void setCurrentElement([in] XXMLElementWrapper element);
72 * Removes the current element.
74 * When the current element is removed, then its parent element becomes
75 * the new current element.
80 * Checks whether an element is the current element.
82 * @param node the element to be checked
83 * @return <code>true</code> if the node is the current element,
89 * Checks whether the current element is empty.
91 * @return <code>true</code> if the current element is empty,
97 * Gets the name of the element.
99 * @param node the element whose name will be gotten
100 * @return the name of the element
105 * Clears all useless element in a branch of the DOM tree along the
112 * @param stopAtNode the stop element. The operation have
113 * to interrupt when this element is met
124 * Each element in the ancestor path of the node will be checked,
125 * if this element is empty, then deletes it.
160 * element.
162 * @param node the root element of the branch whose ID link will be