Home | History | Annotate | Download | only in dom

Lines Matching refs:getNamedItemNS

34  * Using the method getNamedItemNS, retreive the entity "ent1" and notation
41 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getNamedItemNS</a>
95 // entity = (Entity) entities.getNamedItemNS(nullNS, "ent1");
97 // notation = (Notation) notations.getNamedItemNS(nullNS, "notation1");
112 attribute = (Attr) attributes.getNamedItemNS("http://www.nist.gov",
133 attribute = (Attr) attributes.getNamedItemNS(
152 attribute = (Attr) attributes.getNamedItemNS(
167 attribute = (Attr) attributes.getNamedItemNS("*", "street");
189 // attribute = (Attr) attributesMap1.getNamedItemNS(
193 // attribute = (Attr) attributesMap2.getNamedItemNS(