Home
last modified time | relevance | path

Searched refs:qnameType (Results 1 – 13 of 13) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathEvaluationResult.java78 final QName qnameType; field in XPathEvaluationResult.XPathResultType
80 XPathResultType(QName qnameType, Class<?> clsType) { in XPathResultType() argument
81 this.qnameType = qnameType; in XPathResultType()
109 return type.qnameType; in getQNameType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathEvaluationResult.java78 final QName qnameType; field in XPathEvaluationResult.XPathResultType
80 XPathResultType(QName qnameType, Class<?> clsType) { in XPathResultType() argument
81 this.qnameType = qnameType; in XPathResultType()
109 return type.qnameType; in getQNameType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathEvaluationResult.java78 final QName qnameType; field in XPathEvaluationResult.XPathResultType
80 XPathResultType(QName qnameType, Class<?> clsType) { in XPathResultType() argument
81 this.qnameType = qnameType; in XPathResultType()
109 return type.qnameType; in getQNameType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathEvaluationResult.java78 final QName qnameType; field in XPathEvaluationResult.XPathResultType
80 XPathResultType(QName qnameType, Class<?> clsType) { in XPathResultType() argument
81 this.qnameType = qnameType; in XPathResultType()
109 return type.qnameType; in getQNameType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathEvaluationResult.java78 final QName qnameType; field in XPathEvaluationResult.XPathResultType
80 XPathResultType(QName qnameType, Class<?> clsType) { in XPathResultType() argument
81 this.qnameType = qnameType; in XPathResultType()
109 return type.qnameType; in getQNameType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathEvaluationResult.java78 final QName qnameType; field in XPathEvaluationResult.XPathResultType
80 XPathResultType(QName qnameType, Class<?> clsType) { in XPathResultType() argument
81 this.qnameType = qnameType; in XPathResultType()
122 return type.qnameType; in getQNameType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathEvaluationResult.java78 final QName qnameType; field in XPathEvaluationResult.XPathResultType
80 XPathResultType(QName qnameType, Class<?> clsType) { in XPathResultType() argument
81 this.qnameType = qnameType; in XPathResultType()
122 return type.qnameType; in getQNameType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathEvaluationResult.java78 final QName qnameType; field in XPathEvaluationResult.XPathResultType
80 XPathResultType(QName qnameType, Class<?> clsType) { in XPathResultType() argument
81 this.qnameType = qnameType; in XPathResultType()
122 return type.qnameType; in getQNameType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlBaseReader.cs355 attributeNode.QNameType = qnameType; in AddAttribute()
992 QNameType qnameType = node.QNameType; in GetLocalName()
993 if (qnameType == QNameType.Normal) in GetLocalName()
1032 QNameType qnameType = node.QNameType; in GetNamespaceUri()
1033 if (qnameType == QNameType.Normal) in GetNamespaceUri()
1150 QNameType qnameType = node.QNameType; in IndexOfLocalName()
1192 QNameType qnameType = node.QNameType; in IndexOfLocalName()
2043 if (qnameType == QNameType.Normal) in SignAttribute()
2176 QNameType qnameType; field in System.Xml.XmlBaseReader.XmlNode
2256 return qnameType;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DQuerySelectOp.cs24 protected NodeQNameType qnameType; field in System.ServiceModel.Dispatcher.NodeSelectCriteria
31 this.qnameType = qname.GetQNameType(); in NodeSelectCriteria()
126 switch (this.qnameType & NodeQNameType.Standard) in MatchQName()
146 if (NodeQNameType.Empty == this.qnameType) in MatchQName()
152 switch (this.qnameType & NodeQNameType.Wildcard) in MatchQName()
218 if (0 == (this.qnameType & NodeQNameType.Wildcard)) in Select()
246 if (0 == (this.qnameType & NodeQNameType.Wildcard)) in Select()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlBaseReader.cs344 attributeNode.QNameType = qnameType; in AddAttribute()
680 QNameType qnameType = _node.QNameType;
681 if (qnameType == QNameType.Normal)
910 if (qnameType == QNameType.Normal)
960 if (qnameType == QNameType.Normal)
1068 QNameType qnameType = _node.QNameType; in IndexOfLocalName()
1071 if (qnameType == QNameType.Normal) in IndexOfLocalName()
1110 QNameType qnameType = _node.QNameType; in IndexOfLocalName()
1113 if (qnameType == QNameType.Normal) in IndexOfLocalName()
1887 if (qnameType == QNameType.Normal) in SignAttribute()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng/
H A DXsdDatatypeProvider.cs45 static XsdQNameWrapper qnameType = new XsdQNameWrapper (); field in Commons.Xml.Relaxng.XmlSchema.XsdDatatypeProvider
117 return qnameType; in GetPrimitiveType()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp8370 xqtref_t qnameType = (type->get_quantifier() == TypeConstants::QUANT_ONE ? in create_cast_expr() local
8381 create_cast_expr(theRootSctx, loc, wrap_in_atomization(node), qnameType); in create_cast_expr()
8384 create_instanceof_expr(theRootSctx, loc, node, qnameType); in create_cast_expr()