|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xmldb.api.sdk.SimpleResourceSet
org.xmldb.api.reference.ResourceSetImpl
public class ResourceSetImpl
ResourceSet contains a set of resources as returned from a query
or other operation.
| Field Summary |
|---|
| Fields inherited from class org.xmldb.api.sdk.SimpleResourceSet |
|---|
collection, RESOURCE_SET_NS, resources |
| Constructor Summary | |
|---|---|
ResourceSetImpl(Collection collection)
|
|
| Method Summary | |
|---|---|
void |
addResource(java.lang.String documentId,
org.w3c.dom.NodeList nodes)
|
Resource |
getMembersAsResource()
Returns a Resource containing an XML representation of all
resources stored in the set. |
java.lang.String |
serialize(org.w3c.dom.Node node)
|
| Methods inherited from class org.xmldb.api.sdk.SimpleResourceSet |
|---|
addResource, buildMembersAsResourceDocument, clear, getIterator, getResource, getSize, removeResource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceSetImpl(Collection collection)
throws XMLDBException
XMLDBException| Method Detail |
|---|
public void addResource(java.lang.String documentId,
org.w3c.dom.NodeList nodes)
throws XMLDBException
XMLDBException
public Resource getMembersAsResource()
throws XMLDBException
Resource containing an XML representation of all
resources stored in the set.
getMembersAsResource in interface ResourceSetgetMembersAsResource in class SimpleResourceSetResource instance containing an XML representation
of all set members.
XMLDBExceptionpublic java.lang.String serialize(org.w3c.dom.Node node)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||