Interface QNameAwareDataOutput

All Superinterfaces:
DataOutput
All Known Subinterfaces:
NormalizedNodeDataOutput

@Beta public interface QNameAwareDataOutput extends DataOutput
  • Method Details

    • writeQName

      void writeQName(@NonNull QName qname) throws IOException
      Write a QName into the stream.
      Parameters:
      qname - A QName
      Throws:
      IOException - if an I/O error occurs.