Package system.xml.xsl.runtime
Class XsltConvert
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.xsl.runtime.XsltConvert
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XsltConvert extends NetObject
The base .NET class managing System.Xml.Xsl.Runtime.XsltConvert, 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.XsltConvert
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.XsltConvertstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XsltConvert()XsltConvert(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XsltConvertcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXsltConvert, a cast assert is made to check if types are compatible.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 TypevoidsetJCOInstance(JCObject instance)static booleanToBoolean(XPathItem item)static DateTimeToDateTime(java.lang.String value)static DecimalToDecimal(double value)static doubleToDouble(int value)static doubleToDouble(long value)static doubleToDouble(java.lang.String value)static doubleToDouble(Decimal value)static doubleToDouble(XPathItem item)static intToInt(double value)static longToLong(double value)static XPathNavigatorToNode(XPathItem item)static java.lang.StringToString(double value)static java.lang.StringToString(DateTime value)static java.lang.StringToString(XPathItem item)
-
-
-
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.XsltConvert- 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 XsltConvert cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXsltConvert, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XsltConvertinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ToBoolean
public static boolean ToBoolean(XPathItem item) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToDouble
public static double ToDouble(int value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ToDouble
public static double ToDouble(long value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ToDouble
public static double ToDouble(Decimal value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToDouble
public static double ToDouble(java.lang.String value) throws java.lang.Throwable, ArgumentException- Throws:
java.lang.ThrowableArgumentException
-
ToDouble
public static double ToDouble(XPathItem item) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
ToInt
public static int ToInt(double value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ToLong
public static long ToLong(double value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ToDateTime
public static DateTime ToDateTime(java.lang.String value) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidTimeZoneException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidTimeZoneExceptionOverflowException
-
ToDecimal
public static Decimal ToDecimal(double value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToString
public static java.lang.String ToString(double value) throws java.lang.Throwable, ArgumentException- Throws:
java.lang.ThrowableArgumentException
-
ToString
public static java.lang.String ToString(DateTime value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
-
ToString
public static java.lang.String ToString(XPathItem item) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
ToNode
public static XPathNavigator ToNode(XPathItem item) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
-