org.uispec4j.xml
Class SilentNode

java.lang.Object
  extended by org.uispec4j.xml.SilentNode
All Implemented Interfaces:
Node

public class SilentNode
extends java.lang.Object
implements Node


Field Summary
static SilentNode INSTANCE
           
 
Method Summary
 void complete()
           
 Node getSubNode(java.lang.String childName, org.xml.sax.Attributes xmlAttrs)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SilentNode INSTANCE
Method Detail

getSubNode

public Node getSubNode(java.lang.String childName,
                       org.xml.sax.Attributes xmlAttrs)
                throws java.lang.RuntimeException
Specified by:
getSubNode in interface Node
Throws:
java.lang.RuntimeException

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface Node

complete

public void complete()
Specified by:
complete in interface Node


Copyright © 2004-2010. All Rights Reserved.