HomeSort by relevance Sort by last modified time
    Searched defs:CData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 443 compatibility for Navigable*String, but for CData* it lets you
444 get the string without the CData wrapper."""
459 class CData(NavigableString):
462 return "<![CDATA[%s]]>" % NavigableString.__str__(self, encoding)
    [all...]
  /external/tinyxml2/
tinyxml2.h 616 and CDATA. It will default to the mode it was parsed from the XML file and
618 SetCDATA() and query it with CDATA().
630 /// Declare whether this should be CDATA or standard text.
632 /// Returns true if this is a CDATA text element.
633 bool CData() const { return isCData; }
    [all...]

Completed in 75 milliseconds