edu.sc.seis.sod.subsetter.network
Class NetworkName

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.network.NetworkName
All Implemented Interfaces:
SodElement, NetworkSubsetter, Subsetter

public class NetworkName
extends java.lang.Object
implements NetworkSubsetter

NetworkAttrName.java sample xml file

 <networkAttrName><value>somename*lt;/value></networkAttrName>
 
Created: Thu Mar 14 14:02:33 2002


Constructor Summary
NetworkName(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(NetworkAttrImpl net)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkName

public NetworkName(org.w3c.dom.Element config)
            throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public StringTree accept(NetworkAttrImpl net)
Specified by:
accept in interface NetworkSubsetter