fr.umlv.tatoo.cc.tools.xml
Class ToolXMLDigester
java.lang.Object
fr.umlv.tatoo.cc.common.xml.XMLDigester
fr.umlv.tatoo.cc.common.xml.AbstractXMLDigester
fr.umlv.tatoo.cc.tools.xml.ToolXMLDigester
public class ToolXMLDigester
- extends AbstractXMLDigester
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 |
ToolXMLDigester
public ToolXMLDigester(IdMap<RuleDecl> ruleMap,
IdMap<VariableDecl> variableMap,
ToolsFactory toolsFactory)
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.