public class XsltFunctions extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Xsl.Runtime.XsltFunctions
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.Xsl.Runtime.XsltFunctions
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XsltFunctions() |
XsltFunctions(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
BaseUri(XPathNavigator navigator) |
static XsltFunctions |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XsltFunctions, a cast assert is made to check if types are compatible. |
static boolean |
Contains(java.lang.String s1,
java.lang.String s2) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static boolean |
Lang(java.lang.String value,
XPathNavigator context) |
static java.lang.String |
MSFormatDateTime(java.lang.String dateTime,
java.lang.String format,
java.lang.String lang,
boolean isDate) |
static java.lang.String |
MSLocalName(java.lang.String name) |
static java.lang.String |
MSNamespaceUri(java.lang.String name,
XPathNavigator currentNode) |
static double |
MSStringCompare(java.lang.String s1,
java.lang.String s2,
java.lang.String lang,
java.lang.String options) |
static java.lang.String |
MSUtc(java.lang.String dateTime) |
static java.lang.String |
NormalizeSpace(java.lang.String value) |
static java.lang.String |
OuterXml(XPathNavigator navigator) |
static double |
Round(double value) |
void |
setJCOInstance(JCObject instance) |
static boolean |
StartsWith(java.lang.String s1,
java.lang.String s2) |
static java.lang.String |
Substring(java.lang.String value,
double startIndex) |
static java.lang.String |
Substring(java.lang.String value,
double startIndex,
double length) |
static java.lang.String |
SubstringAfter(java.lang.String s1,
java.lang.String s2) |
static java.lang.String |
SubstringBefore(java.lang.String s1,
java.lang.String s2) |
static XPathItem |
SystemProperty(XmlQualifiedName name) |
static java.lang.String |
Translate(java.lang.String arg,
java.lang.String mapString,
java.lang.String transString) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XsltFunctions()
throws java.lang.Throwable
java.lang.Throwablepublic XsltFunctions(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String BaseUri(XPathNavigator navigator) throws java.lang.Throwable
java.lang.Throwablepublic static XsltFunctions cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XsltFunctions, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXsltFunctions instancejava.lang.Throwable - in case of error during cast operationpublic static boolean Contains(java.lang.String s1,
java.lang.String s2)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static boolean Lang(java.lang.String value,
XPathNavigator context)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ExternalException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static java.lang.String MSFormatDateTime(java.lang.String dateTime,
java.lang.String format,
java.lang.String lang,
boolean isDate)
throws java.lang.Throwable,
ArgumentNullException,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionpublic static java.lang.String MSLocalName(java.lang.String name)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static java.lang.String MSNamespaceUri(java.lang.String name,
XPathNavigator currentNode)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static double MSStringCompare(java.lang.String s1,
java.lang.String s2,
java.lang.String lang,
java.lang.String options)
throws java.lang.Throwable,
ArgumentNullException,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
ExternalException
java.lang.ThrowableArgumentNullExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionExternalExceptionpublic static java.lang.String MSUtc(java.lang.String dateTime)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static java.lang.String NormalizeSpace(java.lang.String value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException
public static java.lang.String OuterXml(XPathNavigator navigator) throws java.lang.Throwable, NotSupportedException, ArgumentException, OutOfMemoryException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, InvalidOperationException
public static double Round(double value)
throws java.lang.Throwable,
NotSupportedException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static boolean StartsWith(java.lang.String s1,
java.lang.String s2)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
public static java.lang.String Substring(java.lang.String value,
double startIndex)
throws java.lang.Throwable,
NotSupportedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException
public static java.lang.String Substring(java.lang.String value,
double startIndex,
double length)
throws java.lang.Throwable,
NotSupportedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException
public static java.lang.String SubstringAfter(java.lang.String s1,
java.lang.String s2)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public static java.lang.String SubstringBefore(java.lang.String s1,
java.lang.String s2)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public static XPathItem SystemProperty(XmlQualifiedName name) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static java.lang.String Translate(java.lang.String arg,
java.lang.String mapString,
java.lang.String transString)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException