Robot Framework
robot.libraries.XML Namespace Reference

Classes

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

Variables

 Attrib = getattr(lxml_etree, '_Attrib', None)
 
 lxml_etree = None
 
 should_be_equal = asserts.assert_equal
 
 should_match = BuiltIn().should_match
 

Variable Documentation

◆ Attrib

robot.libraries.XML.Attrib = getattr(lxml_etree, '_Attrib', None)

Definition at line 29 of file XML.py.

◆ lxml_etree

robot.libraries.XML.lxml_etree = None

Definition at line 23 of file XML.py.

◆ should_be_equal

robot.libraries.XML.should_be_equal = asserts.assert_equal

Definition at line 42 of file XML.py.

◆ should_match

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

Definition at line 43 of file XML.py.