public static class JPConverter.FromQName extends JPConverter
JPConverter.FromBigDecimal, JPConverter.FromBigInteger, JPConverter.FromBoolean, JPConverter.FromBooleanArray, JPConverter.FromByte, JPConverter.FromByteArray, JPConverter.FromCharacter, JPConverter.FromCharArray, JPConverter.FromCollection, JPConverter.FromDate, JPConverter.FromDouble, JPConverter.FromDoubleArray, JPConverter.FromFloat, JPConverter.FromFloatArray, JPConverter.FromInt, JPConverter.FromIntArray, JPConverter.FromLong, JPConverter.FromLongArray, JPConverter.FromObjectArray, JPConverter.FromQName, JPConverter.FromSequenceIterator, JPConverter.FromShort, JPConverter.FromShortArray, JPConverter.FromSource, JPConverter.FromString, JPConverter.FromURI, JPConverter.FromValueRepresentation, JPConverter.WrapExternalObject| Modifier and Type | Field | Description |
|---|---|---|
static JPConverter.FromQName |
INSTANCE |
| Constructor | Description |
|---|---|
FromQName() |
| Modifier and Type | Method | Description |
|---|---|---|
ValueRepresentation |
convert(java.lang.Object object,
XPathContext context) |
Convert a Java object to an equivalent XPath value
|
ItemType |
getItemType() |
Get the item type of the XPath value that will result from the conversion
|
allocate, compile, getCardinalitypublic static JPConverter.FromQName INSTANCE
public ValueRepresentation convert(java.lang.Object object, XPathContext context) throws XPathException
JPConverterconvert in class JPConverterobject - the java object to be convertedcontext - the XPath dynamic evaluation contextXPathException - if the conversion is not possible or if it failspublic ItemType getItemType()
JPConvertergetItemType in class JPConverter