798081828384858687
* to the document fragment. */ public FormatterToText(Writer pw) throws SAXException { super(new org.apache.xerces.parsers.SAXParser()); m_serializer = new SerializerToText(); m_serializer.setWriter(pw); this.setContentHandler(m_serializer); }
808182838485868788