192193194195196197198199200201202
childNodes.add(new NotationImpl(this, data, pos, len)); break; } bis.setPos(pos); bis.skip(len); } } /** * This is a convenience method to allow easy determination of whether a
202203204205206207208209210211212
log.warn("invalid node type : " + in.getNodeType()); } } bis.setPos(pos); bis.skip(len); } } /** * This is a convenience method to allow easy determination of whether a
161162163164165166167168169170171