public class LoadDefinitionsXmlHandler
extends org.testtoolinterfaces.utils.XmlHandler
| Constructor and Description |
|---|
LoadDefinitionsXmlHandler(XMLReader anXmlReader,
org.testtoolinterfaces.utils.RunTimeData anRtData,
WebDriverInterface anInterface) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleCharacters(String aValue) |
void |
handleEndElement(String aQualifiedName) |
void |
handleGoToChildElement(String aQualifiedName) |
void |
handleReturnFromChildElement(String aQualifiedName,
org.testtoolinterfaces.utils.XmlHandler aChildXmlHandler) |
void |
handleStartElement(String aQualifiedName) |
static void |
loadElementDefinitions(File aFile,
org.testtoolinterfaces.utils.RunTimeData anRtData,
WebDriverInterface anInterface) |
void |
processElementAttributes(String aQualifiedName,
Attributes att) |
addElementHandler, addElementHandler, characters, endElement, getLocator, getNewXmlReader, getStartElement, getXmlReader, parse, removeElementHandler, reset, setDocumentLocator, setParentElementHandler, startElement, toStringendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic LoadDefinitionsXmlHandler(XMLReader anXmlReader, org.testtoolinterfaces.utils.RunTimeData anRtData, WebDriverInterface anInterface)
public void handleStartElement(String aQualifiedName)
handleStartElement in class org.testtoolinterfaces.utils.XmlHandlerpublic void handleCharacters(String aValue)
handleCharacters in class org.testtoolinterfaces.utils.XmlHandlerpublic void handleEndElement(String aQualifiedName)
handleEndElement in class org.testtoolinterfaces.utils.XmlHandlerpublic void processElementAttributes(String aQualifiedName, Attributes att)
processElementAttributes in class org.testtoolinterfaces.utils.XmlHandlerpublic void handleGoToChildElement(String aQualifiedName)
handleGoToChildElement in class org.testtoolinterfaces.utils.XmlHandlerpublic void handleReturnFromChildElement(String aQualifiedName, org.testtoolinterfaces.utils.XmlHandler aChildXmlHandler) throws org.testtoolinterfaces.utils.TTIException
handleReturnFromChildElement in class org.testtoolinterfaces.utils.XmlHandlerorg.testtoolinterfaces.utils.TTIExceptionpublic static void loadElementDefinitions(File aFile, org.testtoolinterfaces.utils.RunTimeData anRtData, WebDriverInterface anInterface) throws net.sf.testium.configuration.ConfigurationException
net.sf.testium.configuration.ConfigurationExceptionCopyright © 2013. All Rights Reserved.