net.sf.saxon.event
Class CDATAFilter
- Receiver, Result
CDATAFilter: This ProxyEmitter converts character data to CDATA sections,
if the character data belongs to one of a set of element types to be handled this way.
void | characters(CharSequence chars, int locationId, int properties) - Output character data
|
void | comment(CharSequence chars, int locationId, int properties) - Output a comment
|
void | endElement() - Output element end tag
|
void | processingInstruction(String target, CharSequence data, int locationId, int properties) - Output a processing instruction
|
void | setOutputProperties(Properties details) - Set the properties for this CDATA filter
|
void | startElement(int nameCode, int typeCode, int locationId, int properties) - Output element start tag
|
append , attribute , characters , close , comment , endDocument , endElement , getConfiguration , getDocumentLocator , getNamePool , getUnderlyingReceiver , namespace , open , processingInstruction , setPipelineConfiguration , setSystemId , setUnderlyingReceiver , setUnparsedEntity , startContent , startDocument , startElement |
CDATAFilter
public CDATAFilter()
Create a CDATA Filter
setOutputProperties
public void setOutputProperties(Properties details)
throws XPathException
Set the properties for this CDATA filter
details
- the output properties