asia.redact.bracket.properties
Interface Node

All Known Implementing Classes:
NodeImpl

public interface Node

Node Interface

Author:
Dave

Method Summary
 void addChild(Node child)
           
 void addChild(String name, String value)
           
 void addChild(String name, ValueModel model)
           
 String get()
           
 Node getChild(String nodeName)
           
 List<Node> getChildren()
           
 Node getDescendant(String nodePath)
           
 String getName()
           
 ValueModel getValue()
           
 boolean hasValue()
           
 

Method Detail

addChild

void addChild(Node child)

addChild

void addChild(String name,
              String value)

addChild

void addChild(String name,
              ValueModel model)

getChild

Node getChild(String nodeName)

getDescendant

Node getDescendant(String nodePath)

hasValue

boolean hasValue()

get

String get()

getName

String getName()

getChildren

List<Node> getChildren()

getValue

ValueModel getValue()


Copyright © 2011-2013 David R. Smith. All Rights Reserved.