MCPcopy Create free account
hub / github.com/Tickaroo/tikxml / popStack

Method popStack

core/src/main/java/com/tickaroo/tikxml/XmlReader.java:738–743  ·  view source on GitHub ↗

Removes the top element of the stack

()

Source from the content-addressed store, hash-verified

736 * Removes the top element of the stack
737 */
738 private void popStack() {
739 stack[stackSize - 1] = 0;
740 stackSize--;
741 pathNames[stackSize] = null; // Free the last path name so that it can be garbage collected!
742 pathIndices[stackSize - 1]++;
743 }
744
745 /**
746 * Returns a XPath to the current location in the XML value.

Callers 2

doPeekMethod · 0.95
endElementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected