HomeSort by relevance Sort by last modified time
    Searched refs:nodeType (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdatareplacedatanomodificationallowederr.java 73 int nodeType;
79 nodeType = (int) entReference.getNodeType();
81 if (equals(1, nodeType)) {
characterdatasetdatanomodificationallowederr.java 72 int nodeType;
78 nodeType = (int) entReference.getNodeType();
80 if (equals(1, nodeType)) {
elementremoveattributenodenomodificationallowederr.java 73 int nodeType;
85 nodeType = (int) gen.getNodeType();
87 if (equals(1, nodeType)) {
elementremoveattributenomodificationallowederr.java 74 int nodeType;
82 nodeType = (int) gen.getNodeType();
84 if (equals(1, nodeType)) {
elementsetattributenodenomodificationallowederr.java 74 int nodeType;
81 nodeType = (int) entRef.getNodeType();
83 if (equals(1, nodeType)) {
hc_nodecommentnodeattributes.java 69 int nodeType;
74 nodeType = (int) commentNode.getNodeType();
76 if (equals(8, nodeType)) {
hc_nodecommentnodename.java 67 int nodeType;
74 nodeType = (int) commentNode.getNodeType();
76 if (equals(8, nodeType)) {
nodeappendchildnomodificationallowederr.java 75 int nodeType;
81 nodeType = (int) entRef.getNodeType();
83 if (equals(1, nodeType)) {
nodecommentnodeattributes.java 69 int nodeType;
74 nodeType = (int) childNode.getNodeType();
76 if (equals(8, nodeType)) {
nodeinsertbeforenomodificationallowederr.java 77 int nodeType;
83 nodeType = (int) entRef.getNodeType();
85 if (equals(1, nodeType)) {
noderemovechildnomodificationallowederr.java 74 int nodeType;
80 nodeType = (int) entRef.getNodeType();
82 if (equals(1, nodeType)) {