HomeSort by relevance Sort by last modified time
    Searched refs:getOwnerDocument (Results 26 - 50 of 66) sorted by null

12 3

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodegetownerdocument01.java 34 * The method getOwnerDocument returns the Document object associated with this node
80 ownerDoc = docType.getOwnerDocument();
importNode01.java 100 ownerDocument = aNode.getOwnerDocument();
importNode09.java 89 ownerDocument = entity1.getOwnerDocument();
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilLayoutElementImpl.java 56 rootLayoutNode = (SMILRootLayoutElement) getOwnerDocument().createElement("root-layout");
SmilMediaElementImpl.java 43 (DocumentEvent)SmilMediaElementImpl.this.getOwnerDocument();
57 (DocumentEvent)SmilMediaElementImpl.this.getOwnerDocument();
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodegetownerdocumentnull.js 79 The "getOwnerDocument()" method returns null if the target
85 Invoke the "getOwnerDocument()" method on the master
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodegetownerdocumentnull.js 79 The "getOwnerDocument()" method returns null if the target
85 Invoke the "getOwnerDocument()" method on the master
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 274 public Document getOwnerDocument();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextValueNode.java 106 Document doc = element.getOwnerDocument();
UiElementNode.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 712 m_root==node.getOwnerDocument()) ||
714 m_root.getOwnerDocument()==node.getOwnerDocument())
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 891 public Document getOwnerDocument()
893 return m_owner.getOwnerDocument();
1094 return getOwnerDocument().setUserData( key, data, handler);
1098 return getOwnerDocument().getUserData( key);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 357 * documents. Generally, you should use getOwnerDocument(nodeHandle)
374 public int getOwnerDocument(int nodeHandle);
381 * a Document. (Note difference from DOM, where getOwnerDocument returns
383 * @see #getOwnerDocument(int nodeHandle)
    [all...]
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
LayoutAnalysisCategory.java 157 return node.getOwnerDocument().getDocumentElement() == node;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 226 public Document getOwnerDocument()
229 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getOwnerDocument not supported!");
1214 return getOwnerDocument().setUserData( key, data, handler);
1227 return getOwnerDocument().getUserData( key);
    [all...]
DOMHelper.java 958 ? n : n.getOwnerDocument();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 166 assert node.getOwnerDocument() == domDocument;
169 Document doc = node.getOwnerDocument();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 475 public final Document getOwnerDocument()
478 return (Document)(dtm.getNode(dtm.getOwnerDocument(node)));
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 125 public Document getOwnerDocument() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 271 mUndoXmlDocument = xml_node.getOwnerDocument();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 216 public Document getOwnerDocument() {
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 249 Document ownerDoc = pos.getOwnerDocument();
324 Document ownerDoc = pos.getOwnerDocument();
    [all...]
LSSerializerImpl.java     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 314 if (node.getOwnerDocument() != this) {

Completed in 3386 milliseconds

12 3