121122123124125126127128129130131
case Node.ELEMENT_NODE: // run through the choices for (int x=0; x < _any.size(); x++) { int i = index; XMLBean b = (XMLBean) _any.elementAt(x); index = b.toRDF(subject, node, index, seq, mixed, ctx); if (i<index) { occurs++; continue next; } }