|
Deprecated Methods |
org.exist.xmldb.XmldbURI.checkPath2(String, String)
Legacy method used here and there in the code |
org.exist.xmlrpc.RpcAPI.getDocument(User, String, String, int)
Use RpcAPI.getDocument(User, String, Hashtable) instead. |
org.exist.xmlrpc.RpcAPI.getDocument(User, String, String, int, String)
Use RpcAPI.getDocument(User, String, Hashtable) instead. |
org.exist.xmldb.XmldbURI.normalizeCollectionName(String)
Legacy method used here and there in the code and copied as such |
org.exist.soap.Query.query(String, String)
use Query.xquery(String, byte[]) instead. |
org.exist.xmldb.XmldbURI.recoverPseudoURIs(String)
By definition, using this method is strongly discouraged |
org.exist.storage.Indexable.serialize(short, boolean)
use following function instead; this API should be local
to value index class like NativeValueIndex
The returned byte array has the following format:
(short: collectionId, byte type, byte[] value) |
org.exist.xquery.value.BooleanValue.serialize(short, boolean)
|
org.exist.xquery.value.DateTimeValue.serialize(short, boolean)
|
org.exist.xquery.value.DoubleValue.serialize(short, boolean)
|
org.exist.xquery.value.FloatValue.serialize(short, boolean)
|
org.exist.xquery.value.IntegerValue.serialize(short, boolean)
|
org.exist.xquery.value.StringValue.serialize(short, boolean)
|