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.

Fields

 FieldDescription
Public fieldstaticLocalFunctionsNamespaceLocalFunctionsNamespaceLocalFunctionsNamespace The XQuery 1.0 local functions 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 <xp:script> and <msxsl:script> elements.
Public fieldstaticSerializationNamespaceSerializationNamespaceSerializationNamespace The XmlPrime serialization options 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 fieldstaticXmlPrimeNamespaceXmlPrimeNamespaceXmlPrimeNamespace The XmlPrime namespace.
Public fieldstaticXmlSchemaNamespaceXmlSchemaNamespaceXmlSchemaNamespace The XML Schema 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 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 fieldstaticXQueryXFullTextNamespaceXQueryXFullTextNamespaceXQueryXFullTextNamespace The XQueryX Full Text 1.0 namespace.
Public fieldstaticXQueryXNamespaceXQueryXNamespaceXQueryXNamespace The XQueryX namespace.
Public fieldstaticXQueryXUpdateNamespaceXQueryXUpdateNamespaceXQueryXUpdateNamespace The XQueryX Update Facility 1.0 namespace.
Public fieldstaticXsiNamespaceXsiNamespaceXsiNamespace The XML Schema Instance namespace.
Public fieldstaticXsltNamespaceXsltNamespaceXsltNamespace The XSL Transformations (XSLT) namespace.

Top