165166167168169170171172173174175
{ try { final InputFeed feed = getInputFeed(); feed.startDocument(); feed.startMetaInfo(); feed.addDocumentAttribute(DocumentContext.BASE_RESOURCE_ATTR, report.getBaseResource()); feed.addDocumentAttribute(DocumentContext.RESOURCE_MANAGER_ATTR, report.getResourceManager()); String strictStyleMode = "false";
7778798081828384858687
{ inputFeed.startElement(namespace, name); } else if ("startMetaInfo".equals(method)) { inputFeed.startMetaInfo(); } else if ("startMetaNode".equals(method)) { inputFeed.startMetaNode(); }
{ try { final InputFeed feed = getInputFeed(); feed.startDocument(); feed.startMetaInfo(); feed.addDocumentAttribute(DocumentContext.BASE_RESOURCE_ATTR, report.getBaseResource()); feed.addDocumentAttribute(DocumentContext.RESOURCE_MANAGER_ATTR, report.getResourceManager()); final String strictStyleMode = "false";