HomeSort by relevance Sort by last modified time
    Searched refs:Attr (Results 101 - 125 of 901) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrspecifiedvaluechanged.java 31 * The "getSpecified()" method for an Attr node should return true if the
70 Attr streetAttr;
77 streetAttr = (Attr) attributes.getNamedItem("street");
elementassociatedattribute.java 69 Attr domesticAttr;
75 domesticAttr = (Attr) attributes.getNamedItem("domestic");
elementgetelementempty.java 69 Attr newAttribute;
72 Attr domesticAttr;
elementnotfounderr.java 70 Attr oldAttribute;
73 Attr attrAddress;
elementremoveattributenode.java 35 * remove its "street" Attr node. The method should
66 Attr streetAttr;
67 Attr removedAttr;
elementreplaceattributewithself.java 65 Attr streetAttr;
66 Attr replacedAttr;
elementreplaceexistingattribute.java 32 * attribute to the Element. If the "newAttr" Attr node is
38 * Attr)" method. The new attribute node to be added is
40 * method should replace the existing Attr node with the
71 Attr newAttribute;
73 Attr setAttr;
elementreplaceexistingattributegevalue.java 32 * existing Attr node with the same name, then it should
33 * return the previously existing Attr node.
37 * should return the existing Attr node(old "street" Attr).
69 Attr newAttribute;
70 Attr streetAttr;
elementsetattributenodenull.java 32 * null value if no previously existing Attr node with the
70 Attr newAttribute;
71 Attr districtAttr;
hc_attreffectivevalue.java 31 * If an Attr is explicitly assigned any value, then that value is the attributes effective value.
65 Attr domesticAttr;
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrgetvalue1.java 61 Attr titleAttr;
70 titleAttr = (Attr) attributes.getNamedItem("class");
hc_attrhaschildnodes.java 62 Attr titleAttr;
68 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrnextsiblingnull.java 31 * The "getNextSibling()" method for an Attr node should return null.
65 Attr domesticAttr;
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrparentnodenull.java 31 * The "getParentNode()" method for an Attr node should return null. Retrieve
65 Attr domesticAttr;
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrprevioussiblingnull.java 31 * The "getPreviousSibling()" method for an Attr node should return null.
65 Attr domesticAttr;
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrspecifiedvalue.java 31 * The "getSpecified()" method for an Attr node should
68 Attr domesticAttr;
74 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrspecifiedvaluechanged.java 31 * The "getSpecified()" method for an Attr node should return true if the
69 Attr streetAttr;
76 streetAttr = (Attr) attributes.getNamedItem("class");
hc_elementassociatedattribute.java 66 Attr domesticAttr;
72 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_elementgetelementempty.java 69 Attr newAttribute;
72 Attr domesticAttr;
hc_elementnotfounderr.java 69 Attr oldAttribute;
72 Attr attrAddress;
hc_elementremoveattributenode.java 35 * remove its "class" Attr node. The method should
65 Attr streetAttr;
66 Attr removedAttr;
hc_elementreplaceattributewithself.java 65 Attr streetAttr;
66 Attr replacedAttr;
hc_elementreplaceexistingattribute.java 32 * attribute to the Element. If the "newAttr" Attr node is
38 * Attr)" method. The new attribute node to be added is
40 * method should replace the existing Attr node with the
70 Attr newAttribute;
72 Attr setAttr;
hc_elementreplaceexistingattributegevalue.java 32 * existing Attr node with the same name, then it should
33 * return the previously existing Attr node.
37 * should return the existing Attr node(old "class" Attr).
68 Attr newAttribute;
69 Attr streetAttr;
hc_elementsetattributenodenull.java 32 * null value if no previously existing Attr node with the
70 Attr newAttribute;
71 Attr districtAttr;

Completed in 210 milliseconds

1 2 3 45 6 7 8 91011>>