net.ontopia.topicmaps.utils.ctm
Class ParseFrame

java.lang.Object
  extended by net.ontopia.topicmaps.utils.ctm.ParseFrame

public class ParseFrame
extends java.lang.Object

INTERNAL: Carrier for variables used during parsing to keep track of context such as current topic, current topic name, current statement (scoped/reifiable) etc. Moved out to a separate class since the existence of embedded topics makes it necessary to be able to stack these frames.


Constructor Summary
ParseFrame(TopicIF topic, TopicNameIF name, ScopedIF scoped, ReifiableIF reifiable, AssociationIF association)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseFrame

public ParseFrame(TopicIF topic,
                  TopicNameIF name,
                  ScopedIF scoped,
                  ReifiableIF reifiable,
                  AssociationIF association)


Copyright © 2000-2009 Ontopia.