org.exist.xquery.value
Class Base64BinaryDocument

java.lang.Object
  extended by org.exist.xquery.value.AtomicValue
      extended by org.exist.xquery.value.BinaryValue
          extended by org.exist.xquery.value.Base64Binary
              extended by org.exist.xquery.value.Base64BinaryDocument
All Implemented Interfaces:
Comparable, Indexable, Item, Sequence

public class Base64BinaryDocument
extends Base64Binary

Wrapper around Base64Binary.

Author:
dizzzzz

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

Base64BinaryDocument

public Base64BinaryDocument(byte[] data)

Base64BinaryDocument

public Base64BinaryDocument(String str)
                     throws XPathException
Throws:
XPathException
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Copyright (C) Wolfgang Meier. All rights reserved.