org.apache.cocoon.forms.transformation
Class EffectPipe.ErrorHandler

java.lang.Object
  extended by org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
      extended by org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
All Implemented Interfaces:
EffectPipe.Handler
Direct Known Subclasses:
EffectWidgetReplacingPipe.ContinuationIdHandler, EffectWidgetReplacingPipe.RepeaterSizeHandler, EffectWidgetReplacingPipe.RepeaterWidgetLabelHandler, EffectWidgetReplacingPipe.WidgetLabelHandler
Enclosing class:
EffectPipe

protected class EffectPipe.ErrorHandler
extends EffectPipe.NullHandler

Throws exception on most events, with the exception of ignorableWhitespace.


Constructor Summary
protected EffectPipe.ErrorHandler()
           
 
Method Summary
 EffectPipe.Handler characters(char[] ch, int start, int length)
           
 EffectPipe.Handler comment(char[] c, int start, int len)
           
 EffectPipe.Handler endCDATA()
           
 void endDocument()
           
 EffectPipe.Handler endDTD()
           
 void endElement(String uri, String loc, String raw)
           
 EffectPipe.Handler endEntity(String name)
           
 void endPrefixMapping(String prefix)
           
protected  String getName()
           
 EffectPipe.Handler processingInstruction(String target, String data)
           
 EffectPipe.Handler skippedEntity(String name)
           
 EffectPipe.Handler startCDATA()
           
 EffectPipe.Handler startDocument()
           
 EffectPipe.Handler startDTD(String name, String publicId, String systemId)
           
 EffectPipe.Handler startElement(String uri, String loc, String raw, Attributes attrs)
           
 EffectPipe.Handler startEntity(String name)
           
 void startPrefixMapping(String prefix, String uri)
           
 
Methods inherited from class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
ignorableWhitespace, nestedElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectPipe.ErrorHandler

protected EffectPipe.ErrorHandler()
Method Detail

getName

protected String getName()

startDocument

public EffectPipe.Handler startDocument()
                                 throws SAXException
Specified by:
startDocument in interface EffectPipe.Handler
Overrides:
startDocument in class EffectPipe.NullHandler
Throws:
SAXException

endDocument

public void endDocument()
                 throws SAXException
Specified by:
endDocument in interface EffectPipe.Handler
Overrides:
endDocument in class EffectPipe.NullHandler
Throws:
SAXException

startPrefixMapping

public void startPrefixMapping(String prefix,
                               String uri)
                        throws SAXException
Specified by:
startPrefixMapping in interface EffectPipe.Handler
Overrides:
startPrefixMapping in class EffectPipe.NullHandler
Throws:
SAXException

endPrefixMapping

public void endPrefixMapping(String prefix)
                      throws SAXException
Specified by:
endPrefixMapping in interface EffectPipe.Handler
Overrides:
endPrefixMapping in class EffectPipe.NullHandler
Throws:
SAXException

startElement

public EffectPipe.Handler startElement(String uri,
                                       String loc,
                                       String raw,
                                       Attributes attrs)
                                throws SAXException
Specified by:
startElement in interface EffectPipe.Handler
Overrides:
startElement in class EffectPipe.NullHandler
Throws:
SAXException

endElement

public void endElement(String uri,
                       String loc,
                       String raw)
                throws SAXException
Specified by:
endElement in interface EffectPipe.Handler
Overrides:
endElement in class EffectPipe.NullHandler
Throws:
SAXException

characters

public EffectPipe.Handler characters(char[] ch,
                                     int start,
                                     int length)
                              throws SAXException
Specified by:
characters in interface EffectPipe.Handler
Overrides:
characters in class EffectPipe.NullHandler
Throws:
SAXException

processingInstruction

public EffectPipe.Handler processingInstruction(String target,
                                                String data)
                                         throws SAXException
Specified by:
processingInstruction in interface EffectPipe.Handler
Overrides:
processingInstruction in class EffectPipe.NullHandler
Throws:
SAXException

skippedEntity

public EffectPipe.Handler skippedEntity(String name)
                                 throws SAXException
Specified by:
skippedEntity in interface EffectPipe.Handler
Overrides:
skippedEntity in class EffectPipe.NullHandler
Throws:
SAXException

startDTD

public EffectPipe.Handler startDTD(String name,
                                   String publicId,
                                   String systemId)
                            throws SAXException
Specified by:
startDTD in interface EffectPipe.Handler
Overrides:
startDTD in class EffectPipe.NullHandler
Throws:
SAXException

endDTD

public EffectPipe.Handler endDTD()
                          throws SAXException
Specified by:
endDTD in interface EffectPipe.Handler
Overrides:
endDTD in class EffectPipe.NullHandler
Throws:
SAXException

startEntity

public EffectPipe.Handler startEntity(String name)
                               throws SAXException
Specified by:
startEntity in interface EffectPipe.Handler
Overrides:
startEntity in class EffectPipe.NullHandler
Throws:
SAXException

endEntity

public EffectPipe.Handler endEntity(String name)
                             throws SAXException
Specified by:
endEntity in interface EffectPipe.Handler
Overrides:
endEntity in class EffectPipe.NullHandler
Throws:
SAXException

startCDATA

public EffectPipe.Handler startCDATA()
                              throws SAXException
Specified by:
startCDATA in interface EffectPipe.Handler
Overrides:
startCDATA in class EffectPipe.NullHandler
Throws:
SAXException

endCDATA

public EffectPipe.Handler endCDATA()
                            throws SAXException
Specified by:
endCDATA in interface EffectPipe.Handler
Overrides:
endCDATA in class EffectPipe.NullHandler
Throws:
SAXException

comment

public EffectPipe.Handler comment(char[] c,
                                  int start,
                                  int len)
                           throws SAXException
Specified by:
comment in interface EffectPipe.Handler
Overrides:
comment in class EffectPipe.NullHandler
Throws:
SAXException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.