XmlNamespaces ClassXmlNamespaces ClassXmlNamespaces Class

XML namespaces with special significance to XmlPrime.

Inheritance Hierarchy

Syntax

Public MustInherit NotInheritable Class XmlNamespaces
public abstract sealed class XmlNamespaces
public:
ref class XmlNamespaces abstract sealed
 
The XmlNamespacesXmlNamespacesXmlNamespaces type exposes the following members.

Methods

 MethodDescription
Public methodstaticIsForbiddenAnnotationNamespaceIsForbiddenAnnotationNamespaceIsForbiddenAnnotationNamespace Determines whether it is forbidden for an annotation to have the specified namespace URI.
Public methodstaticIsForbiddenFunctionNamespaceIsForbiddenFunctionNamespaceIsForbiddenFunctionNamespace Determines whether it is forbidden for a function to have the specified namespace URI.

Top

Fields

 FieldDescription
Public fieldstaticLocalFunctionsNamespaceLocalFunctionsNamespaceLocalFunctionsNamespace The XQuery local functions namespace.
Public fieldstaticMathMLNamespaceMathMLNamespaceMathMLNamespace The Mathematical Markup Language (MathML) namespace.
Public fieldstaticOutputNamespaceOutputNamespaceOutputNamespace The XSLT and XQuery Serialization 3.0 namespace.
Public fieldstaticScriptErrorNamespaceScriptErrorNamespaceScriptErrorNamespace A namespace used for errors and warnings raised by an external compiler in <xmlprime:script> and <msxsl:script> elements.
Public fieldstaticSerializationNamespaceSerializationNamespaceSerializationNamespace The XmlPrime serialization options namespace.
Public fieldstaticSvgNamespaceSvgNamespaceSvgNamespace calable Vector Graphics (SVG) namespace.
Public fieldstaticXPathArrayFunctionsNamespaceXPathArrayFunctionsNamespaceXPathArrayFunctionsNamespace The XPath and XQuery array functions namespace.
Public fieldstaticXPathErrorNamespaceXPathErrorNamespaceXPathErrorNamespace The XQuery 1.0 and XPath 2.0 error namespace.
Public fieldstaticXPathFunctionsNamespaceXPathFunctionsNamespaceXPathFunctionsNamespace The XQuery 1.0 and XPath 2.0 functions namespace.
Public fieldstaticXPathMapFunctionsNamespaceXPathMapFunctionsNamespaceXPathMapFunctionsNamespace The XPath and XQuery map functions namespace.
Public fieldstaticXPathMathFunctionsNamespaceXPathMathFunctionsNamespaceXPathMathFunctionsNamespace The XPath and XQuery mathematical functions namespace.
Public fieldstaticXProcErrorNamespaceXProcErrorNamespaceXProcErrorNamespace The XProc error namespace.
Public fieldstaticXProcNamespaceXProcNamespaceXProcNamespace The XProc namespace.
Public fieldstaticXProcStepNamespaceXProcStepNamespaceXProcStepNamespace The XProc step namespace.
Public fieldstaticXQueryAnootationsNamespaceXQueryAnootationsNamespaceXQueryAnootationsNamespace The default namespace for XQuery annotations and annotation assertions.
Public fieldstaticXQueryOptionsNamespaceXQueryOptionsNamespaceXQueryOptionsNamespace The XQuery Options namespace.
Public fieldstaticXQueryXFullTextNamespaceXQueryXFullTextNamespaceXQueryXFullTextNamespace The XQueryX Full Text 1.0 namespace.
Public fieldstaticXQueryXNamespaceXQueryXNamespaceXQueryXNamespace The XQueryX namespace.
Public fieldstaticXQueryXUpdateNamespaceXQueryXUpdateNamespaceXQueryXUpdateNamespace The XQueryX Update Facility 1.0 namespace.
Public fieldstaticXhtmlNamespaceXhtmlNamespaceXhtmlNamespace The XHTML namespace.
Public fieldstaticXmlInclusionNamespaceXmlInclusionNamespaceXmlInclusionNamespace The XML Inclusion (XInclude) namespace.
Public fieldstaticXmlNamespaceXmlNamespaceXmlNamespace The XML namespace.
Public fieldstaticXmlNamespacesNamespaceXmlNamespacesNamespaceXmlNamespacesNamespace The XML Namespaces namespace.
Public fieldstaticXmlPrimeErrorNamespaceXmlPrimeErrorNamespaceXmlPrimeErrorNamespace The XmlPrime error namespace.
Public fieldstaticXmlPrimeFunctionsNamespaceXmlPrimeFunctionsNamespaceXmlPrimeFunctionsNamespace The XmlPrime XPath functions namespace.
Public fieldstaticXmlPrimeNamespaceXmlPrimeNamespaceXmlPrimeNamespace The XmlPrime namespace.
Public fieldstaticXmlSchemaNamespaceXmlSchemaNamespaceXmlSchemaNamespace The XML Schema namespace.
Public fieldstaticXsiNamespaceXsiNamespaceXsiNamespace The XML Schema Instance namespace.
Public fieldstaticXsltNamespaceXsltNamespaceXsltNamespace The XSL Transformations (XSLT) namespace.

Top