|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.transformation.helpers.NOPRecorder
org.apache.cocoon.transformation.helpers.MirrorRecorder
public class MirrorRecorder
Consume elements start/end and characters events and reproduce them. WARNING: THIS CLASS DOES NOT WORK PROPERLY WITH NAMESPACES
Constructor Summary | |
---|---|
MirrorRecorder()
Deprecated. |
|
MirrorRecorder(MirrorRecorder n)
Deprecated. |
|
MirrorRecorder(Node n)
Deprecated. |
Method Summary | |
---|---|
void |
characters(char[] ary,
int start,
int length)
Deprecated. |
void |
characters(String tmp)
Deprecated. |
Object |
clone()
Deprecated. |
boolean |
empty()
Deprecated. |
void |
endElement(String namespace,
String name,
String raw)
Deprecated. |
void |
recycle()
Deprecated. |
void |
send(ContentHandler handler)
Deprecated. |
void |
send(ContentHandler handler,
Map params)
Deprecated. |
void |
startElement(String namespace,
String name,
String raw,
Attributes attr)
Deprecated. |
String |
text()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class org.apache.cocoon.transformation.helpers.NOPRecorder |
---|
comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MirrorRecorder()
public MirrorRecorder(Node n)
public MirrorRecorder(MirrorRecorder n)
Method Detail |
---|
public Object clone()
clone
in interface EventRecorder
clone
in class Object
public void startElement(String namespace, String name, String raw, Attributes attr) throws SAXException
startElement
in interface ContentHandler
startElement
in class NOPRecorder
SAXException
public void endElement(String namespace, String name, String raw) throws SAXException
endElement
in interface ContentHandler
endElement
in class NOPRecorder
SAXException
public void characters(char[] ary, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class NOPRecorder
SAXException
public void characters(String tmp) throws SAXException
SAXException
public void send(ContentHandler handler) throws SAXException
send
in interface EventRecorder
SAXException
public void send(ContentHandler handler, Map params) throws SAXException
SAXException
public String text()
public String toString()
toString
in class Object
public void recycle()
public boolean empty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |