HomeSort by relevance Sort by last modified time
    Searched full:namespaceofprefix (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 624 String namespaceOfPrefix;
644 namespaceOfPrefix = nsInfo.m_namespace;
648 namespaceOfPrefix = null;
665 return namespaceOfPrefix;
679 namespaceOfPrefix = QName.S_XMLNAMESPACEURI;
686 while ((null != parent) && (null == namespaceOfPrefix))
726 namespaceOfPrefix = attr.getNodeValue();
795 if (null == namespaceOfPrefix)
811 m_NSInfos.put(n, new NSInfo(namespaceOfPrefix, nHasXMLNS));
816 return namespaceOfPrefix;
    [all...]

Completed in 181 milliseconds