200201202203204205206207208209210
feed.setMetaNodeAttribute("#content", styleSheet); feed.endMetaNode(); } } feed.endMetaInfo(); this.namespaces = feed.getNamespaceCollection(); } catch (InputFeedException dse) { dse.printStackTrace();
101102103104105106107108109110111
{ inputFeed.endElement(); } else if ("endMetaInfo".equals(method)) { inputFeed.endMetaInfo(); } else if ("endMetaNode".equals(method)) { inputFeed.endMetaNode(); }