net.sourceforge.nrl.parser.operators
Class XmlOperatorWriter
java.lang.Object
net.sourceforge.nrl.parser.operators.XmlOperatorWriter
public class XmlOperatorWriter
- extends Object
Save support for the operator classes.
- Since:
- 1.4.10
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlOperatorWriter
public XmlOperatorWriter()
save
public void save(IOperators operators,
Writer writer)
throws Exception
- Save the mapping using a writer. Always indents.
- Parameters:
operators
- the operators to savewriter
- the writer
- Throws:
IOException
Exception
Copyright © 2006-2013. All Rights Reserved.