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

Public Member Functions

def __init__ (self, path, is_root=True)
 
def child (self, tag)
 

Public Attributes

 is_not_root
 
 path
 

Private Attributes

 _children
 

Detailed Description

Definition at line 1501 of file XML.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.libraries.XML.Location.__init__ (   self,
  path,
  is_root = True 
)

Definition at line 1503 of file XML.py.

Member Function Documentation

◆ child()

def robotide.lib.robot.libraries.XML.Location.child (   self,
  tag 
)

Definition at line 1508 of file XML.py.

Member Data Documentation

◆ _children

robotide.lib.robot.libraries.XML.Location._children
private

Definition at line 1506 of file XML.py.

◆ is_not_root

robotide.lib.robot.libraries.XML.Location.is_not_root

Definition at line 1505 of file XML.py.

◆ path

robotide.lib.robot.libraries.XML.Location.path

Definition at line 1504 of file XML.py.


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