|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlResource | |
|---|---|
| net.sf.xaj | |
| net.sf.xaj.core | |
| net.sf.xaj.web | |
| Uses of XmlResource in net.sf.xaj |
|---|
| Methods in net.sf.xaj that return XmlResource | |
|---|---|
XmlResource |
XmlDb.get(java.io.Serializable id)
Get an XML resource based on its ID. |
| Methods in net.sf.xaj with parameters of type XmlResource | |
|---|---|
boolean |
XmlDbBatchHandler.processXmlResource(XmlDb xmlDb,
int count,
XmlResource resource)
Process an XmlResource. |
java.io.Serializable |
XmlDb.storeXml(XmlResource resource)
Store an XML resource in the DB. |
| Method parameters in net.sf.xaj with type arguments of type XmlResource | |
|---|---|
XmlDb.BatchTaskResult |
XmlDb.processBatch(java.lang.Iterable<XmlResource> resources,
XmlDbBatchHandler handler)
Process a set of XmlResource objects. |
| Uses of XmlResource in net.sf.xaj.core |
|---|
| Classes in net.sf.xaj.core that implement XmlResource | |
|---|---|
class |
BasicXmlResource
A basic implementation of XmlResource. |
class |
Dom4jXmlResource
A Dom4j based XmlResource implementation. |
class |
DOMXmlResource
A DOM Document based XmlResource implementation. |
| Methods in net.sf.xaj.core that return XmlResource | |
|---|---|
XmlResource |
ReplicatingXmlDb.get(java.io.Serializable id)
|
| Methods in net.sf.xaj.core that return types with arguments of type XmlResource | |
|---|---|
java.util.ListIterator<XmlResource> |
StaxXQuerySearchResults.listIterator(int index)
|
| Methods in net.sf.xaj.core with parameters of type XmlResource | |
|---|---|
boolean |
StoreBatchHandler.processXmlResource(XmlDb xmlDb,
int count,
XmlResource resource)
|
java.io.Serializable |
ReplicatingXmlDb.storeXml(XmlResource resource)
|
| Method parameters in net.sf.xaj.core with type arguments of type XmlResource | |
|---|---|
XmlDb.BatchTaskResult |
ReplicatingXmlDb.processBatch(java.lang.Iterable<XmlResource> resources,
XmlDbBatchHandler handler)
|
XmlDb.BatchTaskResult |
AbstractDiscoverableXmlDb.processBatch(java.lang.Iterable<XmlResource> resources,
XmlDbBatchHandler handler)
|
| Uses of XmlResource in net.sf.xaj.web |
|---|
| Methods in net.sf.xaj.web that return XmlResource | |
|---|---|
XmlResource |
XmlDbWebRemoteService.get(java.io.Serializable id)
|
| Methods in net.sf.xaj.web that return types with arguments of type XmlResource | |
|---|---|
java.util.List<XmlResource> |
XQueryAdminController.Result.getResources()
|
| Methods in net.sf.xaj.web with parameters of type XmlResource | |
|---|---|
java.io.Serializable |
XmlDbWebRemoteService.storeXml(XmlResource resource)
|
| Method parameters in net.sf.xaj.web with type arguments of type XmlResource | |
|---|---|
void |
XQueryAdminController.Result.setResources(java.util.List<XmlResource> resources)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||