net.aerith.misao.xml
Class XmlPosition

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

public class XmlPosition
extends XmlPosition

The XmlPosition 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.XmlPosition
parentRNode, rContext, x, y
 
Constructor Summary
XmlPosition()
          Construct an XmlPosition.
XmlPosition(Position position)
          Construct an XmlPosition of the specified (x,y).
 
Method Summary
 java.lang.String getOutputString()
          Gets a string representing the (x,y) position.
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlPosition
getParentRNode, getRContext, getRContextResolved, getRNodes, getX, getY, init, isMatch, isMatch, isMatchHungry, makeElement, setParentRNode, setRContext, setup, setup, setup, setX, setY
 
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

XmlPosition

public XmlPosition()
Construct an XmlPosition.

XmlPosition

public XmlPosition(Position position)
Construct an XmlPosition of the specified (x,y).
Parameters:
position - the (x,y) position.
Method Detail

getOutputString

public java.lang.String getOutputString()
Gets a string representing the (x,y) position.
Returns:
the string representing (x,y) position.