|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
org.dbxml.core | This is the top-level package for all dbXML Core functionality. |
org.dbxml.core.data | Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet. |
org.dbxml.core.request | Implements several interfaces for extending dbXML resources into the standard Java URLConnection system. |
Uses of Container in org.dbxml.core |
Methods in org.dbxml.core that return Container | |
Container |
Collection.getContainer(java.lang.Object docKey)
getContainer retrieves a Container from the Collection. |
Uses of Container in org.dbxml.core.data |
Methods in org.dbxml.core.data that return Container | |
Container |
DocumentSet.getNextContainer()
getNextContainer returns the next Document in the set wrapped in a Collection Container. |
Container |
EmptyDocumentSet.getNextContainer()
|
Uses of Container in org.dbxml.core.request |
Methods in org.dbxml.core.request that return Container | |
Container |
URIMapper.getContainer()
getContainer returns the Document Container that was resolved in the parsing of the URI. |
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |