org.hops.lg.pg
Class XMLProcess

java.lang.Object
  extended by org.hops.lg.pg.XMLProcess

public class XMLProcess
extends java.lang.Object

Process the XML files with the Language Descriptors Generates a LG_LD structure with the information about the language


Constructor Summary
XMLProcess()
          Creates a new instance of XMLProcess
 
Method Summary
 void ProcessLanguageDescriptorNode(com.softcorporation.xmllight.Element ld_node, lg_util.LG_LD ld)
          Process a LanguageDescriptor Node - Read Rules - Read Patterns - Read Concepts - REad Attributes - Read Lexic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLProcess

public XMLProcess()
Creates a new instance of XMLProcess

Method Detail

ProcessLanguageDescriptorNode

public void ProcessLanguageDescriptorNode(com.softcorporation.xmllight.Element ld_node,
                                          lg_util.LG_LD ld)
Process a LanguageDescriptor Node - Read Rules - Read Patterns - Read Concepts - REad Attributes - Read Lexic

Parameters:
ld_node - the current langauge descriptor node
ld - the current language descriptor application