Esempio n. 1
0
 /** Pop the current namespace context for the xpath. */
 public final void popNamespaceContext() {
   m_prefixResolvers.pop();
 }
Esempio n. 2
0
 /** Pop the current locater. */
 public void popSAXLocator() {
   m_saxLocations.pop();
 }