Package net.sf.saxon.expr
Class JPConverter.FromXdmValue
- java.lang.Object
-
- net.sf.saxon.expr.JPConverter
-
- net.sf.saxon.expr.JPConverter.FromXdmValue
-
- Enclosing class:
- JPConverter
public static class JPConverter.FromXdmValue extends JPConverter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.expr.JPConverter
JPConverter.ExternalObjectWrapper, 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.FromInstant, JPConverter.FromInt, JPConverter.FromIntArray, JPConverter.FromLocalDate, JPConverter.FromLocalDateTime, JPConverter.FromLong, JPConverter.FromLongArray, JPConverter.FromObject, JPConverter.FromObjectArray, JPConverter.FromOffsetDateTime, JPConverter.FromQName, JPConverter.FromSequence, JPConverter.FromSequenceIterator, JPConverter.FromShort, JPConverter.FromShortArray, JPConverter.FromSource, JPConverter.FromString, JPConverter.FromUnicodeString, JPConverter.FromURI, JPConverter.FromXdmValue, JPConverter.FromZonedDateTime, JPConverter.VoidConverter
-
-
Constructor Summary
Constructors Constructor Description FromXdmValue(ItemType resultType, int cardinality)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroundedValue
convert(java.lang.Object object, XPathContext context)
Convert a Java object to an equivalent XPath valueint
getCardinality()
Get the cardinality of the XPath value that will result from the conversionItemType
getItemType()
Get the item type of the XPath value that will result from the conversion-
Methods inherited from class net.sf.saxon.expr.JPConverter
allocate
-
-
-
-
Constructor Detail
-
FromXdmValue
public FromXdmValue(ItemType resultType, int cardinality)
-
-
Method Detail
-
convert
public GroundedValue convert(java.lang.Object object, XPathContext context) throws XPathException
Description copied from class:JPConverter
Convert a Java object to an equivalent XPath value- Specified by:
convert
in classJPConverter
- Parameters:
object
- the java object to be convertedcontext
- the XPath dynamic evaluation context- Returns:
- the XPath value resulting from the conversion
- Throws:
XPathException
- if the conversion is not possible or if it fails
-
getItemType
public ItemType getItemType()
Description copied from class:JPConverter
Get the item type of the XPath value that will result from the conversion- Specified by:
getItemType
in classJPConverter
- Returns:
- the XPath item type
-
getCardinality
public int getCardinality()
Description copied from class:JPConverter
Get the cardinality of the XPath value that will result from the conversion- Overrides:
getCardinality
in classJPConverter
- Returns:
- the cardinality of the result
-
-