Interface XmlDecoder
- All Superinterfaces:
AutoCloseable, Decoder
XML-specific decoder capability for identifying the current key as an attribute.
-
Method Summary
Methods inherited from interface Decoder
close, createDeserializationException, decodeArbitrary, decodeArray, decodeArray, decodeBigDecimal, decodeBigDecimalNullable, decodeBigInteger, decodeBigIntegerNullable, decodeBinary, decodeBinaryNullable, decodeBoolean, decodeBooleanNullable, decodeBuffer, decodeByte, decodeByteNullable, decodeChar, decodeCharNullable, decodeDouble, decodeDoubleNullable, decodeFloat, decodeFloatNullable, decodeInt, decodeIntNullable, decodeKey, decodeLong, decodeLongNullable, decodeNode, decodeNull, decodeNumber, decodeNumberNullable, decodeObject, decodeObject, decodeShort, decodeShortNullable, decodeString, decodeStringNullable, finishStructure, finishStructure, hasNextArrayValue, skipValue
-
Method Details
-
isCurrentKeyAttribute
boolean isCurrentKeyAttribute()- Returns:
- Whether the current key is an XML attribute
-
getCurrentKeyQName
- Returns:
- The qualified current XML attribute key, if any
- Since:
- 3.2
-