Package system.xml.xsl.runtime
Class XsltFunctions
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.xsl.runtime.XsltFunctions
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XsltFunctions extends NetObject
The base .NET class managing System.Xml.Xsl.Runtime.XsltFunctions, System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Data.SqlXmlstatic java.lang.StringclassNameQualified class name: System.Xml.Xsl.Runtime.XsltFunctionsstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XsltFunctions()XsltFunctions(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringBaseUri(XPathNavigator navigator)static XsltFunctionscast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXsltFunctions, a cast assert is made to check if types are compatible.static booleanContains(java.lang.String s1, java.lang.String s2)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic booleanLang(java.lang.String value, XPathNavigator context)static java.lang.StringMSFormatDateTime(java.lang.String dateTime, java.lang.String format, java.lang.String lang, boolean isDate)static java.lang.StringMSLocalName(java.lang.String name)static java.lang.StringMSNamespaceUri(java.lang.String name, XPathNavigator currentNode)static doubleMSStringCompare(java.lang.String s1, java.lang.String s2, java.lang.String lang, java.lang.String options)static java.lang.StringMSUtc(java.lang.String dateTime)static java.lang.StringNormalizeSpace(java.lang.String value)static java.lang.StringOuterXml(XPathNavigator navigator)static doubleRound(double value)voidsetJCOInstance(JCObject instance)static booleanStartsWith(java.lang.String s1, java.lang.String s2)static java.lang.StringSubstring(java.lang.String value, double startIndex)static java.lang.StringSubstring(java.lang.String value, double startIndex, double length)static java.lang.StringSubstringAfter(java.lang.String s1, java.lang.String s2)static java.lang.StringSubstringBefore(java.lang.String s1, java.lang.String s2)static XPathItemSystemProperty(XmlQualifiedName name)static java.lang.StringTranslate(java.lang.String arg, java.lang.String mapString, java.lang.String transString)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data.SqlXml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.Xsl.Runtime.XsltFunctions- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XsltFunctions cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXsltFunctions, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XsltFunctionsinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Contains
public static boolean Contains(java.lang.String s1, java.lang.String s2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException
-
Lang
public static boolean Lang(java.lang.String value, XPathNavigator context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
StartsWith
public static boolean StartsWith(java.lang.String s1, java.lang.String s2) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MSStringCompare
public static double MSStringCompare(java.lang.String s1, java.lang.String s2, java.lang.String lang, java.lang.String options) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatException
-
Round
public static double Round(double value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
BaseUri
public static java.lang.String BaseUri(XPathNavigator navigator) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MSFormatDateTime
public static java.lang.String MSFormatDateTime(java.lang.String dateTime, java.lang.String format, java.lang.String lang, boolean isDate) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatException
-
MSLocalName
public static java.lang.String MSLocalName(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
MSNamespaceUri
public static java.lang.String MSNamespaceUri(java.lang.String name, XPathNavigator currentNode) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
MSUtc
public static java.lang.String MSUtc(java.lang.String dateTime) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
NormalizeSpace
public static java.lang.String NormalizeSpace(java.lang.String value) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException
-
OuterXml
public static java.lang.String OuterXml(XPathNavigator navigator) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, MissingManifestResourceException, XmlException, NotImplementedException, NotSupportedException, ArgumentException
-
Substring
public static java.lang.String Substring(java.lang.String value, double startIndex) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
Substring
public static java.lang.String Substring(java.lang.String value, double startIndex, double length) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
SubstringAfter
public static java.lang.String SubstringAfter(java.lang.String s1, java.lang.String s2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException
-
SubstringBefore
public static java.lang.String SubstringBefore(java.lang.String s1, java.lang.String s2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException
-
Translate
public static java.lang.String Translate(java.lang.String arg, java.lang.String mapString, java.lang.String transString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatException
-
SystemProperty
public static XPathItem SystemProperty(XmlQualifiedName name) throws java.lang.Throwable, ArgumentNullException, NotImplementedException
- Throws:
java.lang.ThrowableArgumentNullExceptionNotImplementedException
-
-