java.lang.Object | +--gnu.xml.util.XMLWriter | +--gnu.xml.pipeline.TextConsumerAll Implemented Interfaces:
NSFilter
WellFormednessFilter
TextConsumer(java.io.Writer w, boolean isXhtml) Constructs an event consumer which echoes its input as text, optionally adhering to some basic XHTML formatting options which increase interoperability with old (v3) browsers. |
TextConsumer(java.io.Writer w) Constructs a consumer that writes its input as XML text. |
TextConsumer(java.io.OutputStream out) Constructs a consumer that writes its input as XML text, encoded in UTF-8. |
EventConsumer Returns the document handler being used. | |
EventConsumer Returns the dtd handler being used. | |
java.lang.Object | getProperty(java.lang.String propertyId) XMLReaderRetrieves a property (lexical and decl handlers) |
public TextConsumer(java.io.OutputStream out)
public TextConsumer(java.io.Writer w, boolean isXhtml)
public TextConsumer(java.io.Writer w)
public ContentHandler getContentHandler()
public DTDHandler getDTDHandler()
public Object getProperty(java.lang.String propertyId)