Home
last modified time | relevance | path

Searched refs:is_xml (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_lxml.py31 is_xml = True variable in LXMLTreeBuilderForXML
105 is_html = not self.is_xml
231 is_xml = False variable in LXMLTreeBuilder
H A D__init__.py87 is_xml = False variable in TreeBuilder
H A D_htmlparser.py129 is_xml = False variable in HTMLParserTreeBuilder
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py160 if builder.is_xml:
169 self.is_xml = builder.is_xml
427 if self.is_xml:
H A DNEWS.txt541 If the BeautifulSoup instance has .is_xml set to True, an appropriate
550 The ['lxml', 'xml'] tree builder sets .is_xml to True; the other tree