|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.transformation.helpers.NOPRecorder | +--org.apache.cocoon.transformation.helpers.TextRecorder
This class records SAX Events and generates a String from all characters events
Constructor Summary | |
TextRecorder()
|
Method Summary | |
void |
characters(char[] ary,
int start,
int length)
|
java.lang.String |
getText()
|
Methods inherited from class org.apache.cocoon.transformation.helpers.NOPRecorder |
comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextRecorder()
Method Detail |
public void characters(char[] ary, int start, int length) throws org.xml.sax.SAXException
characters
in class NOPRecorder
public java.lang.String getText()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |