HomeSort by relevance Sort by last modified time
    Searched full:notationnode (Results 1 - 12 of 12) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodenotationnodeattributes.java 65 Node notationNode;
72 notationNode = notations.getNamedItem("notation1");
73 assertNotNull("notationNotNull", notationNode);
74 attrList = notationNode.getAttributes();
nodenotationnodetype.java 65 Notation notationNode;
72 notationNode = (Notation) notations.getNamedItem("notation1");
73 assertNotNull("notationNotNull", notationNode);
74 nodeType = (int) notationNode.getNodeType();
nodenotationnodevalue.java 66 Node notationNode;
73 notationNode = notations.getNamedItem("notation1");
74 assertNotNull("notationNotNull", notationNode);
75 notationValue = notationNode.getNodeValue();
notationgetpublicid.java 63 Notation notationNode;
70 notationNode = (Notation) notations.getNamedItem("notation1");
71 publicId = notationNode.getPublicId();
notationgetsystemidnull.java 64 Notation notationNode;
71 notationNode = (Notation) notations.getNamedItem("notation1");
72 systemId = notationNode.getSystemId();
nodenotationnodename.java 66 Node notationNode;
73 notationNode = notations.getNamedItem("notation1");
74 assertNotNull("notationNotNull", notationNode);
75 notationName = notationNode.getNodeName();
notationgetnotationname.java 64 Notation notationNode;
71 notationNode = (Notation) notations.getNamedItem("notation1");
72 notationName = notationNode.getNodeName();
notationgetpublicidnull.java 68 Notation notationNode;
75 notationNode = (Notation) notations.getNamedItem("notation2");
76 publicId = notationNode.getPublicId();
notationgetsystemid.java 67 Notation notationNode;
75 notationNode = (Notation) notations.getNamedItem("notation2");
76 systemId = notationNode.getSystemId();
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode26.js 86 Using isEqualNode check if 2 NotationNode having the same name of two DocumnotationType nodes
  /external/webkit/Source/WebKit/chromium/public/
WebNode.h 82 NotationNode,
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 316 COMPILE_ASSERT_MATCHING_ENUM(WebNode::NotationNode, Node::NOTATION_NODE);

Completed in 608 milliseconds