electric.xml.substitute
Class SubstituteReader

java.lang.Object
  extended byelectric.xml.NodeReader
      extended byelectric.xml.substitute.SubstituteReader

public final class SubstituteReader
extends NodeReader

SubstituteReader.

Author:
webMethods

Field Summary
 
Fields inherited from class electric.xml.NodeReader
lastWhitespace, lex, reader, strip
 
Constructor Summary
SubstituteReader(java.io.Reader reader, int flags, TagData tagData)
           
 
Method Summary
 void read(Node node)
           
 void readAttribute(Attribute attribute)
           
 void readElement(Element element)
           
 
Methods inherited from class electric.xml.NodeReader
close, getLastWhitespace, getLocation, getReader, isStrip, mark, parse, peek, peek, peekRead, peekString, read, readChar, readToDelimiter, readToDelimiter, readToken, readToken, readToPattern, readWhitespace, reset, setReader, skip, skipWhitespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstituteReader

public SubstituteReader(java.io.Reader reader,
                        int flags,
                        TagData tagData)
Parameters:
reader -
flags -
tagData -
Method Detail

read

public void read(Node node)
          throws java.io.IOException,
                 NamespaceException
Overrides:
read in class NodeReader
Parameters:
node -
Throws:
java.io.IOException
NamespaceException

readElement

public void readElement(Element element)
                 throws java.io.IOException,
                        NamespaceException
Parameters:
element -
Throws:
java.io.IOException
NamespaceException

readAttribute

public void readAttribute(Attribute attribute)
                   throws java.io.IOException,
                          NamespaceException
Parameters:
attribute -
Throws:
java.io.IOException
NamespaceException


copyright© 2001-2004 by webMethods All Rights Reserved.