HomeSort by relevance Sort by last modified time
    Searched refs:Document (Results 226 - 250 of 2090) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetAttributeNS.java 3 and is a derived work from the source document.
4 The source document contained the following notice:
26 import org.w3c.dom.Document;
80 // Document doc;
84 // doc = (Document) load("staffNS", builder);
94 Document doc;
100 doc = (Document) load("staffNS", builder);
114 Document doc;
118 doc = (Document) load("staffNS", builder);
130 Document doc
    [all...]
HasAttributeNS.java 3 and is a derived work from the source document.
4 The source document contained the following notice:
25 import org.w3c.dom.Document;
76 Document doc;
80 doc = (Document) load("staffNS", builder);
89 Document doc;
93 doc = (Document) load("staffNS", builder);
102 Document doc;
106 doc = (Document) load("staffNS", builder);
118 // Document doc
    [all...]
NamedNodeMapGetNamedItemNS.java 3 and is a derived work from the source document.
4 The source document contained the following notice:
25 import org.w3c.dom.Document;
80 // Document doc;
89 // doc = (Document) load("staffNS", builder);
101 Document doc;
107 doc = (Document) load("staffNS", builder);
118 Document doc;
126 doc = (Document) load("staffNS", builder);
139 Document doc
    [all...]
GetAttributeNodeNS.java 3 and is a derived work from the source document.
4 The source document contained the following notice:
25 import org.w3c.dom.Document;
77 Document doc;
81 doc = (Document) load("staffNS", builder);
89 Document doc;
94 doc = (Document) load("staffNS", builder);
HasAttributes.java 3 and is a derived work from the source document.
4 The source document contained the following notice:
25 import org.w3c.dom.Document;
71 Document doc;
75 doc = (Document) load("staff", builder);
82 Document doc;
86 doc = (Document) load("staff", builder);
OwnerElement.java 3 and is a derived work from the source document.
4 The source document contained the following notice:
26 import org.w3c.dom.Document;
75 Document doc;
82 doc = (Document) load("staff", builder);
92 Document doc;
95 doc = (Document) load("staff", builder);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode02.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Document should import the given importedNode into that Document.
39 * a different document. Invoke method importNode(importedNode,deep) on
40 * this document. Method should return a CDATASection node whose value matches
41 * the above string. The returned node should belong to this document whose systemId is "staff.dtd"
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
50 * @param factory document factory, may not be nul
    [all...]
importNode03.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Document should import the given importedNode into that Document.
39 * a different document. Invoke method importNode(importedNode,deep) on
40 * this document. Method should return a comment node whose value matches
41 * the above string. The returned node should belong to this document whose
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
51 * @param factory document factory, may not be nul
    [all...]
importNode05.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Document should import the given importedNode into that Document.
38 * Retrieve element "emp:address" from staffNS.xml document.
39 * Invoke method importNode(importedNode,deep) on this document
43 * belong to this document whose systemId is "staff.dtd"
46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
52 * @param factory document factory, may not be nul
    [all...]
importNode08.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Document should import the given importedNode into that Document.
38 * Create a DocumentFragment in a different document.
39 * Invoke method importNode(importedNode,deep) on this document
42 * to this document whose systemId is "staff.dtd"
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
52 * @param factory document factory, may not be nul
    [all...]
importNode10.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Document should import the given importedNode into that Document.
39 * Create an entity reference whose name is "entRef1" in a different document.
41 * Invoke method importNode(importedNode,deep) on this document with importedNode
44 * belongs to this document whose systemId is "staff.dtd".
47 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
53 * @param factory document factory, may not be nul
    [all...]
importNode12.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Document should import the given importedNode into that Document.
38 * Retrieve entity "ent4" from staffNS.xml document.
39 * Invoke method importNode(importedNode,deep) on this document with deep as false.
41 * The returned node should belong to this document whose systemId is "staffNS.dtd"
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
50 * @param factory document factory, may not be nul
    [all...]
importNode13.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Document should import the given importedNode into that Document.
38 * Retrieve notation named "notation1" from document staffNS.xml.
42 * The returned node should belong to this document whose systemId is "staff.dtd"
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
51 * @param factory document factory, may not be null
70 Document doc
    [all...]
importNode14.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Document should import the given importedNode into that Document.
39 * in a different document. Invoke method importNode(importedNode,deep) on this document.
41 * parameters. The returned PI should belong to this document whose systemId is "staff.dtd".
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
50 * @param factory document factory, may not be nul
    [all...]
importNode15.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
35 * Document should import the given importedNode into that Document.
39 * a different document. Invoke method importNode(importedNode,deep) on
40 * this document. Method should return a text node whose value matches
41 * the above string. The returned node should belong to this document
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a>
51 * @param factory document factory, may not be nul
    [all...]
nodegetownerdocument02.java 4 and is a derived work from the source document.
5 The source document contained the following notice:
34 * The method getOwnerDocument returns the Document object associated with this node
36 * Create a new Document node. Since this node is not used with any Document yet
37 * verify if the ownerDocument is null. Create a new element Node on the new Document
48 * @param factory document factory, may not be null
72 Document doc;
73 Document newDoc;
75 Document ownerDocDoc
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMImplementationFront.h 36 class Document;
49 PassRefPtr<Document> createDocument(const String& namespaceURI, const String& qualifiedName, DocumentType*, ExceptionCode&);
55 DOMImplementationFront* implementationFront(Document*);
  /external/webkit/Source/WebCore/dom/
DocumentType.cpp 26 #include "Document.h"
31 DocumentType::DocumentType(Document* document, const String& name, const String& publicId, const String& systemId)
32 : Node(document, CreateOther)
56 return create(document(), m_name, m_publicId, m_systemId);
61 // Our document node can be null if we were created by a DOMImplementation. We use the parent() instead.
64 Document* doc = static_cast<Document*>(parentNode());
73 if (document() && document()->doctype() == this
    [all...]
Text.h 34 static PassRefPtr<Text> create(Document*, const String&);
35 static PassRefPtr<Text> createWithLengthLimit(Document*, const String&, unsigned positionInString, unsigned lengthLimit = defaultLengthLimit);
47 Text(Document* document, const String& data)
48 : CharacterData(document, data, CreateText)
  /external/webkit/Source/WebCore/editing/
InsertListCommand.h 39 static PassRefPtr<InsertListCommand> create(Document* document, Type listType)
41 return adoptRef(new InsertListCommand(document, listType));
44 static PassRefPtr<HTMLElement> insertList(Document*, Type);
49 InsertListCommand(Document*, Type);
markup.h 36 class Document;
46 PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document*, const String& markup, const String& baseURL, FragmentScriptingPermission = FragmentScriptingAllowed);
47 PassRefPtr<DocumentFragment> createFragmentFromNodes(Document*, const Vector<Node*>&);
  /external/webkit/Source/WebCore/html/
HTMLHtmlElement.cpp 28 #include "Document.h"
38 HTMLHtmlElement::HTMLHtmlElement(const QualifiedName& tagName, Document* document)
39 : HTMLElement(tagName, document)
44 PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(Document* document)
46 return adoptRef(new HTMLHtmlElement(htmlTag, document));
49 PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(const QualifiedName& tagName, Document* document)
51 return adoptRef(new HTMLHtmlElement(tagName, document));
    [all...]
HTMLIsIndexElement.cpp 35 HTMLIsIndexElement::HTMLIsIndexElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
36 : HTMLInputElement(tagName, document, form, false)
42 PassRefPtr<HTMLIsIndexElement> HTMLIsIndexElement::create(Document* document, HTMLFormElement* form)
44 return adoptRef(new HTMLIsIndexElement(isindexTag, document, form));
47 PassRefPtr<HTMLIsIndexElement> HTMLIsIndexElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
49 return adoptRef(new HTMLIsIndexElement(tagName, document, form));
HTMLUListElement.cpp 34 HTMLUListElement::HTMLUListElement(const QualifiedName& tagName, Document* document)
35 : HTMLElement(tagName, document)
40 PassRefPtr<HTMLUListElement> HTMLUListElement::create(Document* document)
42 return adoptRef(new HTMLUListElement(ulTag, document));
45 PassRefPtr<HTMLUListElement> HTMLUListElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLUListElement(tagName, document));
  /external/webkit/Source/WebCore/page/animation/
AnimationController.h 39 class Document;
69 void suspendAnimationsForDocument(Document*);
70 void resumeAnimationsForDocument(Document*);

Completed in 338 milliseconds

1 2 3 4 5 6 7 8 91011>>