OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrURI
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/com/kenai/jbosh/
BodyParserSAX.java
112
String
attrURI
= attributes.getURI(idx);
113
if (
attrURI
.length() == 0) {
114
attrURI
= defaultNS;
119
LOG.finest(" Attribute: {" +
attrURI
+ "}"
123
BodyQName aqn = BodyQName.create(
attrURI
, attrLN);
BodyParserXmlPull.java
103
String
attrURI
= xpp.getAttributeNamespace(idx);
104
if (
attrURI
.length() == 0) {
105
attrURI
= xpp.getNamespace(null);
114
attrURI
, attrLN, attrPrefix);
116
LOG.finest(" Attribute: {" +
attrURI
+ "}"
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp
934
AtomicString
attrURI
= attrPrefix.isEmpty() ? AtomicString() : toAtomicString(attributes[i].uri);
938
if (!Element::parseAttributeName(parsedName,
attrURI
, attrQName, exceptionState))
[
all
...]
Completed in 102 milliseconds