Searched defs:QName (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dqname.cc32 QName::QName() { function in class:buzz::QName
35 QName::QName(const QName& qname) function in class:buzz::QName
40 QName::QName(const StaticQName& const_value) function in class:buzz::QName
45 QName::QName(const std::string& ns, const std::string& local) function in class:buzz::QName
50 QName function in class:buzz::QName
[all...]
H A Dqname.h35 class QName;
41 // Beside this use case, QName should be used everywhere
42 // else. StaticQName instances are implicitly converted to QName
48 bool operator==(const QName& other) const;
49 bool operator!=(const QName& other) const;
52 class QName { class in namespace:buzz
54 QName();
55 QName(const QName& qname);
56 QName(cons
[all...]
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dqname.cc15 QName::QName() { function in class:buzz::QName
18 QName::QName(const QName& qname) function in class:buzz::QName
23 QName::QName(const StaticQName& const_value) function in class:buzz::QName
28 QName::QName(const std::string& ns, const std::string& local) function in class:buzz::QName
33 QName function in class:buzz::QName
[all...]
H A Dqname.h18 class QName;
24 // Beside this use case, QName should be used everywhere
25 // else. StaticQName instances are implicitly converted to QName
31 bool operator==(const QName& other) const;
32 bool operator!=(const QName& other) const;
35 class QName { class in namespace:buzz
37 QName();
38 QName(const QName& qname);
39 QName(cons
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DQName.java15 public class QName class
25 * @param qname a QName
27 public QName(String qname) method in class:QName
48 public QName(String prefix, String localName) method in class:QName
56 * @return Returns whether the QName has a prefix.
/external/markdown/markdown/
H A Dhtml4.py42 QName = markdown.etree.QName variable
148 if isinstance(k, QName):
150 if isinstance(v, QName):
248 if isinstance(tag, QName) and tag.text not in qnames:
256 if isinstance(key, QName):
260 if isinstance(value, QName) and value.text not in qnames:
263 if isinstance(text, QName) and text.text not in qnames:
/external/smack/asmack-master/static-src/custom/com/kenai/jbosh/
H A DQName.java62 * <code>QName</code> class represents the value of a qualified name
63 * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#QName">XML
66 * The value of a QName contains a <b>namespaceURI</b>, a <b>localPart</b> and a <b>prefix</b>.
72 public class QName implements Serializable { class in inherits:Serializable
87 * Constructor for the QName.
89 * @param localPart Local part of the QName
91 public QName(String localPart) { method in class:QName
96 * Constructor for the QName.
98 * @param namespaceURI Namespace URI for the QName
99 * @param localPart Local part of the QName
101 public QName(String namespaceURI, String localPart) { method in class:QName
112 public QName(String namespaceURI, String localPart, String prefix) { method in class:QName
[all...]
/external/smack/src/com/kenai/jbosh/
H A DQName.java62 * <code>QName</code> class represents the value of a qualified name
63 * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#QName">XML
66 * The value of a QName contains a <b>namespaceURI</b>, a <b>localPart</b> and a <b>prefix</b>.
72 public class QName implements Serializable { class in inherits:Serializable
87 * Constructor for the QName.
89 * @param localPart Local part of the QName
91 public QName(String localPart) { method in class:QName
96 * Constructor for the QName.
98 * @param namespaceURI Namespace URI for the QName
99 * @param localPart Local part of the QName
101 public QName(String namespaceURI, String localPart) { method in class:QName
112 public QName(String namespaceURI, String localPart, String prefix) { method in class:QName
[all...]
/external/chromium_org/third_party/markdown/
H A Dserializers.py76 QName = util.etree.QName variable
189 if isinstance(k, QName):
191 if isinstance(v, QName):
286 if isinstance(tag, QName) and tag.text not in qnames:
294 if isinstance(key, QName):
298 if isinstance(value, QName) and value.text not in qnames:
301 if isinstance(text, QName) and text.text not in qnames:
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DQName.java19 * $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 class in inherits:java.io.Serializable
79 * Constructs an empty QName.
82 public QName(){} method in class:QName
85 * Constructs a new QName with the specified namespace URI and
91 public QName(String namespaceURI, String localName) method in class:QName
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(Strin method in class:QName
137 public QName(String namespaceURI, String prefix, String localName) method in class:QName
152 public QName(String namespaceURI, String prefix, String localName, boolean validate) method in class:QName
189 public QName(String localName) method in class:QName
202 public QName(String localName, boolean validate) method in class:QName
232 public QName(String qname, Stack namespaces) method in class:QName
247 public QName(String qname, Stack namespaces, boolean validate) method in class:QName
324 public QName(String qname, Element namespaceContext, method in class:QName
341 public QName(String qname, Element namespaceContext, method in class:QName
412 public QName(String qname, PrefixResolver resolver) method in class:QName
427 public QName(String qname, PrefixResolver resolver, boolean validate) method in class:QName
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java1414 QName();
1885 // "Node test that matches either NCName:* or QName was expected."
1912 // "Node test that matches either NCName:* or QName was expected."
1964 * QName ::= (Prefix ':')? LocalPart
1970 protected void QName() throws javax.xml.transform.TransformerException method in class:XPathParser
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 771 milliseconds