net.sf.jaxme.impl
Class CharSetXMLWriter

java.lang.Object
  extended bynet.sf.jaxme.impl.XMLWriterImpl
      extended bynet.sf.jaxme.impl.CharSetXMLWriter
All Implemented Interfaces:
ContentHandler, XMLWriter

public class CharSetXMLWriter
extends XMLWriterImpl

A simple serializer for XML documents using the java.nio.CharSet from Java 1.4.

Author:
Jochen Wiedmann

Constructor Summary
CharSetXMLWriter()
           
 
Method Summary
protected  boolean canEncode(char c)
           
 void init(JMMarshallerImpl pController)
          Sets the JaxbXMLSerializers Marshaller.
 
Methods inherited from class net.sf.jaxme.impl.XMLWriterImpl
characters, endDocument, endElement, endPrefixMapping, getDocumentLocator, getMarshaller, getWriter, ignorableWhitespace, processingInstruction, setDocumentLocator, setWriter, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharSetXMLWriter

public CharSetXMLWriter()
Method Detail

init

public void init(JMMarshallerImpl pController)
          throws JAXBException
Description copied from class: XMLWriterImpl

Sets the JaxbXMLSerializers Marshaller.

Specified by:
init in interface XMLWriter
Overrides:
init in class XMLWriterImpl
Throws:
JAXBException

canEncode

protected boolean canEncode(char c)
Overrides:
canEncode in class XMLWriterImpl