fr.umlv.tatoo.cc.tools.xml
Class ToolXMLDigester

java.lang.Object
  extended by fr.umlv.tatoo.cc.common.xml.XMLDigester
      extended by fr.umlv.tatoo.cc.common.xml.AbstractXMLDigester
          extended by fr.umlv.tatoo.cc.tools.xml.ToolXMLDigester

public class ToolXMLDigester
extends AbstractXMLDigester


Nested Class Summary
 
Nested classes/interfaces inherited from class fr.umlv.tatoo.cc.common.xml.AbstractXMLDigester
AbstractXMLDigester.DefaultSAXlet, AbstractXMLDigester.SAXlet
 
Constructor Summary
ToolXMLDigester(IdMap<RuleDecl> ruleMap, IdMap<VariableDecl> variableMap, ToolsFactory toolsFactory)
           
 
Method Summary
 String getRootElementName()
          Retruns the name of the root element of the XML file.
protected  AbstractXMLDigester.SAXlet[] getSAXLets()
          Retruns the saxlets registered by the digester.
 Unit getUnit()
          Retruns the corresponding unit type.
 
Methods inherited from class fr.umlv.tatoo.cc.common.xml.AbstractXMLDigester
handler, isSaxletsRegistered, registerSaxlets, unregisterSaxlets
 
Methods inherited from class fr.umlv.tatoo.cc.common.xml.XMLDigester
computeId, computeId, computeId, computeId, convert, convert, getLocator, parse, parse, reportError, reportError, setLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolXMLDigester

public ToolXMLDigester(IdMap<RuleDecl> ruleMap,
                       IdMap<VariableDecl> variableMap,
                       ToolsFactory toolsFactory)
Method Detail

getRootElementName

public String getRootElementName()
Description copied from class: AbstractXMLDigester
Retruns the name of the root element of the XML file.

Specified by:
getRootElementName in class AbstractXMLDigester
Returns:
the name of the root element of the XML file.

getUnit

public Unit getUnit()
Description copied from class: AbstractXMLDigester
Retruns the corresponding unit type.

Specified by:
getUnit in class AbstractXMLDigester
Returns:
the unit type to parse.

getSAXLets

protected AbstractXMLDigester.SAXlet[] getSAXLets()
Description copied from class: AbstractXMLDigester
Retruns the saxlets registered by the digester.

Specified by:
getSAXLets in class AbstractXMLDigester
Returns:
the saxlets registered by the digester.