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