net.aerith.misao.xml.relaxer
Class PixyFactory

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

public class PixyFactory
extends java.lang.Object

PixyFactory is generated by Relaxer based on pixy.rlx.


Field Summary
private static IPixyFactory factory
           
 
Constructor Summary
PixyFactory()
           
 
Method Summary
static IPixyFactory getFactory()
          Gets the factory.
static void setFactory(IPixyFactory newFactory)
          Sets a factory.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

factory

private static IPixyFactory factory
Constructor Detail

PixyFactory

public PixyFactory()
Method Detail

setFactory

public static void setFactory(IPixyFactory newFactory)
Sets a factory.
Parameters:
newFactory -  

getFactory

public static IPixyFactory getFactory()
Gets the factory.
Returns:
IPixyFactory