Interface XmlDecoder

All Superinterfaces:
AutoCloseable, Decoder

@Internal public interface XmlDecoder extends Decoder
XML-specific decoder capability for identifying the current key as an attribute.
  • Method Details

    • isCurrentKeyAttribute

      boolean isCurrentKeyAttribute()
      Returns:
      Whether the current key is an XML attribute
    • getCurrentKeyQName

      default @Nullable QName getCurrentKeyQName()
      Returns:
      The qualified current XML attribute key, if any
      Since:
      3.2