Class PlainTextDataHandlerSerializer

    • Field Detail

      • log

        protected static org.apache.commons.logging.Log log
    • Constructor Detail

      • PlainTextDataHandlerSerializer

        public PlainTextDataHandlerSerializer()
    • Method Detail

      • serialize

        public void serialize​(QName name,
                              org.xml.sax.Attributes attributes,
                              java.lang.Object value,
                              SerializationContext context)
                       throws java.io.IOException
        Serialize a Source DataHandler quantity.
        Specified by:
        serialize in interface Serializer
        Overrides:
        serialize in class JAFDataHandlerSerializer
        Parameters:
        name - is the element name
        attributes - are the attributes...serialize is free to add more.
        value - is the value
        context - is the SerializationContext
        Throws:
        java.io.IOException