public class SeleniumInterfaceXmlHandler
extends org.testtoolinterfaces.utils.XmlHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
START_ELEMENT |
| Constructor and Description |
|---|
SeleniumInterfaceXmlHandler(XMLReader anXmlReader,
SeleniumConfiguration selConfig) |
SeleniumInterfaceXmlHandler(XMLReader anXmlReader,
SeleniumInterfaceConfiguration globalIfConfig) |
| Modifier and Type | Method and Description |
|---|---|
SeleniumInterfaceConfiguration |
getConfiguration(String ifName) |
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) |
void |
processElementAttributes(String aQualifiedName,
Attributes att) |
void |
reset() |
addElementHandler, addElementHandler, characters, endElement, getLocator, getNewXmlReader, getStartElement, getXmlReader, parse, removeElementHandler, setDocumentLocator, setParentElementHandler, startElement, toStringendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic static final String START_ELEMENT
public SeleniumInterfaceXmlHandler(XMLReader anXmlReader, SeleniumConfiguration selConfig)
public SeleniumInterfaceXmlHandler(XMLReader anXmlReader, SeleniumInterfaceConfiguration globalIfConfig)
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) throws org.testtoolinterfaces.utils.TTIException
processElementAttributes in class org.testtoolinterfaces.utils.XmlHandlerorg.testtoolinterfaces.utils.TTIExceptionpublic 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 SeleniumInterfaceConfiguration getConfiguration(String ifName)
public void reset()
reset in class org.testtoolinterfaces.utils.XmlHandlerCopyright © 2013. All Rights Reserved.