org.apache.jackrabbit.mk.model
Interface Node

All Known Implementing Classes:
AbstractNode, MutableNode, StoredNode

public interface Node


Method Summary
 void diff(Node other, NodeDiffHandler handler)
           
 int getChildNodeCount()
           
 Iterator<ChildNode> getChildNodeEntries(int offset, int count)
           
 ChildNode getChildNodeEntry(String name)
           
 Iterator<String> getChildNodeNames(int offset, int count)
           
 Map<String,String> getProperties()
           
 void serialize(Binding binding)
           
 

Method Detail

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)

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.