public class XsltConvert extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=10.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.XsltConvert
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XsltConvert() |
XsltConvert(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XsltConvert |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XsltConvert, a cast assert is made to check if types are compatible. |
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
|
void |
setJCOInstance(JCObject instance) |
static boolean |
ToBoolean(XPathItem item) |
static DateTime |
ToDateTime(java.lang.String value) |
static Decimal |
ToDecimal(double value) |
static double |
ToDouble(Decimal value) |
static double |
ToDouble(int value) |
static double |
ToDouble(long value) |
static double |
ToDouble(java.lang.String value) |
static double |
ToDouble(XPathItem item) |
static int |
ToInt(double value) |
static long |
ToLong(double value) |
static XPathNavigator |
ToNode(XPathItem item) |
static java.lang.String |
ToString(DateTime value) |
static java.lang.String |
ToString(double value) |
static java.lang.String |
ToString(XPathItem item) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XsltConvert()
throws java.lang.Throwable
java.lang.Throwablepublic XsltConvert(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XsltConvert cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XsltConvert, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXsltConvert instancejava.lang.Throwable - in case of error during cast operationpublic 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 void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static boolean ToBoolean(XPathItem item) throws java.lang.Throwable
java.lang.Throwablepublic static DateTime ToDateTime(java.lang.String value) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidTimeZoneException, OverflowException, SecurityException
public static Decimal ToDecimal(double value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, OverflowException, IndexOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionOverflowExceptionIndexOutOfRangeExceptionpublic static double ToDouble(Decimal value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionpublic static double ToDouble(int value)
throws java.lang.Throwable
java.lang.Throwablepublic static double ToDouble(long value)
throws java.lang.Throwable
java.lang.Throwablepublic static double ToDouble(java.lang.String value)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
OverflowException
public static double ToDouble(XPathItem item) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OverflowException
public static int ToInt(double value)
throws java.lang.Throwable
java.lang.Throwablepublic static long ToLong(double value)
throws java.lang.Throwable
java.lang.Throwablepublic static XPathNavigator ToNode(XPathItem item) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, FormatException, ArgumentOutOfRangeException, ArrayTypeMismatchException
public static java.lang.String ToString(DateTime value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, InvalidOperationException, IOException, NullReferenceException, OverflowException
public static java.lang.String ToString(double value)
throws java.lang.Throwable,
NotSupportedException,
PlatformNotSupportedException,
ArgumentException,
FormatException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
RankException
public static java.lang.String ToString(XPathItem item) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentException, FormatException, ArgumentOutOfRangeException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException