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

Classes

class  ElementComparator
 
class  ElementFinder
 
class  Location
 
class  NameSpaceStripper
 
class  XML
 Robot Framework test library for verifying and modifying XML documents. More...
 

Variables

 lxml_etree = None
 
 should_be_equal = asserts.assert_equal
 
 should_match = BuiltIn().should_match
 

Variable Documentation

◆ lxml_etree

robotide.lib.robot.libraries.XML.lxml_etree = None

Definition at line 23 of file XML.py.

◆ should_be_equal

robotide.lib.robot.libraries.XML.should_be_equal = asserts.assert_equal

Definition at line 32 of file XML.py.

◆ should_match

robotide.lib.robot.libraries.XML.should_match = BuiltIn().should_match

Definition at line 33 of file XML.py.