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