net.aerith.misao.xml
Class XmlImage

java.lang.Object
  |
  +--net.aerith.misao.xml.IONode
        |
        +--net.aerith.misao.xml.relaxer.XmlImage
              |
              +--net.aerith.misao.xml.XmlImage

public class XmlImage
extends XmlImage

The XmlImage is an application side implementation of the class that the relaxer generated automatically.

See Also:
Serialized Form

Fields inherited from class net.aerith.misao.xml.relaxer.XmlImage
content, format, order, parentRNode, rContext
 
Constructor Summary
XmlImage()
           
 
Method Summary
 void setFileFormat(Format format)
          Sets the image file format.
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlImage
getContent, getFormat, getOrder, getParentRNode, getRContext, getRContextResolved, getRNodes, init, isMatch, isMatch, isMatchHungry, makeElement, setContent, setFormat, setOrder, setParentRNode, setRContext, setup, setup, setup
 
Methods inherited from class net.aerith.misao.xml.IONode
read, read, translateFrom, translateTo, write, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

XmlImage

public XmlImage()
Method Detail

setFileFormat

public void setFileFormat(Format format)
Sets the image file format.
Parameters:
the - image file format object.