HomeSort by relevance Sort by last modified time
    Searched refs:Attr (Results 176 - 200 of 311) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
setAttributeNodeNS05.java 79 Attr newAttr;
82 Attr setAttr1;
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 67 * <code>Attr</code> nodes representing them are automatically created
142 * Creates an <code>Attr</code> of the given name. Note that the
143 * <code>Attr</code> instance can then be set on an <code>Element</code>
148 * @return A new <code>Attr</code> object with the <code>nodeName</code>
157 public Attr createAttribute(String name)
226 * set to <code>true</code> on the generated <code>Attr</code>. The
227 * descendants of the source <code>Attr</code> are recursively imported
230 * <code>Attr</code> nodes; they always carry their children with them
248 * <code>Attr</code> nodes are attached to the generated
299 * have any children, and on <code>Attr</code>, an
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementRemoveAttributeNS.java 9 import org.w3c.dom.Attr;
66 Attr attribute;
71 "http://www.w3.org/DOM/Test/createAttributeNS", "attr");
74 "http://www.w3.org/DOM/Test/createAttributeNS", "attr");
76 "http://www.w3.org/DOM/Test/createAttributeNS", "attr");
ElementHasAttribute.java 10 import org.w3c.dom.Attr;
93 Attr attribute;
114 Attr attribute;
ElementHasAttributeNS.java 32 import org.w3c.dom.Attr;
108 Attr attribute;
127 Attr attribute;
NamespaceURI.java 29 import org.w3c.dom.Attr;
52 @TestTargetClass(Attr.class)
87 // Attr addrAttr;
107 Attr addrAttr;
RemoveNamedItemNS.java 33 import org.w3c.dom.Attr;
94 Attr newAttr;
103 newAttr = (Attr) attributes.getNamedItem("dmstc:domestic");
  /packages/apps/Mms/src/com/android/mms/dom/
AttrImpl.java 20 import org.w3c.dom.Attr;
26 public class AttrImpl extends NodeImpl implements Attr {
40 * Attr Interface Methods
  /external/skia/src/xml/
SkDOM.cpp 131 const Attr* attr = node->attrs(); local
132 const Attr* stop = attr + node->fAttrCount;
134 while (attr < stop)
136 if (!strcmp(attr->fName, name))
137 return attr->fValue;
138 attr += 1;
145 const SkDOM::Attr* SkDOM::getFirstAttr(const Node* node) const
150 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) cons
262 SkDOM::Attr* attr = fAttrs.append(); local
453 const Attr* attr = node->attrs(); local
    [all...]
  /external/webkit/WebCore/dom/
Element.h 37 class Attr;
148 PassRefPtr<Attr> getAttributeNode(const String& name);
149 PassRefPtr<Attr> getAttributeNodeNS(const String& namespaceURI, const String& localName);
150 PassRefPtr<Attr> setAttributeNode(Attr*, ExceptionCode&);
151 PassRefPtr<Attr> setAttributeNodeNS(Attr*, ExceptionCode&);
152 PassRefPtr<Attr> removeAttributeNode(Attr*, ExceptionCode&);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java 66 Attr newAttrNode;
documentinvalidcharacterexceptioncreateattribute.java 70 Attr createdAttr;
elementgetattributenode.java 36 * Attr object, the "name" can be examined to ensure the
67 Attr domesticAttr;
elementgetattributenodenull.java 68 Attr domesticAttr;
hc_documentcreateattribute.java 65 Attr newAttrNode;
hc_documentinvalidcharacterexceptioncreateattribute.java 69 Attr createdAttr;
hc_documentinvalidcharacterexceptioncreateattribute1.java 62 Attr createdAttr;
hc_elementgetattributenode.java 63 Attr domesticAttr;
hc_elementgetattributenodenull.java 67 Attr domesticAttr;
hc_namednodemapsetnameditemwithnewvalue.java 38 * newly created Attr Node and whose node name
72 Attr newAttribute;
hc_nodeattributenodename.java 64 Attr addrAttr;
hc_nodeattributenodetype.java 65 Attr addrAttr;
hc_nodeattributenodevalue.java 66 Attr addrAttr;
namednodemapsetnameditemreturnvalue.java 40 * new Attr Node previously created and whose node name
75 Attr newAttribute;
namednodemapsetnameditemwithnewvalue.java 38 * newly created Attr Node and whose node name
72 Attr newAttribute;

Completed in 1262 milliseconds

1 2 3 4 5 6 78 91011>>