eu.monnetproject.lemon.impl
Class SerializationState

java.lang.Object
  extended by eu.monnetproject.lemon.impl.SerializationState

public class SerializationState
extends Object

A note of the current state of the serialization process

Author:
John McCrae

Field Summary
 HashMap<String,String> namespaces
           
 LinkedList<LemonElement> postponed
           
 HashSet<LemonElement> serialized
           
 
Constructor Summary
SerializationState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialized

public HashSet<LemonElement> serialized

namespaces

public HashMap<String,String> namespaces

postponed

public LinkedList<LemonElement> postponed
Constructor Detail

SerializationState

public SerializationState()


Copyright © 2012. All Rights Reserved.