/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemCallTemplate.java | 29 import org.apache.xml.utils.QName; 39 * name %qname; #REQUIRED 54 public QName m_templateName = null; 63 public void setName(QName name) 75 public QName getName() 81 * The template which is named by QName. 321 * mode %qname; #IMPLIED
|
FuncFormatNumb.java | 28 import org.apache.xml.utils.QName; 78 QName qname = new QName(dfName, xctxt.getNamespaceContext()); local 80 dfs = ss.getDecimalFormatComposed(qname); 105 dfs = ss.getDecimalFormatComposed(new QName(""));
|
ElemApplyTemplates.java | 32 import org.apache.xml.utils.QName; 45 * mode %qname; #IMPLIED 56 * mode %qname; #IMPLIED 59 private QName m_mode = null; 66 public void setMode(QName mode) 76 public QName getMode() 162 QName mode = transformer.getMode(); 275 final QName mode = transformer.getMode();
|
ElemAttribute.java | 29 import org.apache.xml.utils.QName; 193 String localName = QName.getLocalPart(nodeName);
|
ElemVariable.java | 26 import org.apache.xml.utils.QName; 40 * name %qname; #REQUIRED 130 protected QName m_qname; 136 * value of the name attribute is a QName, which is expanded 138 * @see <a href="http://www.w3.org/TR/xslt#qname">qname in XSLT Specification</a> 142 public void setName(QName v) 151 * value of the name attribute is a QName, which is expanded 153 * @see <a href="http://www.w3.org/TR/xslt#qname">qname in XSLT Specification</a [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyTable.java | 32 import org.apache.xml.utils.QName; 96 int doc, PrefixResolver nscontext, QName name, Vector keyDeclarations, XPathContext xctxt) 115 public XNodeSet getNodeSetDTMByKey(QName name, XMLString ref) 152 public QName getKeyTableName()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmanager.h | 41 class QName; 156 const buzz::QName& name, 165 const buzz::QName& name, 179 const buzz::QName& name,
|
transport.h | 63 class QName; 99 const buzz::QName& address_name, 100 const buzz::QName& port_name, 189 sigslot::signal6<Transport*, const buzz::XmlElement*, const buzz::QName&,
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlnsstack.h | 34 #include "talk/xmllite/qname.h" 53 std::string FormatQName(const QName & name, bool isAttr);
|
/external/chromium_org/jingle/notifier/listener/ |
xml_element_util_unittest.cc | 11 #include "talk/xmllite/qname.h" 26 const buzz::QName kQName("namespace", "element");
|
/external/chromium_org/remoting/host/ |
server_log_entry.cc | 15 using buzz::QName; 68 new XmlElement(QName(kChromotingXmlNamespace, kLogCommand))); 153 scoped_ptr<XmlElement> stanza(new XmlElement(QName( 157 stanza->AddAttr(QName(std::string(), iter->first), iter->second);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessionmanager.h | 42 class QName; 172 const buzz::QName& name, 181 const buzz::QName& name, 195 const buzz::QName& name,
|
/external/chromium_org/third_party/libjingle/source/talk/xmllite/ |
xmlnsstack.h | 34 #include "talk/xmllite/qname.h" 53 std::string FormatQName(const QName & name, bool isAttr);
|
xmlparser.cc | 223 QName 224 XmlParser::ParseContext::ResolveQName(const char* qname, bool isAttr) { 226 for (c = qname; *c; ++c) { 229 xmlnsstack_.NsForPrefix(std::string(qname, c - qname)); 231 return QName(); 232 return QName(result.first, c + 1); 236 return QName(STR_EMPTY, qname); 240 return QName(); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncExtElementAvailable.java | 25 import org.apache.xml.utils.QName; 79 new QName(namespace, methName))
|
/external/chromium_org/jingle/notifier/base/ |
gaia_token_pre_xmpp_auth.cc | 36 const buzz::QName QN_GOOGLE_ALLOW_GENERATED_JID_XMPP_LOGIN( 38 const buzz::QName QN_GOOGLE_AUTH_CLIENT_USES_FULL_BIND_RESULT(
|
/external/markdown/markdown/ |
html4.py | 42 QName = markdown.etree.QName 148 if isinstance(k, QName): 150 if isinstance(v, QName): 214 def add_qname(qname): 215 # calculate serialized qname representation 217 if qname[:1] == "{": 218 uri, tag = qname[1:].split("}", 1) 227 qnames[qname] = encode("%s:%s" % (prefix, tag)) 229 qnames[qname] = encode(tag) # default elemen [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
XPathExpressionImpl.java | 31 import javax.xml.namespace.QName; 97 public Object eval(Object item, QName returnType) 140 * variable, function and QName resolution and return type conversion.</p> 165 public Object evaluate(Object item, QName returnType) 207 * <p>This method calls {@link #evaluate(Object item, QName returnType)} 213 * variable, function and QName resolution and return type conversion.</p> 244 * {@link #evaluate(Object item, QName returnType)} on the resulting 249 * variable, function and QName resolution and return type conversion.</p> 272 public Object evaluate(InputSource source, QName returnType) 306 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> o [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 26 import org.apache.xml.utils.QName; 51 protected QName m_qname; 112 * corresponds to the variable reference qname. The position of the 113 * QName in the vector from the start of the vector will be its position 124 QName qn = (QName)vars.elementAt(i); 156 * @param qname Must be a non-null reference to a qualified name. 158 public void setQName(QName qname) 160 m_qname = qname; [all...] |
/external/chromium/chrome/browser/autofill/ |
form_structure.cc | 132 (buzz::QName(kXMLElementAutofillUpload))); 133 autofill_request_xml.SetAttr(buzz::QName(kAttributeClientVersion), 135 autofill_request_xml.SetAttr(buzz::QName(kAttributeFormSignature), 137 autofill_request_xml.SetAttr(buzz::QName(kAttributeAutofillUsed), 139 autofill_request_xml.SetAttr(buzz::QName(kAttributeDataPresent), 164 (buzz::QName(kXMLElementAutofillQuery))); 165 autofill_request_xml.SetAttr(buzz::QName(kAttributeClientVersion), 167 autofill_request_xml.SetAttr(buzz::QName(kAttributeAcceptedFeatures), 181 new buzz::XmlElement(buzz::QName(kXMLElementForm))); 182 encompassing_xml_element->SetAttr(buzz::QName(kAttributeSignature) [all...] |
/external/chromium_org/components/autofill/core/browser/ |
form_structure.cc | 113 buzz::QName(kXMLElementField)); 115 field_element->SetAttr(buzz::QName(kAttributeSignature), 117 field_element->SetAttr(buzz::QName(kAttributeAutofillType), 128 buzz::QName(kXMLElementField)); 129 field_element->SetAttr(buzz::QName(kAttributeSignature), 142 buzz::QName(kXMLElementFields)); 144 field_element->SetAttr(buzz::QName(kAttributeFieldID), 146 field_element->SetAttr(buzz::QName(kAttributeFieldType), 148 field_element->SetAttr(buzz::QName(kAttributeName), 429 (buzz::QName(kXMLElementAutofillUpload))) [all...] |
/external/chromium_org/remoting/protocol/ |
fake_authenticator.cc | 128 message->TextNamed(buzz::QName(kChromotingXmlNamespace, "id")); 138 buzz::QName(kChromotingXmlNamespace, "authentication"))); 140 buzz::QName(kChromotingXmlNamespace, "id"));
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
XMLGregorianCalendar.java | 26 import javax.xml.namespace.QName; 827 public abstract QName getXMLSchemaType(); [all...] |
/external/chromium/chrome/browser/sync/notifier/ |
cache_invalidation_packet_handler.cc | 29 const buzz::QName kQnData("google:notifier", "data"); 30 const buzz::QName kQnSeq("", "seq"); 31 const buzz::QName kQnSid("", "sid"); 32 const buzz::QName kQnServiceUrl("", "serviceUrl");
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
securetunnelsessionclient.cc | 48 const buzz::QName QN_SECURE_TUNNEL_DESCRIPTION(NS_SECURE_TUNNEL, 50 const buzz::QName QN_SECURE_TUNNEL_TYPE(NS_SECURE_TUNNEL, "type"); 51 const buzz::QName QN_SECURE_TUNNEL_CLIENT_CERT(NS_SECURE_TUNNEL, 53 const buzz::QName QN_SECURE_TUNNEL_SERVER_CERT(NS_SECURE_TUNNEL,
|