public interface Node
| Modifier and Type | Method and Description |
|---|---|
void |
diff(Node other,
NodeDiffHandler handler) |
int |
getChildNodeCount() |
Iterator<ChildNodeEntry> |
getChildNodeEntries(int offset,
int count) |
ChildNodeEntry |
getChildNodeEntry(String name) |
Iterator<String> |
getChildNodeNames(int offset,
int count) |
Map<String,String> |
getProperties() |
void |
serialize(Binding binding) |
ChildNodeEntry getChildNodeEntry(String name)
int getChildNodeCount()
Iterator<ChildNodeEntry> getChildNodeEntries(int offset, int count)
void diff(Node other, NodeDiffHandler handler)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.