|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.xquery.value.AtomicValue
org.exist.xquery.value.BinaryValue
org.exist.xquery.value.Base64Binary
org.exist.xquery.value.Base64BinaryDocument
public class Base64BinaryDocument
Wrapper around Base64Binary.
| Field Summary |
|---|
| Fields inherited from class org.exist.xquery.value.AtomicValue |
|---|
EMPTY_VALUE |
| Fields inherited from interface org.exist.xquery.value.Sequence |
|---|
EMPTY_SEQUENCE |
| Constructor Summary | |
|---|---|
Base64BinaryDocument(byte[] data)
|
|
Base64BinaryDocument(String str)
|
|
| Method Summary | |
|---|---|
String |
getUrl()
|
void |
setUrl(String url)
|
| Methods inherited from class org.exist.xquery.value.Base64Binary |
|---|
convertTo, effectiveBooleanValue, getStringValue, getType, toJavaObject |
| Methods inherited from class org.exist.xquery.value.BinaryValue |
|---|
compareTo, compareTo, conversionPreference, getBinaryData, max, min |
| Methods inherited from class org.exist.xquery.value.AtomicValue |
|---|
add, addAll, atomize, clearContext, compareTo, contains, copyTo, dump, endsWith, getCardinality, getCollectionIterator, getDocumentSet, getItemCount, getItemType, getState, hasChanged, hasMany, hasOne, isCacheable, isCached, isEmpty, isPersistentSet, itemAt, iterate, nodeMoved, promote, removeDuplicates, serializeValue, setIsCached, setSelfAsContext, startsWith, toMemNodeSet, toNodeSet, toSAX, toSequence, toString, unorderedIterator |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Base64BinaryDocument(byte[] data)
public Base64BinaryDocument(String str)
throws XPathException
XPathException| Method Detail |
|---|
public String getUrl()
public void setUrl(String url)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||