Interface XmlEncoder

All Superinterfaces:
AutoCloseable, Encoder
All Known Implementing Classes:
XmlStaxEncoder

@Internal public interface XmlEncoder extends Encoder
XML-specific encoder capability for writing attributes.
  • Method Details

    • encodeAttributeKey

      void encodeAttributeKey(QName key) throws IOException
      Encode an XML attribute key.
      Parameters:
      key - The qualified attribute name
      Throws:
      IOException - if an error occurs
      Since:
      3.2