com.jxml.quick.util.qjml2java
Class Preferences.SubPreferences
java.lang.Object
|
+--com.jxml.quick.ocm.OCMsinkSupport.SubSinkSupport
|
+--com.jxml.quick.util.qjml2java.Preferences.SubPreferences
- All Implemented Interfaces:
- OCMbase.SubBase, OCMsink.SubSink
- Enclosing class:
- Preferences
- public class Preferences.SubPreferences
- extends OCMsinkSupport.SubSinkSupport
Method Summary |
String |
express()
Generate an XML document (or other text). |
void |
expressFile()
Express an object tree as an XML document using the default encoding. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Preferences.SubPreferences
public Preferences.SubPreferences(HashMap prior)
express
public String express()
throws SAXException,
IOException
- Description copied from interface:
OCMsink.SubSink
- Generate an XML document (or other text).
- Overrides:
express
in class OCMsinkSupport.SubSinkSupport
- Following copied from interface:
com.jxml.quick.ocm.OCMsink.SubSink
- Returns:
- The XML representation
expressFile
public void expressFile()
throws SAXException,
IOException
- Description copied from interface:
OCMsink.SubSink
- Express an object tree as an XML document using the default encoding.
- Overrides:
expressFile
in class OCMsinkSupport.SubSinkSupport
- Following copied from interface:
com.jxml.quick.ocm.OCMsink.SubSink
- Parameters:
filename
- File name of the new XML document.