electric.xml.substitute
Class SubstituteWriter

java.lang.Object
  extended byelectric.xml.NodeWriter
      extended byelectric.xml.substitute.SubstituteWriter
All Implemented Interfaces:
IXMLConstants

public final class SubstituteWriter
extends NodeWriter
implements IXMLConstants

SubstituteWriter.

Author:
webMethods

Field Summary
 
Fields inherited from class electric.xml.NodeWriter
defaultEOL, defaultStep, eol, expandEmptyElements, indent, step, writer
 
Fields inherited from interface electric.xml.IXMLConstants
ATTLIST_START, ATTLIST_STOP, CDATA, CDATA_START, CDATA_STOP, CLOSE_TAG, COLON, COMMENT_START, COMMENT_STOP, DOCTYPE_START, DOCTYPE_STOP, ELEMENTDECL_START, ELEMENTDECL_STOP, ENCODING, ENTITYDECL_START, ENTITYDECL_STOP, ID, ID_CASE, INSTRUCTION_START, INSTRUCTION_STOP, NEGATIVE_INFINITY, NOT_A_NUMBER, NOTATIONDECL_START, NOTATIONDECL_STOP, NULL, OPEN_TAG, POSITIVE_INFINITY, PUBLIC, SPECIALS, STANDALONE, SUBSTITUTES, SYSTEM, UNDEFINED, VERSION, XML, XML_NAMESPACE, XMLDECL_START, XMLDECL_STOP, XMLNS, XMLNS_NAMESPACE
 
Constructor Summary
SubstituteWriter(java.io.Writer writer, int indent, boolean expandEmptyElements, TagData tagData)
           
 
Method Summary
 void write(Node node)
           
 
Methods inherited from class electric.xml.NodeWriter
decreaseIndent, flush, getDefaultEOL, getDefaultStep, getEOL, getExpandEmptyElements, getIndent, getStep, getWriter, increaseIndent, isIndenting, setDefaultEOL, setDefaultStep, setEOL, setExpandEmptyElements, setIndent, setStep, setWriter, write, write, write, write, writeEOL, writeIndent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstituteWriter

public SubstituteWriter(java.io.Writer writer,
                        int indent,
                        boolean expandEmptyElements,
                        TagData tagData)
Parameters:
writer -
indent -
expandEmptyElements -
tagData -
Method Detail

write

public void write(Node node)
           throws java.io.IOException
Overrides:
write in class NodeWriter
Parameters:
node -
Throws:
java.io.IOException


copyright© 2001-2004 by webMethods All Rights Reserved.