Home
last modified time | relevance | path

Searched refs:NamedNodeMap (Results 1 – 25 of 27) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DAttList.java24 import org.w3c.dom.NamedNodeMap;
46 NamedNodeMap m_attrs;
78 public AttList(NamedNodeMap attrs, DOM2Helper dh) in AttList()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DAttList.java24 import org.w3c.dom.NamedNodeMap;
37 NamedNodeMap m_attrs;
69 public AttList(NamedNodeMap attrs, DOMHelper dh) in AttList()
DPrefixResolverDefault.java23 import org.w3c.dom.NamedNodeMap;
99 NamedNodeMap nnm = parent.getAttributes(); in getNamespaceForPrefix()
DTreeWalker.java28 import org.w3c.dom.NamedNodeMap;
333 NamedNodeMap atts = ((Element) node).getAttributes(); in startNode()
469 NamedNodeMap atts = ((Element) node).getAttributes();
DDOMHelper.java41 import org.w3c.dom.NamedNodeMap;
385 NamedNodeMap children = parent.getAttributes(); in isNodeAfterSibling()
703 NamedNodeMap nnm = parent.getAttributes(); in getNamespaceOfNode()
1136 NamedNodeMap entities = doctype.getEntities(); in getUnparsedEntityURI()
DUnImplNode.java36 import org.w3c.dom.NamedNodeMap;
638 public NamedNodeMap getAttributes() in getAttributes()
1392 NamedNodeMap map = this.getAttributes(); in lookupNamespaceURI()
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DJAXPPrefixResolver.java23 import org.w3c.dom.NamedNodeMap;
101 NamedNodeMap nnm = parent.getAttributes(); in getNamespaceForPrefix()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNamedNodeMap.java26 import org.w3c.dom.NamedNodeMap;
44 public class DTMNamedNodeMap implements NamedNodeMap
DDTMNodeProxy.java39 import org.w3c.dom.NamedNodeMap;
437 public final NamedNodeMap getAttributes() in getAttributes()
1641 NamedNodeMap map = this.getAttributes(); in lookupNamespaceURI()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java29 import org.w3c.dom.NamedNodeMap;
88 public NamedNodeMap getAttributes() {return null;} in getAttributes()
327 NamedNodeMap map = this.getAttributes(); in lookupNamespaceURI()
DDOM2DTM.java49 import org.w3c.dom.NamedNodeMap;
145 NamedNodeMap attrs=m_root.getAttributes(); in DOM2DTM()
533 NamedNodeMap attrs=next.getAttributes(); in nextNode()
1426 NamedNodeMap entities = doctype.getEntities(); in getUnparsedEntityURI()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlPolicyBuilderFuzzerTest.java40 import org.w3c.dom.NamedNodeMap;
143 NamedNodeMap attrs = node.getAttributes(); in checkSafe()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java30 import org.w3c.dom.NamedNodeMap;
320 NamedNodeMap atts = elem_node.getAttributes(); in startNode()
469 NamedNodeMap atts = elem_node.getAttributes(); in endNode()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DDrawableResourceLoader.java11 import org.w3c.dom.NamedNodeMap;
177 NamedNodeMap attrs = node.getAttributes(); in getStateId()
DPreferenceLoader.java11 import org.w3c.dom.NamedNodeMap;
49 NamedNodeMap attributes = node.getAttributes(); in processNode()
DMenuLoader.java10 import org.w3c.dom.NamedNodeMap;
55 NamedNodeMap attributes = node.getAttributes(); in processNode()
DViewLoader.java16 import org.w3c.dom.NamedNodeMap;
59 NamedNodeMap attributes = node.getAttributes(); in processNode()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java39 import org.w3c.dom.NamedNodeMap;
548 public NamedNodeMap getAttributes() in getAttributes()
553 public class LiteralElementAttributes implements NamedNodeMap{
778 public NamedNodeMap getAttributes() in getAttributes()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java48 import org.w3c.dom.NamedNodeMap;
664 NamedNodeMap atts = node.getAttributes(); in serializeAttList()
1669 NamedNodeMap entities = docType.getEntities(); in isEntityReferneceWellFormed()
1781 NamedNodeMap attrs = child.getAttributes(); in checkUnboundPrefixInEntRef()
1824 NamedNodeMap atts = ((Element) node).getAttributes(); in recordLocalNSDecl()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java27 import org.w3c.dom.NamedNodeMap;
545 NamedNodeMap attr = node.getAttributes(); in getLanguageName()
552 NamedNodeMap groupAtt = group.getAttributes(); in getLanguageName()
583 NamedNodeMap attr = node.getAttributes(); in checkLangAttribute()
811 NamedNodeMap attributes = node.getAttributes(); in getAttributeValue()
/external/python/cpython2/Doc/library/
Dxml.dom.rst276 A :class:`NamedNodeMap` of attribute objects. Only elements have actual values
499 This is a :class:`NamedNodeMap` giving the definitions of external entities.
508 This is a :class:`NamedNodeMap` giving the definitions of notations. For
734 NamedNodeMap Objects
737 :class:`NamedNodeMap` does *not* inherit from :class:`Node`.
740 .. attribute:: NamedNodeMap.length
745 .. method:: NamedNodeMap.item(index)
905 :meth:`NamedNodeMap.removeNamedItem` will raise this if the node passed in does
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java17 import org.w3c.dom.NamedNodeMap;
371 NamedNodeMap attributes = xmlNode.getAttributes(); in rdf_PropertyElement()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
DTestCharsetDetector.java27 import org.w3c.dom.NamedNodeMap;
359 NamedNodeMap attrs = testCase.getAttributes(); in TestDetection()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java26 import org.w3c.dom.NamedNodeMap;
358 NamedNodeMap attrs = testCase.getAttributes(); in TestDetection()
/external/python/cpython2/Lib/xml/dom/
Dminidom.py454 class NamedNodeMap(object): class
603 defproperty(NamedNodeMap, "length",
606 AttributeList = NamedNodeMap
821 return NamedNodeMap(self._attrs, self._attrsNS, self)

12