Parse past end of named element. Will skip all content between the current position and the end of the element. Leaves the parse positioned following the end tag.
@param ns namespace URI for expected element (may be null or the empty string for the emptynamespace)
@param name element name expected
@throws JiBXException on any error (possibly wrapping other exception), including end of document reached without finding the end tag
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.