|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.xml.NodeWriter
electric.xml.substitute.SubstituteWriter
SubstituteWriter.
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 |
public SubstituteWriter(java.io.Writer writer, int indent, boolean expandEmptyElements, TagData tagData)
writer
- indent
- expandEmptyElements
- tagData
- Method Detail |
public void write(Node node) throws java.io.IOException
write
in class NodeWriter
node
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |