public class XdmExternalObject extends XdmItem
In releases prior to 9.5, external objects in Saxon were represented as atomic values. From 9.5 they are represented as a fourth kind of item, alongside nodes, atomic values, and functions.
Constructor and Description |
---|
XdmExternalObject(java.lang.Object value)
Create an XdmExternalObject that wraps a supplied Java object
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getExternalObject()
Get the wrapped Java object
|
java.lang.String |
toString()
Get the result of converting the external value to a string.
|
asMap, getStringValue, getUnderlyingValue, isAtomicValue, size, wrapItem
append, itemAt, iterator, makeSequence, makeValue, setValue, wrap
public XdmExternalObject(java.lang.Object value)
value
- the supplied Java objectCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.