Lines Matching defs:attrs

522         final AttributeMap attrs = new LazyAttributeMap(roAttrs);  in startElement()  local
744 protected void performStyleProcessing(final AttributeMap attrs) in performStyleProcessing()
793 protected void startBody(final AttributeMap attrs) in startBody()
804 protected void startReportSection(final AttributeMap attrs, final int role) in startReportSection()
813 protected abstract void startContent(final AttributeMap attrs) in startContent()
816 protected void startGroup(final AttributeMap attrs) in startGroup()
833 protected void startGroupInstance(final AttributeMap attrs) in startGroupInstance()
838 protected void startGroupBody(final AttributeMap attrs) in startGroupBody()
843 protected abstract void startOther(final AttributeMap attrs) in startOther()
936 final AttributeMap attrs = new LazyAttributeMap(roAttrs); in endElement() local
1006 protected void endGroupBody(final AttributeMap attrs) in endGroupBody()
1011 protected void endGroupInstance(final AttributeMap attrs) in endGroupInstance()
1021 protected abstract void endOther(final AttributeMap attrs) in endOther()
1024 protected void endReportSection(final AttributeMap attrs, in endReportSection()
1034 protected void endGroup(final AttributeMap attrs) in endGroup()
1039 protected abstract void endContent(final AttributeMap attrs) in endContent()
1042 protected void endBody(final AttributeMap attrs) in endBody()
1209 protected AttributeList buildAttributeList(final AttributeMap attrs) in buildAttributeList()
1311 protected void startImageProcessing(final AttributeMap attrs) in startImageProcessing()
1675 protected void startChartProcessing(final AttributeMap attrs) in startChartProcessing()