OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrNS
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java
682
String
attrNS
= attr.getNamespaceURI();
683
if (
attrNS
!=null &&
attrNS
.length() == 0) {
684
attrNS
=null;
708
if (
attrNS
!= null) {
711
String declAttrPrefix = fNSBinder.getPrefix(
attrNS
);
744
attrNS
);
745
fNSBinder.declarePrefix(attrPrefix,
attrNS
);
746
fLocalNSBinder.declarePrefix(attrPrefix,
attrNS
);
768
attrNS
);
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java
348
String
attrNS
= atts.getURI(i);
350
if("".equals(
attrNS
))
351
attrNS
= null; // DOM represents no-namespace as null
353
// System.out.println("
attrNS
: "+
attrNS
+", localName: "+atts.getQName(i)
361
attrNS
= "http://www.w3.org/2000/xmlns/";
365
elem.setAttributeNS(
attrNS
,attrQName, atts.getValue(i));
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java
[
all
...]
Completed in 810 milliseconds