Package net.sf.saxon.expr
Class JPConverter.FromDoubleArray
java.lang.Object
net.sf.saxon.expr.JPConverter
net.sf.saxon.expr.JPConverter.FromDoubleArray
- Enclosing class:
- JPConverter
- 
Nested Class SummaryNested classes/interfaces inherited from class net.sf.saxon.expr.JPConverterJPConverter.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
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconvert(Object object, XPathContext context) Convert a Java object to an equivalent XPath valueintGet the cardinality of the XPath value that will result from the conversionGet the item type of the XPath value that will result from the conversionMethods inherited from class net.sf.saxon.expr.JPConverterallocate
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
FromDoubleArraypublic FromDoubleArray()
 
- 
- 
Method Details- 
convertDescription copied from class:JPConverterConvert a Java object to an equivalent XPath value- Specified by:
- convertin class- JPConverter
- Parameters:
- object- the java object to be converted
- context- 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
 
- 
getItemTypeDescription copied from class:JPConverterGet the item type of the XPath value that will result from the conversion- Specified by:
- getItemTypein class- JPConverter
- Returns:
- the XPath item type
 
- 
getCardinalitypublic int getCardinality()Description copied from class:JPConverterGet the cardinality of the XPath value that will result from the conversion- Overrides:
- getCardinalityin class- JPConverter
- Returns:
- the cardinality of the result
 
 
-