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(Object value)
Create an XdmExternalObject that wraps a supplied Java object
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getExternalObject()
Get the wrapped Java object
|
String |
toString()
Get the result of converting the external value to a string.
|
asMap, getStringValue, getUnderlyingValue, isAtomicValue, size, wrapItemappend, itemAt, iterator, makeSequence, makeValue, setValue, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic XdmExternalObject(Object value)
value - the supplied Java objectpublic Object getExternalObject()
Copyright (c) 2004-2017 Saxonica Limited. All rights reserved.