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

1 23 4

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
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...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
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/fonttools/Lib/fontTools/misc/
etree.py 34 "QName",
330 def add_qname(qname):
331 # calculate serialized qname representation
333 qname = _tounicode(qname)
334 if qname[:1] == "{":
335 uri, tag = qname[1:].rsplit("}", 1)
346 qnames[qname] = "%s:%s" % (prefix, tag)
348 qnames[qname] = tag # default element
350 qnames[qname] = qnam
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xml_etree.py 1089 def qname(): function
1091 Test QName handling.
1098 >>> elem = ET.Element(ET.QName("{uri}tag"))
1101 >>> elem = ET.Element(ET.QName("uri", "tag"))
1104 >>> elem = ET.Element(ET.QName("uri", "tag"))
1105 >>> subelem = ET.SubElement(elem, ET.QName("uri", "tag1"))
1106 >>> subelem = ET.SubElement(elem, ET.QName("uri", "tag2"))
1118 >>> elem.attrib[ET.QName("{uri}key")] = "value"
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmpptask.h 147 const QName& qn);
pubsubclient_unittest.cc 13 #include "webrtc/libjingle/xmllite/qname.h"
194 new buzz::XmlElement(buzz::QName(buzz::NS_PUBSUB, "value"));
223 new buzz::XmlElement(buzz::QName(buzz::NS_PUBSUB, "value"));
pubsubtasks_unittest.cc 13 #include "webrtc/libjingle/xmllite/qname.h"
191 new buzz::XmlElement(buzz::QName(buzz::NS_PUBSUB, "value"));
226 new buzz::XmlElement(buzz::QName(buzz::NS_PUBSUB, "value"));
xmppengine_unittest.cc 24 using buzz::QName;
242 XmlElement application_stanza(QName("test", "app-stanza"));
xmppengineimpl_iq.cc 102 AecImpl(XmlElement * error_element, const QName & name,
197 QName name = attribute->Name();
xmppstanzaparser_unittest.cc 19 using buzz::QName;
xmpptask.cc 145 const QName& qn) {
hangoutpubsubclient.cc 13 #include "webrtc/libjingle/xmllite/qname.h"
34 virtual XmlElement* Write(const QName& state_name, const bool& state) {
51 const QName& state_name,
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 82 import org.apache.xml.utils.QName;
1386 QName qname = new QName(namespace, name); local
1501 QName qname = QName.getQNameFromString(name); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py 66 "QName",
571 # QName wrapper. This can be used to wrap a QName attribute value, in
574 # @param text A string containing the QName value, in the form {uri}local,
575 # or, if the tag argument is given, the URI part of a QName.
578 # @return An opaque object, representing the QName.
580 class QName(object):
590 if isinstance(other, QName):
845 def add_qname(qname):
846 # calculate serialized qname representation
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py 66 "QName",
571 # QName wrapper. This can be used to wrap a QName attribute value, in
574 # @param text A string containing the QName value, in the form {uri}local,
575 # or, if the tag argument is given, the URI part of a QName.
578 # @return An opaque object, representing the QName.
580 class QName(object):
590 if isinstance(other, QName):
840 def add_qname(qname):
841 # calculate serialized qname representation
    [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementTree.py 66 "QName",
571 # QName wrapper. This can be used to wrap a QName attribute value, in
574 # @param text A string containing the QName value, in the form {uri}local,
575 # or, if the tag argument is given, the URI part of a QName.
578 # @return An opaque object, representing the QName.
580 class QName(object):
590 if isinstance(other, QName):
845 def add_qname(qname):
846 # calculate serialized qname representatio
    [all...]
  /external/python/cpython3/Lib/xml/etree/
ElementTree.py 82 "QName",
495 class QName:
498 This class can be used to wrap a QName attribute value in order to get
501 *text_or_uri* is a string containing the QName value either in the form
502 {uri}local, or if the tag argument is given, the URI part of a QName.
520 if isinstance(other, QName):
524 if isinstance(other, QName):
528 if isinstance(other, QName):
532 if isinstance(other, QName):
536 if isinstance(other, QName)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsProtocol.c 467 // Construct QName.
563 supplies a QNAME, QTYPE, and QCLASS, and all of the matching RRs are returned. All
568 @param[in] QName Pointer to Query Name.
581 QName is NULL.
590 IN CHAR8 *QName,
614 if ((This == NULL) || (QName == NULL) || Token == NULL) {
662 Status = ConstructDNSQuery (Instance, QName, QType, QClass, &Packet);
    [all...]
DnsImpl.h 833 supplies a QNAME, QTYPE, and QCLASS, and all of the matching RRs are returned. All
838 @param[in] QName Pointer to Query Name.
851 QName is NULL.
860 IN CHAR8 *QName,
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 32 import org.apache.xml.utils.QName;
550 QName qname = new QName(namespace, localname); local
552 var.setQName(qname);
    [all...]

Completed in 2506 milliseconds

1 23 4