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

  /external/webkit/WebCore/dom/
CDATASection.h 30 class CDATASection : public Text {
32 static PassRefPtr<CDATASection> create(Document*, const String&);
35 CDATASection(Document*, const String&);
CDATASection.cpp 23 #include "CDATASection.h"
29 inline CDATASection::CDATASection(Document* document, const String& data)
34 PassRefPtr<CDATASection> CDATASection::create(Document* document, const String& data)
36 return adoptRef(new CDATASection(document, data));
39 String CDATASection::nodeName() const
44 Node::NodeType CDATASection::nodeType() const
49 PassRefPtr<Node> CDATASection::cloneNode(bool /*deep*/)
54 bool CDATASection::childTypeAllowed(NodeType
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
CDATASection.java 27 * <p>The <code>CDATASection</code> interface inherits from the
29 * interface. Adjacent <code>CDATASection</code> nodes are not merged by use
39 * <code>CDATASection</code>, character numeric references cannot be used as
41 * when serializing a <code>CDATASection</code> with a character encoding
53 public interface CDATASection extends Text {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 22 milliseconds