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

1 2 3 4 5

  /libcore/luni/src/main/java/javax/xml/xpath/
XPathConstants.java 21 import javax.xml.namespace.QName;
44 public static final QName NUMBER = new QName("http://www.w3.org/1999/XSL/Transform", "NUMBER");
51 public static final QName STRING = new QName("http://www.w3.org/1999/XSL/Transform", "STRING");
58 public static final QName BOOLEAN = new QName("http://www.w3.org/1999/XSL/Transform", "BOOLEAN");
65 public static final QName NODESET = new QName("http://www.w3.org/1999/XSL/Transform", "NODESET");
72 public static final QName NODE = new QName("http://www.w3.org/1999/XSL/Transform", "NODE")
    [all...]
XPathFunctionResolver.java 21 import javax.xml.namespace.QName;
59 public XPathFunction resolveFunction(QName functionName, int arity);
XPathVariableResolver.java 21 import javax.xml.namespace.QName;
43 * @param variableName The <code>QName</code> of the variable name.
50 public Object resolveVariable(QName variableName);
XPathExpression.java 21 import javax.xml.namespace.QName;
88 * variable, function and QName resolution and return type conversion.</p>
108 public Object evaluate(Object item, QName returnType)
114 * <p>This method calls {@link #evaluate(Object item, QName returnType)} with a <code>returnType</code> of
118 * variable, function and QName resolution and return type conversion.</p>
139 * {@link #evaluate(Object item, QName returnType)} on the resulting document object.</p>
142 * variable, function and QName resolution and return type conversion.</p>
160 public Object evaluate(InputSource source, QName returnType)
167 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of
171 * variable, function and QName resolution and return type conversion.</p
    [all...]
XPath.java 22 import javax.xml.namespace.QName;
187 * variable, function and <code>QName</code> resolution and return type conversion.</p>
213 public Object evaluate(String expression, Object item, QName returnType)
219 * <p>This method calls {@link #evaluate(String expression, Object item, QName returnType)} with a <code>returnType</code> of
223 * variable, function and QName resolution and return type conversion.</p>
247 * {@link #evaluate(String expression, Object item, QName returnType)} on the resulting document object.</p>
250 * variable, function and QName resolution and return type conversion.</p>
272 QName returnType)
279 * <p>This method calls {@link #evaluate(String expression, InputSource source, QName returnType)} with a
283 * variable, function and QName resolution and return type conversion.</p
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
constants.h 32 #include "talk/xmllite/qname.h"
123 extern const QName QN_STREAM_STREAM;
124 extern const QName QN_STREAM_FEATURES;
125 extern const QName QN_STREAM_ERROR;
127 extern const QName QN_XSTREAM_BAD_FORMAT;
128 extern const QName QN_XSTREAM_BAD_NAMESPACE_PREFIX;
129 extern const QName QN_XSTREAM_CONFLICT;
130 extern const QName QN_XSTREAM_CONNECTION_TIMEOUT;
131 extern const QName QN_XSTREAM_HOST_GONE;
132 extern const QName QN_XSTREAM_HOST_UNKNOWN
    [all...]
constants.cc 32 #include "talk/xmllite/qname.h"
156 const QName QN_STREAM_STREAM(true, NS_STREAM, STR_STREAM);
157 const QName QN_STREAM_FEATURES(true, NS_STREAM, "features");
158 const QName QN_STREAM_ERROR(true, NS_STREAM, "error");
160 const QName QN_XSTREAM_BAD_FORMAT(true, NS_XSTREAM, "bad-format");
161 const QName QN_XSTREAM_BAD_NAMESPACE_PREFIX(true, NS_XSTREAM, "bad-namespace-prefix");
162 const QName QN_XSTREAM_CONFLICT(true, NS_XSTREAM, "conflict");
163 const QName QN_XSTREAM_CONNECTION_TIMEOUT(true, NS_XSTREAM, "connection-timeout");
164 const QName QN_XSTREAM_HOST_GONE(true, NS_XSTREAM, "host-gone");
165 const QName QN_XSTREAM_HOST_UNKNOWN(true, NS_XSTREAM, "host-unknown")
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 23 import javax.xml.namespace.QName;
206 public static final QName DATETIME = new QName(XMLConstants.W3C_XML_SCHEMA_NS_URI, "dateTime");
211 public static final QName TIME = new QName(XMLConstants.W3C_XML_SCHEMA_NS_URI, "time");
216 public static final QName DATE = new QName(XMLConstants.W3C_XML_SCHEMA_NS_URI, "date");
221 public static final QName GYEARMONTH = new QName(XMLConstants.W3C_XML_SCHEMA_NS_URI, "gYearMonth");
226 public static final QName GMONTHDAY = new QName(XMLConstants.W3C_XML_SCHEMA_NS_URI, "gMonthDay")
    [all...]
  /external/chromium/third_party/libjingle/overrides/talk/xmllite/
qname.h 12 // Default libjingle's implementation of QName class is not threadsafe. This
14 class QName
17 QName();
18 QName(const std::string & ns, const std::string & local);
19 QName(bool add, const std::string & ns, const std::string & local);
20 explicit QName(const std::string & mergedOrLocal);
25 int Compare(const QName & other) const;
26 bool operator==(const QName & other) const;
27 bool operator!=(const QName & other) const { return !operator==(other); }
28 bool operator<(const QName & other) const { return Compare(other) < 0;
    [all...]
qname.cc 5 #include "talk/xmllite/qname.h"
13 QName::QName() : namespace_(QN_EMPTY.namespace_),
16 QName::QName(const std::string & ns, const std::string & local) :
19 QName::QName(bool add, const std::string & ns, const std::string & local) :
38 QName::QName(const std::string & mergedOrLocal) :
43 QName::Merged() const
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
constants.h 32 #include "talk/xmllite/qname.h"
40 // QN_ == buzz::QName (namespace + name)
41 // LN_ == "local name" == QName::LocalPart()
56 extern const buzz::QName QN_ACTION;
58 extern const buzz::QName QN_INITIATOR;
59 extern const buzz::QName QN_CREATOR;
61 extern const buzz::QName QN_JINGLE;
62 extern const buzz::QName QN_JINGLE_CONTENT;
63 extern const buzz::QName QN_JINGLE_CONTENT_NAME;
64 extern const buzz::QName QN_JINGLE_CONTENT_MEDIA
    [all...]
constants.cc 31 #include "talk/xmllite/qname.h"
40 const buzz::QName QN_ACTION(true, NS_EMPTY, "action");
42 const buzz::QName QN_INITIATOR(true, NS_EMPTY, LN_INITIATOR);
43 const buzz::QName QN_CREATOR(true, NS_EMPTY, "creator");
45 const buzz::QName QN_JINGLE(true, NS_JINGLE, "jingle");
46 const buzz::QName QN_JINGLE_CONTENT(true, NS_JINGLE, "content");
47 const buzz::QName QN_JINGLE_CONTENT_NAME(true, NS_EMPTY, "name");
48 const buzz::QName QN_JINGLE_CONTENT_MEDIA(true, NS_EMPTY, "media");
49 const buzz::QName QN_JINGLE_REASON(true, NS_JINGLE, "reason");
59 const buzz::QName QN_GINGLE_SESSION(true, NS_GINGLE, "session")
    [all...]
parsing.h 78 const buzz::QName& name,
81 const buzz::QName& name,
85 const buzz::QName& name, bool def);
87 const buzz::QName& name, int def);
89 const buzz::QName& name, int n);
98 const buzz::QName& name,
  /external/chromium/third_party/libjingle/source/talk/xmllite/
qname.h 36 class QName
39 explicit QName();
40 QName(const QName & qname) : data_(qname.data_) { data_->AddRef(); }
41 explicit QName(bool add, const std::string & ns, const char * local);
42 explicit QName(bool add, const std::string & ns, const std::string & local);
43 explicit QName(const std::string & ns, const char * local);
44 explicit QName(const std::string & mergedOrLocal)
    [all...]
qname.cc 31 #include "talk/xmllite/qname.h"
47 static QName::Data * get_qname_table() {
48 static QName::Data qname_table[1 << bits];
52 static QName::Data *
56 QName::Data * qname_table = get_qname_table();
60 return new QName::Data(ns, local);
71 static QName::Data *
75 QName::Data * qname_table = get_qname_table();
94 QName::~QName() {
    [all...]
xmlelement.h 34 #include "talk/xmllite/qname.h"
38 extern const QName QN_EMPTY;
39 extern const QName QN_XMLNS;
119 const QName & Name() const { return name_; }
123 explicit XmlAttr(const QName & name, const std::string & value) :
135 QName name_;
141 explicit XmlElement(const QName & name);
142 explicit XmlElement(const QName & name, bool useDefaultNs);
147 const QName& Name() const { return name_; }
148 void SetName(const QName& name) { name_ = name;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
Arg.java 23 import org.apache.xml.utils.QName;
35 /** Field m_qname: The name of this argument, expressed as a QName
40 private QName m_qname;
45 * @return QName object containing the qualified name
47 public final QName getQName()
55 * @param name QName object representing the new Qualified Name.
57 public final void setQName(QName name)
175 * Construct a dummy parameter argument, with no QName and no
182 m_qname = new QName("");
193 * @param qname Name of the argument, expressed as a QName object
    [all...]
  /libcore/luni/src/main/java/javax/xml/namespace/
QName.java 18 // $Id: QName.java 754581 2009-03-15 01:32:39Z mrglavas $
30 * <p><code>QName</code> represents a <strong>qualified name</strong>
32 * href="http://www.w3.org/TR/xmlschema-2/#QName">XML Schema Part2:
39 * <p>The value of a <code>QName</code> contains a <strong>Namespace
43 * <p>The prefix is included in <code>QName</code> to retain lexical
47 * QName.equals(Object)} or to compute the {@link #hashCode()
48 * QName.hashCode()}. Equality and the hash code are defined using
57 * <p><code>QName</code> is immutable.</p>
61 * @see <a href="http://www.w3.org/TR/xmlschema-2/#QName">XML Schema Part2: Datatypes specification</a>
67 public class QName implements Serializable
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 30 import org.apache.xml.utils.QName;
48 private QName m_attributeSetsNames[] = null;
56 * sets. Each name is specified as a QName, which is expanded as
66 m_attributeSetsNames = new QName[n];
70 m_attributeSetsNames[i] = (QName) v.elementAt(i);
80 * sets. Each name is specified as a QName, which is expanded as
85 public void setUseAttributeSets(QName[] v)
98 * sets. Each name is specified as a QName, which is expanded as
103 public QName[] getUseAttributeSets()
141 TransformerImpl transformer, StylesheetRoot stylesheet, QName attributeSetsNames[]
151 QName qname = attributeSetsNames[i]; local
    [all...]
VarNameCollector.java 25 import org.apache.xml.utils.QName;
61 boolean doesOccur(QName refName)
OutputProperties.java 35 import org.apache.xml.utils.QName;
118 public void setProperty(QName key, String value)
153 public String getProperty(QName key)
182 public void setBooleanProperty(QName key, boolean value)
210 public boolean getBooleanProperty(QName key)
238 public void setIntProperty(QName key, int value)
266 public int getIntProperty(QName key)
289 * Set an output property with a QName value. The QName will be turned
296 public void setQNameProperty(QName key, QName value
427 QName qname = (QName) v.elementAt(i); local
507 QName qname = QName.getQNameFromString(buf.toString()); local
524 QName qname = QName.getQNameFromString(buf.toString()); local
    [all...]
ElemAttributeSet.java 28 import org.apache.xml.utils.QName;
35 * name %qname; #REQUIRED
50 public QName m_qname = null;
58 public void setName(QName name)
69 public QName getName()
134 * name %qname; #REQUIRED
KeyDeclaration.java 23 import org.apache.xml.utils.QName;
55 private QName m_name;
60 * of the name attribute is a QName, which is expanded as
65 public void setName(QName name)
73 * of the name attribute is a QName, which is expanded as
78 public QName getName()
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 19 * $Id: QName.java 468655 2006-10-28 07:12:06Z minchau $
36 * [12 Variables and Parameters]) is specified as a QName. If it has a prefix,
44 public class QName implements java.io.Serializable
79 * Constructs an empty QName.
82 public QName(){}
85 * Constructs a new QName with the specified namespace URI and
91 public QName(String namespaceURI, String localName)
97 * Constructs a new QName with the specified namespace URI and
102 * @param validate If true the new QName will be validated and an IllegalArgumentException will
105 public QName(String namespaceURI, String localName, boolean validate)
611 QName qname = (QName) object; local
636 QName qname; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPVariableStack.java 25 import org.apache.xml.utils.QName;
49 public XObject getVariableOrParam(XPathContext xctxt, QName qname)
51 if ( qname == null ) {
56 new Object[] {"Variable qname"} );
59 javax.xml.namespace.QName name =
60 new javax.xml.namespace.QName(
61 qname.getNamespace(),
62 qname.getLocalPart());

Completed in 165 milliseconds

1 2 3 4 5