org.apache.jackrabbit.mk.model
Interface Node
- All Known Implementing Classes:
- AbstractNode, MutableNode, StoredNode
public interface Node
getProperties
Map<String,String> getProperties()
getChildNodeEntry
ChildNodeEntry getChildNodeEntry(String name)
getChildNodeNames
Iterator<String> getChildNodeNames(int offset,
int count)
getChildNodeCount
int getChildNodeCount()
getChildNodeEntries
Iterator<ChildNodeEntry> getChildNodeEntries(int offset,
int count)
diff
void diff(Node other,
NodeDiffHandler handler)
serialize
void serialize(Binding binding)
throws Exception
- Throws:
Exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.