Searched refs:BeautifulSoup (Results 1 - 3 of 3) sorted by relevance

/system/media/camera/docs/
H A Dmetadata_validate.py27 A set of helpful functions for dealing with BeautifulSoup element trees.
31 BeautifulSoup - an HTML/XML parser available to download from
32 http://www.crummy.com/software/BeautifulSoup/
35 from bs4 import BeautifulSoup namespace
49 entry: a BeautifulSoup Tag corresponding to an <entry ...> XML node,
83 element: A BeautifulSoup Tag corresponding to an XML node
86 A BeautifulSoup element corresponding to the matched parent, or None.
112 element: A BeautifulSoup Tag corresponding to an XML node
138 element: a BeautifulSoup Tag
166 element: a BeautifulSoup Ta
[all...]
H A Dmetadata_parser_xml.py32 BeautifulSoup - an HTML/XML parser available to download from
33 http://www.crummy.com/software/BeautifulSoup/
42 from bs4 import BeautifulSoup namespace
61 soup: an instance of BeautifulSoup corresponding to the XML contents
H A Dmetadata_helpers.py1044 soup = bs4.BeautifulSoup(text, features='html.parser')

Completed in 1467 milliseconds