org.uispec4j.xml
Interface Node

All Known Implementing Classes:
SilentNode

public interface Node


Method Summary
 void complete()
           
 Node getSubNode(java.lang.String childName, org.xml.sax.Attributes xmlAttrs)
           
 void setValue(java.lang.String value)
           
 

Method Detail

getSubNode

Node getSubNode(java.lang.String childName,
                org.xml.sax.Attributes xmlAttrs)

setValue

void setValue(java.lang.String value)

complete

void complete()


Copyright © 2004-2010. All Rights Reserved.