Lines Matching refs:attrs

522         final AttributeMap attrs = new LazyAttributeMap(roAttrs);  in startElement()  local
526 …ReportTargetUtil.getNamespaceFromAttribute(attrs) + " -> " + ReportTargetUtil.getElemenTypeFromAtt… in startElement()
534 if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OFFICE_NS, "body", attrs)) in startElement()
537 startBody(attrs); in startElement()
542 if (!isFilteredNamespace(ReportTargetUtil.getNamespaceFromAttribute(attrs))) in startElement()
544 startOther(attrs); in startElement()
551 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OFFICE_NS, "report", attrs)) in startElement()
554 startContent(attrs); in startElement()
566 … if (ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, "report-body", attrs)) in startElement()
569 startGroupBody(attrs); in startElement()
576 … if (ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, "template", attrs)) in startElement()
580 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "page-header", attrs)) in startElement()
582 … if ("spreadsheet-section".equals(attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "role"))) in startElement()
591 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "page-footer", attrs)) in startElement()
593 … if ("spreadsheet-section".equals(attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "role"))) in startElement()
602 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "report-header", attrs)) in startElement()
606 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "report-footer", attrs)) in startElement()
610 …if (ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, "variables-section", attrs)) in startElement()
618 startReportSection(attrs, currentRole); in startElement()
626 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "group", attrs)) in startElement()
630 startGroup(attrs); in startElement()
636 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "detail", attrs)) in startElement()
640 …if (ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, "variables-section", attrs)) in startElement()
648 startReportSection(attrs, currentRole); in startElement()
655 … if (ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, "group-instance", attrs)) in startElement()
658 startGroupInstance(attrs); in startElement()
664 …mentOfType(OfficeNamespaces.OOREPORT_NS, "group-header", attrs) && OfficeToken.TRUE.equals(attrs.g… in startElement()
668 …mentOfType(OfficeNamespaces.OOREPORT_NS, "group-footer", attrs) && OfficeToken.TRUE.equals(attrs.g… in startElement()
676 startReportSection(attrs, currentRole); in startElement()
682 … if (ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, "group-body", attrs)) in startElement()
685 startGroupBody(attrs); in startElement()
691 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "group-header", attrs)) in startElement()
695 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "group-footer", attrs)) in startElement()
699 …if (ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, "variables-section", attrs)) in startElement()
707 startReportSection(attrs, currentRole); in startElement()
714 startOther(attrs); in startElement()
720 startOther(attrs); in startElement()
744 protected void performStyleProcessing(final AttributeMap attrs) in performStyleProcessing() argument
752 ReportTargetUtil.getNamespaceFromAttribute(attrs); in performStyleProcessing()
754 ReportTargetUtil.getElemenTypeFromAttribute(attrs); in performStyleProcessing()
756 final String[] namespaces = attrs.getNameSpaces(); in performStyleProcessing()
765 final Map attributes = attrs.getAttributes(attrNamespace); in performStyleProcessing()
793 protected void startBody(final AttributeMap attrs) in startBody() argument
804 protected void startReportSection(final AttributeMap attrs, final int role) in startReportSection() argument
813 protected abstract void startContent(final AttributeMap attrs) in startContent() argument
816 protected void startGroup(final AttributeMap attrs) in startGroup() argument
819 …final Object repeatingHeaderOrFooter = attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "repea… in startGroup()
825 …final Object iterationCount = attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "iteration-coun… in startGroup()
833 protected void startGroupInstance(final AttributeMap attrs) in startGroupInstance() argument
838 protected void startGroupBody(final AttributeMap attrs) in startGroupBody() argument
843 protected abstract void startOther(final AttributeMap attrs) in startOther() argument
936 final AttributeMap attrs = new LazyAttributeMap(roAttrs); in endElement() local
945 endOther(attrs); in endElement()
950 endReportSection(attrs, currentRole); in endElement()
956 endGroup(attrs); in endElement()
962 endGroupInstance(attrs); in endElement()
967 endGroupBody(attrs); in endElement()
972 endContent(attrs); in endElement()
977 endBody(attrs); in endElement()
1000 … ReportTargetUtil.getNamespaceFromAttribute(attrs) + ":" + ReportTargetUtil.getElemenTypeFromAttri… in endElement()
1006 protected void endGroupBody(final AttributeMap attrs) in endGroupBody() argument
1011 protected void endGroupInstance(final AttributeMap attrs) in endGroupInstance() argument
1021 protected abstract void endOther(final AttributeMap attrs) in endOther() argument
1024 protected void endReportSection(final AttributeMap attrs, in endReportSection() argument
1034 protected void endGroup(final AttributeMap attrs) in endGroup() argument
1039 protected abstract void endContent(final AttributeMap attrs) in endContent() argument
1042 protected void endBody(final AttributeMap attrs) in endBody() argument
1209 protected AttributeList buildAttributeList(final AttributeMap attrs) in buildAttributeList() argument
1211 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in buildAttributeList()
1213 final String[] namespaces = attrs.getNameSpaces(); in buildAttributeList()
1222 final Map localAttributes = attrs.getAttributes(attrNamespace); in buildAttributeList()
1311 protected void startImageProcessing(final AttributeMap attrs) in startImageProcessing() argument
1314 …final Object imageData = attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.IMAGE_DA… in startImageProcessing()
1315 …final boolean preserveIRI = OfficeToken.TRUE.equals(attrs.getAttribute(JFreeReportInfo.REPORT_NAME… in startImageProcessing()
1321 …final ImageElementContext imageContext = (ImageElementContext) attrs.getAttribute(JFreeReportInfo.… in startImageProcessing()
1358 …final String scale = (String) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.SCA… in startImageProcessing()
1675 protected void startChartProcessing(final AttributeMap attrs) in startChartProcessing() argument
1678 … final String classId = (String) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "class-id"); in startChartProcessing()
1679 … final String chartUrl = (String) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "href"); in startChartProcessing()
1680 …final ArrayList masterColumns = (ArrayList) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, S… in startChartProcessing()
1681 …final ArrayList masterValues = (ArrayList) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, SD… in startChartProcessing()
1682 …final ArrayList detailColumns = (ArrayList) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, S… in startChartProcessing()