text
stringlengths 0
14.1k
|
---|
}
|
}
|
/**
|
* {@inheritDoc}
|
*/
|
@Override
|
public void endElement(String namespaceURI, String sName, String qName)
|
throws SAXException {
|
if (!isParsing) {
|
return;
|
}
|
currentNode = currentNode.parent;
|
isParsing = !qName.equals(currentRoot);
|
}
|
}
|
" gpl-2.0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.