HomeSort by relevance Sort by last modified time
    Searched refs:QName (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /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...]
XPathImpl.java 22 import javax.xml.namespace.QName;
230 * variable, function and <code>QName</code> resolution and return type conversion.</p>
256 public Object evaluate(String expression, Object item, QName returnType)
301 private boolean isSupported( QName returnType ) {
313 private Object getResultAsType( XObject resultObject, QName returnType )
348 * <p>This method calls {@link #evaluate(String expression, Object item, QName returnType)} with a <code>returnType</code> of
353 * variable, function and QName resolution and return type conversion.</p>
418 * {@link #evaluate(String expression, Object item, QName returnType)} on the resulting document object.</p>
422 * variable, function and QName resolution and return type conversion.</p>
442 QName returnType) throws XPathExpressionException
    [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/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocument-namespace-err.js 67 { args: [null, "a:b:c"], code: 14, message: "valid XML name, invalid QName" },
68 { args: ["http://example.com/", "a:b:c"], code: 14, message: "valid XML name, invalid QName" },
69 { args: [null, "a::c"], code: 14, message: "valid XML name, invalid QName" },
70 { args: ["http://example.com/", "a::c"], code: 14, message: "valid XML name, invalid QName" },
71 { args: ["http://example.com/", "a:0"], code: 5, message: "valid XML name, not a valid QName" },
82 "as this is both an invalid XML name and an invalid QName)" },
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/xml/
XmlDocumentBuilder.java 24 import com.sun.org.apache.xerces.internal.xni.QName;
174 public void startElement(QName qName, XMLAttributes xmlAttributes,
176 super.startElement(qName, xmlAttributes, augmentations);
181 public void endElement(QName qName, Augmentations augmentations) throws XNIException {
182 super.endElement(qName, augmentations);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
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...]
Stylesheet.java 34 import org.apache.xml.utils.QName;
581 public DecimalFormatProperties getDecimalFormat(QName name)
927 * @param qname non-null reference to the qualified name of the variable.
931 public ElemVariable getVariableOrParam(QName qname)
942 if (var.getName().equals(qname))
955 * @param qname Qualified name of the xsl:variable to get
957 * @return reference to the variable named by qname, or null if not found.
959 public ElemVariable getVariable(QName qname)
    [all...]
StylesheetRoot.java 45 import org.apache.xml.utils.QName;
566 * Get a list "xsl:attribute-set" properties that match the qname.
575 public ArrayList getAttributeSetComposed(QName name)
582 * Table of DecimalFormatSymbols, keyed by QName.
603 if (dfp.getName().equals(new QName("")))
638 public DecimalFormatSymbols getDecimalFormatComposed(QName name)
759 QName mode,
790 QName mode,
807 * @param qname non-null reference to qualified name of template.
811 public ElemTemplate getTemplateComposed(QName qname
    [all...]
TemplateList.java 31 import org.apache.xml.utils.QName;
410 * @param qname Qualified name of the template.
414 public ElemTemplate getTemplate(QName qname)
416 return (ElemTemplate) m_namedTemplates.get(qname);
495 QName mode,
595 QName mode,
659 QName mode,
727 XPathContext xctxt, int targetNode, QName mode)
RedundentExprEliminator.java 27 import org.apache.xml.utils.QName;
439 protected LocPathIterator changePartToRef(final QName uniquePseudoVarName, WalkingIterator wi,
655 QName uniquePseudoVarName = var.getName();
681 QName uniquePseudoVarName = null;
785 protected void changeToVarRef(QName varName, ExpressionOwner owner,
821 QName uniquePseudoVarName = new QName (PSUEDOVARNAMESPACE, "#"+getPseudoVarID());
843 protected ElemVariable createGlobalPseudoVarDecl(QName uniquePseudoVarName,
874 protected ElemVariable createLocalPseudoVarDecl(QName uniquePseudoVarName,
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 26 import javax.xml.namespace.QName;
827 public abstract QName getXMLSchemaType();
    [all...]
Duration.java 27 import javax.xml.namespace.QName;
156 public 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,
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 233 QName
234 XmlParser::ParseContext::ResolveQName(const char *qname, bool isAttr) {
236 for (c = qname; *c; ++c) {
239 result = xmlnsstack_.NsForPrefix(std::string(qname, c - qname));
243 return QName(*result, localname);
247 return QName(STR_EMPTY, qname);
255 return QName(*result, qname);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslcookiemechanism.h 31 #include "talk/xmllite/qname.h"
66 QName(true, "http://www.google.com/talk/protocol/auth", "service"),
xmpplogintask.h 74 const XmlElement * GetFeature(const QName & name);
xmpptask.h 105 const QName& qn);
xmppengineimpl_iq.cc 119 AecImpl(XmlElement * error_element, const QName & name,
214 QName name = attribute->Name();
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 27 import org.apache.xml.utils.QName;
66 schema.addAvailableElement(new QName(namespace, name));
68 schema.addAvailableElement(new QName(namespace, nameAlias));
96 schema.addAvailableElement(new QName(namespace, name));
98 schema.addAvailableElement(new QName(namespace, nameAlias));
XSLTAttributeDef.java 35 import org.apache.xml.utils.QName;
230 // <!-- Used for the type of an attribute value that is a QName; the prefix
255 // Used for enumerated values, one of which could be a qname-but-not-ncname
261 // Used for QName attributes that are always AVT. Prefix isn't resolved.
657 * Process an attribute string of that is either an enumerated value or a qname-but-not-ncname.
658 * Returns an AVT, if this attribute support AVT; otherwise returns int or qname.
669 * attribute does not support AVT and an enumerated value was used. Otherwise a qname
700 // enum not used. Validate qname-but-not-ncname.
705 QName qname = new QName(value, handler, true) local
937 QName qname = new QName(value, handler, true); local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 219 const buzz::QName& name,
230 const buzz::QName& name,
277 const buzz::QName& name,
session.h 57 buzz::QName type;
62 void SetType(const buzz::QName type) {
428 const buzz::QName& name,
510 const buzz::QName&,

Completed in 1095 milliseconds

1 23 4 5