XMLConstants.W3cXpathDatatypeNsUri Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
W3C XPath Datatype Namespace URI.
[Android.Runtime.Register("W3C_XPATH_DATATYPE_NS_URI")]
public const string W3cXpathDatatypeNsUri;
[<Android.Runtime.Register("W3C_XPATH_DATATYPE_NS_URI")>]
val mutable W3cXpathDatatypeNsUri : string
Field Value
- Attributes
Remarks
W3C XPath Datatype Namespace URI.
Defined to be "http://www.w3.org/2003/11/xpath-datatypes
".
Java documentation for javax.xml.XMLConstants.W3C_XPATH_DATATYPE_NS_URI
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.