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.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.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. |
static CompilerErrorCollection |
CompileToType(XmlReader stylesheet,
XsltSettings settings,
XmlResolver stylesheetResolver,
boolean debug,
TypeBuilder typeBuilder,
java.lang.String scriptAssemblyPath) |
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() |
TempFileCollection |
getTemporaryFiles() |
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 |
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 static CompilerErrorCollection CompileToType(XmlReader stylesheet, XsltSettings settings, XmlResolver stylesheetResolver, boolean debug, TypeBuilder typeBuilder, java.lang.String scriptAssemblyPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, XmlException, SecurityException, XsltException, ConfigurationErrorsException, NotImplementedException, RankException, MissingMethodException, TargetInvocationException, OutOfMemoryException, IndexOutOfRangeException, TypeLoadException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNotSupportedExceptionMissingManifestResourceExceptionXmlExceptionSecurityExceptionXsltExceptionConfigurationErrorsExceptionNotImplementedExceptionRankExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionTypeLoadExceptionObjectDisposedExceptionpublic 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 TempFileCollection getTemporaryFiles() throws java.lang.Throwable
java.lang.Throwablepublic void Load(IXPathNavigable stylesheet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException, SecurityException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, FileNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionXmlExceptionSecurityExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundExceptionpublic void Load(IXPathNavigable stylesheet, XsltSettings settings, XmlResolver stylesheetResolver) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, ArgumentException, SecurityException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, FileNotFoundException
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionArgumentExceptionSecurityExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundExceptionpublic void Load(MethodInfo executeMethod, byte[] queryData, NetType[] earlyBoundTypes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, NotSupportedException, ConfigurationException, NotImplementedException, IndexOutOfRangeException, MissingMethodException, ArgumentOutOfRangeException, FormatException, EndOfStreamException, XmlException, IOException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionNotSupportedExceptionConfigurationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingMethodExceptionArgumentOutOfRangeExceptionFormatExceptionEndOfStreamExceptionXmlExceptionIOExceptionCultureNotFoundExceptionpublic void Load(MethodInfo dupParam0, JCORefOut dupParam1, NetType[] dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, NotSupportedException, ConfigurationException, NotImplementedException, IndexOutOfRangeException, MissingMethodException, ArgumentOutOfRangeException, FormatException, EndOfStreamException, XmlException, IOException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionNotSupportedExceptionConfigurationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingMethodExceptionArgumentOutOfRangeExceptionFormatExceptionEndOfStreamExceptionXmlExceptionIOExceptionCultureNotFoundExceptionpublic void Load(NetType compiledStylesheet) throws java.lang.Throwable, ArgumentNullException, FormatException, OverflowException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, ConfigurationException, SecurityException, EndOfStreamException, XmlException, IOException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionOverflowExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionConfigurationExceptionSecurityExceptionEndOfStreamExceptionXmlExceptionIOExceptionOutOfMemoryExceptionpublic void Load(java.lang.String stylesheetUri)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ConfigurationErrorsException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
ConfigurationException,
IndexOutOfRangeException,
FormatException,
XmlException,
SecurityException,
NotImplementedException,
XsltException,
NullReferenceException,
TypeLoadException,
FileNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionXmlExceptionSecurityExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundExceptionpublic void Load(java.lang.String stylesheetUri,
XsltSettings settings,
XmlResolver stylesheetResolver)
throws java.lang.Throwable,
ArgumentNullException,
IndexOutOfRangeException,
XmlException,
ArgumentOutOfRangeException,
ArgumentException,
SecurityException,
InvalidOperationException,
NotSupportedException,
ConfigurationErrorsException,
NotImplementedException,
XsltException,
NullReferenceException,
TypeLoadException,
FileNotFoundException
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionArgumentExceptionSecurityExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundExceptionpublic void Load(XmlReader stylesheet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException, SecurityException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, FileNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionXmlExceptionSecurityExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundExceptionpublic void Load(XmlReader stylesheet, XsltSettings settings, XmlResolver stylesheetResolver) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, ArgumentException, SecurityException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, FileNotFoundException
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionArgumentExceptionSecurityExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void Transform(IXPathNavigable input, XmlWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
public void Transform(IXPathNavigable input, XsltArgumentList arguments, Stream results) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ConfigurationErrorsException, ConfigurationException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionConfigurationExceptionXmlExceptionpublic void Transform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException, ConfigurationErrorsException, ConfigurationException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationErrorsExceptionConfigurationExceptionXmlExceptionpublic void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
public void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, XmlException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionXmlExceptionNotSupportedExceptionpublic void Transform(java.lang.String inputUri,
java.lang.String resultsFile)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
IndexOutOfRangeException,
XmlException,
ArgumentOutOfRangeException,
TaskSchedulerException,
OperationCanceledException,
AggregateException,
FormatException,
XmlSchemaException,
NullReferenceException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionpublic void Transform(java.lang.String inputUri,
XmlWriter results)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
IndexOutOfRangeException,
XmlException,
ArgumentOutOfRangeException,
TaskSchedulerException,
OperationCanceledException,
AggregateException,
FormatException,
XmlSchemaException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaExceptionpublic void Transform(java.lang.String inputUri,
XsltArgumentList arguments,
Stream results)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
IndexOutOfRangeException,
XmlException,
ArgumentOutOfRangeException,
TaskSchedulerException,
OperationCanceledException,
AggregateException,
FormatException,
XmlSchemaException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaExceptionpublic void Transform(java.lang.String inputUri,
XsltArgumentList arguments,
TextWriter results)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
IndexOutOfRangeException,
XmlException,
ArgumentOutOfRangeException,
TaskSchedulerException,
OperationCanceledException,
AggregateException,
FormatException,
XmlSchemaException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaExceptionpublic void Transform(java.lang.String inputUri,
XsltArgumentList arguments,
XmlWriter results)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
IndexOutOfRangeException,
XmlException,
ArgumentOutOfRangeException,
TaskSchedulerException,
OperationCanceledException,
AggregateException,
FormatException,
XmlSchemaException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaExceptionpublic void Transform(XmlReader input, XmlWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
public void Transform(XmlReader input, XsltArgumentList arguments, Stream results) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ConfigurationErrorsException, ConfigurationException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionConfigurationExceptionXmlExceptionpublic void Transform(XmlReader input, XsltArgumentList arguments, TextWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException, ConfigurationErrorsException, ConfigurationException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationErrorsExceptionConfigurationExceptionXmlExceptionpublic void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
public void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, XmlException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionXmlExceptionNotSupportedException