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

  /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...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 422 compatibility for Navigable*String, but for CData* it lets you
423 get the string without the CData wrapper."""
435 class CData(NavigableString):
438 return u'<![CDATA[' + self + u']]>'
    [all...]

Completed in 1095 milliseconds