|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemVisitor | |
com.jeceira.item.proxy | |
com.jeceira.xml | |
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology (JCR). |
javax.jcr.util | Provides utility classes for JCR. |
Uses of ItemVisitor in com.jeceira.item.proxy |
Methods in com.jeceira.item.proxy with parameters of type ItemVisitor | |
void |
PropertyProxy.accept(ItemVisitor visitor)
|
void |
NodeProxy.accept(ItemVisitor visitor)
|
Uses of ItemVisitor in com.jeceira.xml |
Classes in com.jeceira.xml that implement ItemVisitor | |
class |
ContentExporter
|
class |
DocumentViewExporter
|
class |
SystemViewExporter
|
Uses of ItemVisitor in javax.jcr |
Methods in javax.jcr with parameters of type ItemVisitor | |
void |
Item.accept(ItemVisitor visitor)
Accepts an ItemVistor . |
Uses of ItemVisitor in javax.jcr.util |
Classes in javax.jcr.util that implement ItemVisitor | |
class |
TraversingItemVisitor
An implementation of ItemVisitor . |
static class |
TraversingItemVisitor.Default
Convenience class providing default implementations of the abstract methods of TraversingItemVisitor . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |