Package system.xml.xsl
Class XslCompiledTransform
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.xsl.XslCompiledTransform
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XslCompiledTransform extends NetObject
The base .NET class managing System.Xml.Xsl.XslCompiledTransform, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Xmlstatic java.lang.StringclassNameQualified class name: System.Xml.Xsl.XslCompiledTransformstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XslCompiledTransform()XslCompiledTransform(boolean enableDebug)XslCompiledTransform(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XslCompiledTransformcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXslCompiledTransform, a cast assert is made to check if types are compatible.static CompilerErrorCollectionCompileToType(XmlReader stylesheet, XsltSettings settings, XmlResolver stylesheetResolver, boolean debug, TypeBuilder typeBuilder, java.lang.String scriptAssemblyPath)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 TypeXmlWriterSettingsgetOutputSettings()TempFileCollectiongetTemporaryFiles()voidLoad(java.lang.String stylesheetUri)voidLoad(java.lang.String stylesheetUri, XsltSettings settings, XmlResolver stylesheetResolver)voidLoad(NetType compiledStylesheet)voidLoad(MethodInfo executeMethod, byte[] queryData, NetType[] earlyBoundTypes)voidLoad(MethodInfo dupParam0, JCORefOut dupParam1, NetType[] dupParam2)voidLoad(XmlReader stylesheet)voidLoad(XmlReader stylesheet, XsltSettings settings, XmlResolver stylesheetResolver)voidLoad(IXPathNavigable stylesheet)voidLoad(IXPathNavigable stylesheet, XsltSettings settings, XmlResolver stylesheetResolver)voidsetJCOInstance(JCObject instance)voidTransform(java.lang.String inputUri, java.lang.String resultsFile)voidTransform(java.lang.String inputUri, XmlWriter results)voidTransform(java.lang.String inputUri, XsltArgumentList arguments, Stream results)voidTransform(java.lang.String inputUri, XsltArgumentList arguments, TextWriter results)voidTransform(java.lang.String inputUri, XsltArgumentList arguments, XmlWriter results)voidTransform(XmlReader input, XmlWriter results)voidTransform(XmlReader input, XsltArgumentList arguments, Stream results)voidTransform(XmlReader input, XsltArgumentList arguments, TextWriter results)voidTransform(XmlReader input, XsltArgumentList arguments, XmlWriter results)voidTransform(XmlReader input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver)voidTransform(IXPathNavigable input, XmlWriter results)voidTransform(IXPathNavigable input, XsltArgumentList arguments, Stream results)voidTransform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results)voidTransform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results)voidTransform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Xml, 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.Xml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.Xsl.XslCompiledTransform- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XslCompiledTransform
public XslCompiledTransform(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XslCompiledTransform
public XslCompiledTransform() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
XslCompiledTransform
public XslCompiledTransform(boolean enableDebug) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
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 XslCompiledTransform cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXslCompiledTransform, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XslCompiledTransforminstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CompileToType
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNotSupportedExceptionMissingManifestResourceExceptionXmlExceptionSecurityExceptionXsltExceptionConfigurationErrorsExceptionNotImplementedExceptionRankExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionTypeLoadExceptionObjectDisposedException
-
Load
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionNotSupportedExceptionConfigurationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingMethodExceptionArgumentOutOfRangeExceptionFormatExceptionEndOfStreamExceptionXmlExceptionIOExceptionCultureNotFoundException
-
Load
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionNotSupportedExceptionConfigurationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingMethodExceptionArgumentOutOfRangeExceptionFormatExceptionEndOfStreamExceptionXmlExceptionIOExceptionCultureNotFoundException
-
Load
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionXmlExceptionSecurityExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundException
-
Load
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionArgumentExceptionSecurityExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundException
-
Load
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionOverflowExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionConfigurationExceptionSecurityExceptionEndOfStreamExceptionXmlExceptionIOExceptionOutOfMemoryException
-
Load
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionXmlExceptionSecurityExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundException
-
Load
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionArgumentExceptionSecurityExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundException
-
Load
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionXmlExceptionSecurityExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundException
-
Load
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionArgumentExceptionSecurityExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionNotImplementedExceptionXsltExceptionNullReferenceExceptionTypeLoadExceptionFileNotFoundException
-
Transform
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundException
-
Transform
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaException
-
Transform
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaException
-
Transform
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaException
-
Transform
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaException
-
Transform
public void Transform(XmlReader input, XmlWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
-
Transform
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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionConfigurationExceptionXmlException
-
Transform
public void Transform(XmlReader input, XsltArgumentList arguments, TextWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException, ConfigurationErrorsException, ConfigurationException, XmlException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationErrorsExceptionConfigurationExceptionXmlException
-
Transform
public void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
-
Transform
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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionXmlExceptionNotSupportedException
-
Transform
public void Transform(IXPathNavigable input, XmlWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
-
Transform
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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionConfigurationExceptionXmlException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException, ConfigurationErrorsException, ConfigurationException, XmlException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationErrorsExceptionConfigurationExceptionXmlException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
-
Transform
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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionXmlExceptionNotSupportedException
-
getTemporaryFiles
public TempFileCollection getTemporaryFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOutputSettings
public XmlWriterSettings getOutputSettings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-