172173174175176177178179180181
// Increment try { pos = childTag == null ? endPos : childTag.getEndTag().getEndPosition() + 1; } catch(NullPointerException q) { throw new ParseException("ParseException: Tag: <" + childTag.getName() + "> has no maching end tag."); } nextChild++; } }