net.sourceforge.nrl.parser.operators
Class XmlOperatorWriter

java.lang.Object
  extended by net.sourceforge.nrl.parser.operators.XmlOperatorWriter

public class XmlOperatorWriter
extends Object

Save support for the operator classes.

Since:
1.4.10

Constructor Summary
XmlOperatorWriter()
           
 
Method Summary
 void save(IOperators operators, Writer writer)
          Save the mapping using a writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlOperatorWriter

public XmlOperatorWriter()
Method Detail

save

public void save(IOperators operators,
                 Writer writer)
          throws Exception
Save the mapping using a writer. Always indents.

Parameters:
operators - the operators to save
writer - the writer
Throws:
IOException
Exception


Copyright © 2006-2013. All Rights Reserved.