summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/NoCDATATextContentReadHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/parser/text/NoCDATATextContentReadHandler.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/parser/text/NoCDATATextContentReadHandler.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/NoCDATATextContentReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/NoCDATATextContentReadHandler.java
index dc6464e7a961..83ab022a1440 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/NoCDATATextContentReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/NoCDATATextContentReadHandler.java
@@ -75,6 +75,7 @@ public class NoCDATATextContentReadHandler extends ElementReadHandler
* @param attrs the attributes.
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected void startParsing(final Attributes attrs) throws SAXException
{
super.startParsing(attrs);
@@ -94,6 +95,7 @@ public class NoCDATATextContentReadHandler extends ElementReadHandler
* @return the handler or null, if the tagname is invalid.
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected XmlReadHandler getHandlerForChild(final String uri,
final String tagName,
final Attributes atts)
@@ -157,6 +159,7 @@ public class NoCDATATextContentReadHandler extends ElementReadHandler
*
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected void doneParsing() throws SAXException
{
for (int i = 0; i < children.size(); i++)
@@ -174,6 +177,7 @@ public class NoCDATATextContentReadHandler extends ElementReadHandler
}
}
+ @Override
public Element getElement()
{
return section;