Interface CharacterDataReader


public interface CharacterDataReader
Optional interface implemented by XMLStreamReader implementations that support writing character data directly to a Writer.

All the requirements outlined in org.apache.axiom.ext.stax apply to this extension interface. In particular, to get a reference to the extension, the consumer MUST call XMLStreamReader.getProperty(String) with PROPERTY as the property name.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the property used to look up this extension interface from a XMLStreamReader implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Output the character data for the current event to the given writer.