Lines Matching refs:current
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
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.
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,