This project has retired. For details please refer to its
Attic page.
EffectPipe.CopyHandler (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.forms.transformation
Class EffectPipe.CopyHandler
java.lang.Object
org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
- All Implemented Interfaces:
- EffectPipe.Handler
- Direct Known Subclasses:
- EffectWidgetReplacingPipe.ChooseHandler, EffectWidgetReplacingPipe.ChoosePassThruHandler, EffectWidgetReplacingPipe.DocHandler, EffectWidgetReplacingPipe.NestedHandler, EffectWidgetReplacingPipe.NewHandler, EffectWidgetReplacingPipe.UnionPassThruHandler
- Enclosing class:
- EffectPipe
protected class EffectPipe.CopyHandler
- extends EffectPipe.NullHandler
Copies events over into the contentHandler
|
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)
|
EffectPipe.Handler |
ignorableWhitespace(char[] ch,
int start,
int length)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EffectPipe.CopyHandler
protected EffectPipe.CopyHandler()
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
ignorableWhitespace
public EffectPipe.Handler ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
- Specified by:
ignorableWhitespace in interface EffectPipe.Handler- Overrides:
ignorableWhitespace 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.