|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemVisitor | |
---|---|
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology. |
javax.jcr.util | Provides utility classes for the content repository API. |
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 |