Home
last modified time | relevance | path

Searched refs:EntitySubstitution (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Delement.py5 from bs4.dammit import EntitySubstitution
84 class HTMLAwareEntitySubstitution(EntitySubstitution):
112 ns, EntitySubstitution.substitute_html)
117 ns, EntitySubstitution.substitute_xml)
148 "html" : EntitySubstitution.substitute_html,
149 "minimal" : EntitySubstitution.substitute_xml,
183 name, EntitySubstitution.substitute_xml)
1038 + EntitySubstitution.quoted_attribute_value(text))
Ddammit.py50 class EntitySubstitution(object): class
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
D_htmlparser.py34 from bs4.dammit import EntitySubstitution, UnicodeDammit
82 character = EntitySubstitution.HTML_ENTITY_TO_CHARACTER.get(name)
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
Dtest_soup.py21 EntitySubstitution,
115 self.sub = EntitySubstitution
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst2166 ``EntitySubstitution`` class in the ``bs4.dammit`` module. This class
2168 "html" formatter is ``EntitySubstitution.substitute_html``, and the
2169 "minimal" formatter is ``EntitySubstitution.substitute_xml``. You can
2176 from bs4.dammit import EntitySubstitution
2178 return EntitySubstitution.substitute_html(str.upper())
/external/chromium-trace/catapult/third_party/beautifulsoup4/
DNEWS.txt73 EntitySubstitution.substitute_xml_containing_entities(). [bug=1182183]