public class XslCompiledTransform extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Xsl.XslCompiledTransform
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.XslCompiledTransform
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XslCompiledTransform() |
XslCompiledTransform(boolean enableDebug) |
XslCompiledTransform(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XslCompiledTransform |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XslCompiledTransform, 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
|
XmlWriterSettings |
getOutputSettings() |
void |
Load(IXPathNavigable stylesheet) |
void |
Load(IXPathNavigable stylesheet,
XsltSettings settings,
XmlResolver stylesheetResolver) |
void |
Load(MethodInfo executeMethod,
byte[] queryData,
NetType[] earlyBoundTypes) |
void |
Load(MethodInfo dupParam0,
JCORefOut dupParam1,
NetType[] dupParam2) |
void |
Load(NetType compiledStylesheet) |
void |
Load(java.lang.String stylesheetUri) |
void |
Load(java.lang.String stylesheetUri,
XsltSettings settings,
XmlResolver stylesheetResolver) |
void |
Load(XmlReader stylesheet) |
void |
Load(XmlReader stylesheet,
XsltSettings settings,
XmlResolver stylesheetResolver) |
void |
setJCOInstance(JCObject instance) |
void |
setOutputSettings(XmlWriterSettings OutputSettings) |
void |
Transform(IXPathNavigable input,
XmlWriter results) |
void |
Transform(IXPathNavigable input,
XsltArgumentList arguments,
Stream results) |
void |
Transform(IXPathNavigable input,
XsltArgumentList arguments,
TextWriter results) |
void |
Transform(IXPathNavigable input,
XsltArgumentList arguments,
XmlWriter results) |
void |
Transform(IXPathNavigable input,
XsltArgumentList arguments,
XmlWriter results,
XmlResolver documentResolver) |
void |
Transform(java.lang.String inputUri,
java.lang.String resultsFile) |
void |
Transform(java.lang.String inputUri,
XmlWriter results) |
void |
Transform(java.lang.String inputUri,
XsltArgumentList arguments,
Stream results) |
void |
Transform(java.lang.String inputUri,
XsltArgumentList arguments,
TextWriter results) |
void |
Transform(java.lang.String inputUri,
XsltArgumentList arguments,
XmlWriter results) |
void |
Transform(XmlReader input,
XmlWriter results) |
void |
Transform(XmlReader input,
XsltArgumentList arguments,
Stream results) |
void |
Transform(XmlReader input,
XsltArgumentList arguments,
TextWriter results) |
void |
Transform(XmlReader input,
XsltArgumentList arguments,
XmlWriter results) |
void |
Transform(XmlReader input,
XsltArgumentList arguments,
XmlWriter results,
XmlResolver documentResolver) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XslCompiledTransform()
throws java.lang.Throwable
java.lang.Throwablepublic XslCompiledTransform(boolean enableDebug)
throws java.lang.Throwable
java.lang.Throwablepublic XslCompiledTransform(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XslCompiledTransform cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XslCompiledTransform, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXslCompiledTransform 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 XmlWriterSettings getOutputSettings() throws java.lang.Throwable
java.lang.Throwablepublic void Load(IXPathNavigable stylesheet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, XmlException, ArgumentOutOfRangeException, NotSupportedException, KeyNotFoundException, XsltException
public void Load(IXPathNavigable stylesheet, XsltSettings settings, XmlResolver stylesheetResolver) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, XmlException, KeyNotFoundException, XsltException
public void Load(MethodInfo executeMethod, byte[] queryData, NetType[] earlyBoundTypes) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, IOException, IndexOutOfRangeException, OutOfMemoryException, XmlException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionIOExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionXmlExceptionCultureNotFoundExceptionpublic void Load(MethodInfo dupParam0, JCORefOut dupParam1, NetType[] dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, IOException, IndexOutOfRangeException, OutOfMemoryException, XmlException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionIOExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionXmlExceptionCultureNotFoundExceptionpublic void Load(NetType compiledStylesheet) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, FormatException, OverflowException, IOException, OutOfMemoryException, XmlException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionFormatExceptionOverflowExceptionIOExceptionOutOfMemoryExceptionXmlExceptionCultureNotFoundExceptionpublic void Load(java.lang.String stylesheetUri)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
OutOfMemoryException,
XmlException,
KeyNotFoundException,
XsltException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionXmlExceptionKeyNotFoundExceptionXsltExceptionpublic void Load(java.lang.String stylesheetUri,
XsltSettings settings,
XmlResolver stylesheetResolver)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
OutOfMemoryException,
XmlException,
KeyNotFoundException,
XsltException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionXmlExceptionKeyNotFoundExceptionXsltExceptionpublic void Load(XmlReader stylesheet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, XmlException, ArgumentOutOfRangeException, NotSupportedException, KeyNotFoundException, XsltException
public void Load(XmlReader stylesheet, XsltSettings settings, XmlResolver stylesheetResolver) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, XmlException, KeyNotFoundException, XsltException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setOutputSettings(XmlWriterSettings OutputSettings) throws java.lang.Throwable
java.lang.Throwablepublic void Transform(IXPathNavigable input, XmlWriter results) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XmlException
public void Transform(IXPathNavigable input, XsltArgumentList arguments, Stream results) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, IndexOutOfRangeException, UnreachableException, OutOfMemoryException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionXmlExceptionpublic void Transform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, OutOfMemoryException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionUnreachableExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionXmlExceptionpublic void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XmlException
public void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XmlException
public void Transform(java.lang.String inputUri,
java.lang.String resultsFile)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
XmlException,
CultureNotFoundException,
IndexOutOfRangeException,
UriFormatException,
UnreachableException,
NotImplementedException,
TaskSchedulerException,
TaskCanceledException,
AggregateException,
IOException,
SerializationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXmlExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionUnreachableExceptionNotImplementedExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIOExceptionSerializationExceptionpublic void Transform(java.lang.String inputUri,
XmlWriter results)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
XmlException,
CultureNotFoundException,
IndexOutOfRangeException,
UriFormatException,
UnreachableException,
NotImplementedException,
TaskSchedulerException,
TaskCanceledException,
AggregateException,
IOException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXmlExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionUnreachableExceptionNotImplementedExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIOExceptionpublic void Transform(java.lang.String inputUri,
XsltArgumentList arguments,
Stream results)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
XmlException,
CultureNotFoundException,
IndexOutOfRangeException,
UriFormatException,
UnreachableException,
NotImplementedException,
TaskSchedulerException,
TaskCanceledException,
AggregateException,
IOException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXmlExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionUnreachableExceptionNotImplementedExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIOExceptionpublic void Transform(java.lang.String inputUri,
XsltArgumentList arguments,
TextWriter results)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
XmlException,
CultureNotFoundException,
IndexOutOfRangeException,
UriFormatException,
UnreachableException,
NotImplementedException,
TaskSchedulerException,
TaskCanceledException,
AggregateException,
IOException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXmlExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionUnreachableExceptionNotImplementedExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIOExceptionpublic void Transform(java.lang.String inputUri,
XsltArgumentList arguments,
XmlWriter results)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
XmlException,
CultureNotFoundException,
IndexOutOfRangeException,
UriFormatException,
UnreachableException,
NotImplementedException,
TaskSchedulerException,
TaskCanceledException,
AggregateException,
IOException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXmlExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionUnreachableExceptionNotImplementedExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIOExceptionpublic void Transform(XmlReader input, XmlWriter results) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XmlException
public void Transform(XmlReader input, XsltArgumentList arguments, Stream results) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, IndexOutOfRangeException, UnreachableException, OutOfMemoryException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionXmlExceptionpublic void Transform(XmlReader input, XsltArgumentList arguments, TextWriter results) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, OutOfMemoryException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionUnreachableExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionXmlExceptionpublic void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XmlException
public void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XmlException