public class XslTransform extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Xsl.XslTransform
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.XslTransform
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XslTransform() |
XslTransform(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XslTransform |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XslTransform, 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 |
Load(IXPathNavigable stylesheet) |
void |
Load(IXPathNavigable stylesheet,
XmlResolver resolver) |
void |
Load(IXPathNavigable stylesheet,
XmlResolver resolver,
Evidence evidence) |
void |
Load(java.lang.String url) |
void |
Load(java.lang.String url,
XmlResolver resolver) |
void |
Load(XmlReader stylesheet) |
void |
Load(XmlReader stylesheet,
XmlResolver resolver) |
void |
Load(XmlReader stylesheet,
XmlResolver resolver,
Evidence evidence) |
void |
Load(XPathNavigator stylesheet) |
void |
Load(XPathNavigator stylesheet,
XmlResolver resolver) |
void |
Load(XPathNavigator stylesheet,
XmlResolver resolver,
Evidence evidence) |
void |
setJCOInstance(JCObject instance) |
void |
setXmlResolver(XmlResolver XmlResolver) |
XmlReader |
Transform(IXPathNavigable input,
XsltArgumentList args) |
void |
Transform(IXPathNavigable input,
XsltArgumentList args,
Stream output) |
void |
Transform(IXPathNavigable input,
XsltArgumentList args,
Stream output,
XmlResolver resolver) |
void |
Transform(IXPathNavigable input,
XsltArgumentList args,
TextWriter output) |
void |
Transform(IXPathNavigable input,
XsltArgumentList args,
TextWriter output,
XmlResolver resolver) |
XmlReader |
Transform(IXPathNavigable input,
XsltArgumentList args,
XmlResolver resolver) |
void |
Transform(IXPathNavigable input,
XsltArgumentList args,
XmlWriter output) |
void |
Transform(IXPathNavigable input,
XsltArgumentList args,
XmlWriter output,
XmlResolver resolver) |
void |
Transform(java.lang.String inputfile,
java.lang.String outputfile) |
void |
Transform(java.lang.String inputfile,
java.lang.String outputfile,
XmlResolver resolver) |
XmlReader |
Transform(XPathNavigator input,
XsltArgumentList args) |
void |
Transform(XPathNavigator input,
XsltArgumentList args,
Stream output) |
void |
Transform(XPathNavigator input,
XsltArgumentList args,
Stream output,
XmlResolver resolver) |
void |
Transform(XPathNavigator input,
XsltArgumentList args,
TextWriter output) |
void |
Transform(XPathNavigator input,
XsltArgumentList args,
TextWriter output,
XmlResolver resolver) |
XmlReader |
Transform(XPathNavigator input,
XsltArgumentList args,
XmlResolver resolver) |
void |
Transform(XPathNavigator input,
XsltArgumentList args,
XmlWriter output) |
void |
Transform(XPathNavigator input,
XsltArgumentList args,
XmlWriter output,
XmlResolver resolver) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XslTransform()
throws java.lang.Throwable
java.lang.Throwablepublic XslTransform(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XslTransform cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XslTransform, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXslTransform 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 Load(IXPathNavigable stylesheet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XsltCompileException, RankException, XsltException, SecurityException, NotImplementedException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionXsltCompileExceptionRankExceptionXsltExceptionSecurityExceptionNotImplementedExceptionNullReferenceExceptionpublic void Load(IXPathNavigable stylesheet, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingManifestResourceException, IndexOutOfRangeException, XsltCompileException, RankException, ObjectDisposedException, AbandonedMutexException, XsltException, NotSupportedException, SecurityException, NotImplementedException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionXsltCompileExceptionRankExceptionObjectDisposedExceptionAbandonedMutexExceptionXsltExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionMissingMethodExceptionpublic void Load(IXPathNavigable stylesheet, XmlResolver resolver, Evidence evidence) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, FormatException, InvalidOperationException, MissingManifestResourceException, IndexOutOfRangeException, XsltCompileException, RankException, ObjectDisposedException, AbandonedMutexException, XsltException, NotSupportedException, SecurityException, NotImplementedException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionXsltCompileExceptionRankExceptionObjectDisposedExceptionAbandonedMutexExceptionXsltExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionMissingMethodExceptionpublic void Load(java.lang.String url)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
ArgumentNullException,
ArgumentOutOfRangeException,
SecurityException,
UnauthorizedAccessException,
IOException,
CultureNotFoundException,
MissingManifestResourceException,
UriFormatException,
PathTooLongException,
OutOfMemoryException,
FormatException,
OverflowException,
XmlException,
ConfigurationErrorsException,
ConfigurationException,
XsltCompileException,
RankException,
XsltException,
MissingMethodException,
XmlSyntaxException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionXmlExceptionConfigurationErrorsExceptionConfigurationExceptionXsltCompileExceptionRankExceptionXsltExceptionMissingMethodExceptionXmlSyntaxExceptionpublic void Load(java.lang.String url,
XmlResolver resolver)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
ArgumentNullException,
ArgumentOutOfRangeException,
SecurityException,
UnauthorizedAccessException,
IOException,
CultureNotFoundException,
MissingManifestResourceException,
UriFormatException,
PathTooLongException,
OutOfMemoryException,
FormatException,
OverflowException,
XmlException,
XsltCompileException,
RankException,
XsltException,
MissingMethodException,
XmlSyntaxException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionXmlExceptionXsltCompileExceptionRankExceptionXsltExceptionMissingMethodExceptionXmlSyntaxExceptionpublic void Load(XmlReader stylesheet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XsltCompileException, RankException, XsltException, SecurityException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionXsltCompileExceptionRankExceptionXsltExceptionSecurityExceptionNotImplementedExceptionpublic void Load(XmlReader stylesheet, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, InvalidOperationException, XsltCompileException, RankException, XsltException, NotSupportedException, SecurityException, NotImplementedException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionXsltCompileExceptionRankExceptionXsltExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionNullReferenceExceptionpublic void Load(XmlReader stylesheet, XmlResolver resolver, Evidence evidence) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, InvalidOperationException, XsltCompileException, RankException, XsltException, NotSupportedException, SecurityException, NotImplementedException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionXsltCompileExceptionRankExceptionXsltExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionNullReferenceExceptionpublic void Load(XPathNavigator stylesheet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XsltCompileException, RankException, XsltException, SecurityException, NotImplementedException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionXsltCompileExceptionRankExceptionXsltExceptionSecurityExceptionNotImplementedExceptionMissingMethodExceptionpublic void Load(XPathNavigator stylesheet, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingManifestResourceException, IndexOutOfRangeException, XsltCompileException, RankException, ObjectDisposedException, AbandonedMutexException, XsltException, NotSupportedException, SecurityException, NotImplementedException, TypeLoadException, MissingMethodException, TargetInvocationException, XmlSyntaxException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionXsltCompileExceptionRankExceptionObjectDisposedExceptionAbandonedMutexExceptionXsltExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionXmlSyntaxExceptionNullReferenceExceptionpublic void Load(XPathNavigator stylesheet, XmlResolver resolver, Evidence evidence) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, MissingManifestResourceException, IndexOutOfRangeException, XsltCompileException, RankException, ObjectDisposedException, AbandonedMutexException, XsltException, NotSupportedException, SecurityException, NotImplementedException, XmlSyntaxException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionXsltCompileExceptionRankExceptionObjectDisposedExceptionAbandonedMutexExceptionXsltExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionXmlSyntaxExceptionNullReferenceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable
java.lang.Throwablepublic XmlReader Transform(IXPathNavigable input, XsltArgumentList args) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException, NotImplementedException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXPathExceptionMissingMethodExceptionTargetInvocationExceptionXmlExceptionNotImplementedExceptionObjectDisposedExceptionpublic void Transform(IXPathNavigable input, XsltArgumentList args, Stream output) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException, NotImplementedException, ObjectDisposedException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXPathExceptionMissingMethodExceptionTargetInvocationExceptionXmlExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void Transform(IXPathNavigable input, XsltArgumentList args, Stream output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XPathException, NotSupportedException, MissingMethodException, XmlException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXPathExceptionNotSupportedExceptionMissingMethodExceptionXmlExceptionOutOfMemoryExceptionpublic void Transform(IXPathNavigable input, XsltArgumentList args, TextWriter output) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException, NotImplementedException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXPathExceptionMissingMethodExceptionTargetInvocationExceptionXmlExceptionNotImplementedExceptionObjectDisposedExceptionpublic void Transform(IXPathNavigable input, XsltArgumentList args, TextWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XPathException, NotSupportedException, MissingMethodException, XmlException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXPathExceptionNotSupportedExceptionMissingMethodExceptionXmlExceptionOutOfMemoryExceptionpublic XmlReader Transform(IXPathNavigable input, XsltArgumentList args, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XPathException, NotSupportedException, MissingMethodException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXPathExceptionNotSupportedExceptionMissingMethodExceptionXmlExceptionpublic void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException
public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XPathException, NotSupportedException, MissingMethodException, XmlException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXPathExceptionNotSupportedExceptionMissingMethodExceptionXmlExceptionOutOfMemoryExceptionpublic void Transform(java.lang.String inputfile,
java.lang.String outputfile)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
NotSupportedException,
ConfigurationException,
NotImplementedException,
IndexOutOfRangeException,
InvalidOperationException,
SecurityException,
XmlException,
CultureNotFoundException,
NullReferenceException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
XPathException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionNotImplementedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionXmlExceptionCultureNotFoundExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionXPathExceptionMissingMethodExceptionTargetInvocationExceptionpublic void Transform(java.lang.String inputfile,
java.lang.String outputfile,
XmlResolver resolver)
throws java.lang.Throwable,
ArgumentException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
ArgumentNullException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
XmlException,
CultureNotFoundException,
NullReferenceException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
XPathException
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentNullExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionCultureNotFoundExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionXPathExceptionpublic XmlReader Transform(XPathNavigator input, XsltArgumentList args) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException, NotImplementedException, ObjectDisposedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXPathExceptionMissingMethodExceptionTargetInvocationExceptionXmlExceptionNotImplementedExceptionObjectDisposedExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, Stream output) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException, NotImplementedException, ObjectDisposedException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXPathExceptionMissingMethodExceptionTargetInvocationExceptionXmlExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, Stream output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XPathException, NotSupportedException, XmlException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXPathExceptionNotSupportedExceptionXmlExceptionFormatExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, TextWriter output) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, XPathException, XmlException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionXPathExceptionXmlExceptionIndexOutOfRangeExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, TextWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XPathException, NotSupportedException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXPathExceptionNotSupportedExceptionXmlExceptionpublic XmlReader Transform(XPathNavigator input, XsltArgumentList args, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XPathException, NotSupportedException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXPathExceptionNotSupportedExceptionXmlExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException
public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XPathException, NotSupportedException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXPathExceptionNotSupportedExceptionXmlException