Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.libraries.XML.ElementFinder Class Reference

Public Member Functions

def __init__ (self, etree, modern=True, lxml=False)
 
def find_all (self, elem, xpath)
 

Public Attributes

 etree
 
 lxml
 
 modern
 

Private Member Functions

def _get_xpath (self, xpath)
 

Detailed Description

Definition at line 1415 of file XML.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.libraries.XML.ElementFinder.__init__ (   self,
  etree,
  modern = True,
  lxml = False 
)

Definition at line 1417 of file XML.py.

Member Function Documentation

◆ _get_xpath()

def robotide.lib.robot.libraries.XML.ElementFinder._get_xpath (   self,
  xpath 
)
private

Definition at line 1431 of file XML.py.

◆ find_all()

def robotide.lib.robot.libraries.XML.ElementFinder.find_all (   self,
  elem,
  xpath 
)

Definition at line 1422 of file XML.py.

Member Data Documentation

◆ etree

robotide.lib.robot.libraries.XML.ElementFinder.etree

Definition at line 1418 of file XML.py.

◆ lxml

robotide.lib.robot.libraries.XML.ElementFinder.lxml

Definition at line 1420 of file XML.py.

◆ modern

robotide.lib.robot.libraries.XML.ElementFinder.modern

Definition at line 1419 of file XML.py.


The documentation for this class was generated from the following file: