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.See: https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Xsl.XslCompiledTransform
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: System.Xmlstatic String
className
Qualified class name: System.Xml.Xsl.XslCompiledTransformstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XslCompiledTransform()
XslCompiledTransform(boolean enableDebug)
XslCompiledTransform(Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XslCompiledTransform
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXslCompiledTransform
, a cast assert is made to check if types are compatible.static CompilerErrorCollection
CompileToType(XmlReader stylesheet, XsltSettings settings, XmlResolver stylesheetResolver, boolean debug, TypeBuilder typeBuilder, String scriptAssemblyPath)
String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeXmlWriterSettings
getOutputSettings()
TempFileCollection
getTemporaryFiles()
void
Load(String stylesheetUri)
void
Load(String stylesheetUri, XsltSettings settings, XmlResolver stylesheetResolver)
void
Load(NetType compiledStylesheet)
void
Load(MethodInfo executeMethod, byte[] queryData, NetType[] earlyBoundTypes)
void
Load(MethodInfo dupParam0, JCORefOut dupParam1, NetType[] dupParam2)
void
Load(XmlReader stylesheet)
void
Load(XmlReader stylesheet, XsltSettings settings, XmlResolver stylesheetResolver)
void
Load(IXPathNavigable stylesheet)
void
Load(IXPathNavigable stylesheet, XsltSettings settings, XmlResolver stylesheetResolver)
void
setJCOInstance(JCObject instance)
void
Transform(String inputUri, String resultsFile)
void
Transform(String inputUri, XmlWriter results)
void
Transform(String inputUri, XsltArgumentList arguments, Stream results)
void
Transform(String inputUri, XsltArgumentList arguments, TextWriter results)
void
Transform(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)
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)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final 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 String assemblyShortName
Assembly name: System.Xml- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Xml.Xsl.XslCompiledTransform- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XslCompiledTransform cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoXslCompiledTransform
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XslCompiledTransform
instance- Throws:
Throwable
- in case of error during cast operation
-
CompileToType
public static CompilerErrorCollection CompileToType(XmlReader stylesheet, XsltSettings settings, XmlResolver stylesheetResolver, boolean debug, TypeBuilder typeBuilder, String scriptAssemblyPath) throws 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:
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
-
Load
public void Load(MethodInfo executeMethod, byte[] queryData, NetType[] earlyBoundTypes) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, NotSupportedException, ConfigurationException, NotImplementedException, IndexOutOfRangeException, MissingMethodException, ArgumentOutOfRangeException, FormatException, EndOfStreamException, XmlException, IOException, CultureNotFoundException
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
InvalidOperationException
ObjectDisposedException
AmbiguousMatchException
ConfigurationErrorsException
KeyNotFoundException
NotSupportedException
ConfigurationException
NotImplementedException
IndexOutOfRangeException
MissingMethodException
ArgumentOutOfRangeException
FormatException
EndOfStreamException
XmlException
IOException
CultureNotFoundException
-
Load
public void Load(MethodInfo dupParam0, JCORefOut dupParam1, NetType[] dupParam2) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, NotSupportedException, ConfigurationException, NotImplementedException, IndexOutOfRangeException, MissingMethodException, ArgumentOutOfRangeException, FormatException, EndOfStreamException, XmlException, IOException, CultureNotFoundException
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
InvalidOperationException
ObjectDisposedException
AmbiguousMatchException
ConfigurationErrorsException
KeyNotFoundException
NotSupportedException
ConfigurationException
NotImplementedException
IndexOutOfRangeException
MissingMethodException
ArgumentOutOfRangeException
FormatException
EndOfStreamException
XmlException
IOException
CultureNotFoundException
-
Load
public void Load(String stylesheetUri) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException, SecurityException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, OutOfMemoryException, FileNotFoundException
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ConfigurationErrorsException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
IndexOutOfRangeException
FormatException
XmlException
SecurityException
NotImplementedException
XsltException
NullReferenceException
TypeLoadException
OutOfMemoryException
FileNotFoundException
-
Load
public void Load(String stylesheetUri, XsltSettings settings, XmlResolver stylesheetResolver) throws Throwable, ArgumentNullException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, ArgumentException, SecurityException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, OutOfMemoryException, FileNotFoundException
- Throws:
Throwable
ArgumentNullException
IndexOutOfRangeException
XmlException
ArgumentOutOfRangeException
ArgumentException
SecurityException
InvalidOperationException
NotSupportedException
ConfigurationErrorsException
NotImplementedException
XsltException
NullReferenceException
TypeLoadException
OutOfMemoryException
FileNotFoundException
-
Load
public void Load(NetType compiledStylesheet) throws Throwable, ArgumentNullException, FormatException, OverflowException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, ConfigurationException, SecurityException, EndOfStreamException, XmlException, IOException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
FormatException
OverflowException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
AmbiguousMatchException
ConfigurationErrorsException
KeyNotFoundException
ConfigurationException
SecurityException
EndOfStreamException
XmlException
IOException
OutOfMemoryException
-
Load
public void Load(XmlReader stylesheet) throws Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException, SecurityException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, OutOfMemoryException, FileNotFoundException
- Throws:
Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ConfigurationErrorsException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
IndexOutOfRangeException
FormatException
XmlException
SecurityException
NotImplementedException
XsltException
NullReferenceException
TypeLoadException
OutOfMemoryException
FileNotFoundException
-
Load
public void Load(XmlReader stylesheet, XsltSettings settings, XmlResolver stylesheetResolver) throws Throwable, ArgumentNullException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, ArgumentException, SecurityException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, OutOfMemoryException, FileNotFoundException
- Throws:
Throwable
ArgumentNullException
IndexOutOfRangeException
XmlException
ArgumentOutOfRangeException
ArgumentException
SecurityException
InvalidOperationException
NotSupportedException
ConfigurationErrorsException
NotImplementedException
XsltException
NullReferenceException
TypeLoadException
OutOfMemoryException
FileNotFoundException
-
Load
public void Load(IXPathNavigable stylesheet) throws Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException, SecurityException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, OutOfMemoryException, FileNotFoundException
- Throws:
Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ConfigurationErrorsException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
IndexOutOfRangeException
FormatException
XmlException
SecurityException
NotImplementedException
XsltException
NullReferenceException
TypeLoadException
OutOfMemoryException
FileNotFoundException
-
Load
public void Load(IXPathNavigable stylesheet, XsltSettings settings, XmlResolver stylesheetResolver) throws Throwable, ArgumentNullException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, ArgumentException, SecurityException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, NotImplementedException, XsltException, NullReferenceException, TypeLoadException, OutOfMemoryException, FileNotFoundException
- Throws:
Throwable
ArgumentNullException
IndexOutOfRangeException
XmlException
ArgumentOutOfRangeException
ArgumentException
SecurityException
InvalidOperationException
NotSupportedException
ConfigurationErrorsException
NotImplementedException
XsltException
NullReferenceException
TypeLoadException
OutOfMemoryException
FileNotFoundException
-
Transform
public void Transform(String inputUri, String resultsFile) throws 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:
Throwable
ArgumentNullException
InvalidOperationException
SecurityException
UnauthorizedAccessException
IOException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
XmlException
ArgumentOutOfRangeException
TaskSchedulerException
OperationCanceledException
AggregateException
FormatException
XmlSchemaException
NullReferenceException
FileNotFoundException
DirectoryNotFoundException
PathTooLongException
DriveNotFoundException
-
Transform
public void Transform(String inputUri, XmlWriter results) throws Throwable, ArgumentNullException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, TaskSchedulerException, OperationCanceledException, AggregateException, FormatException, XmlSchemaException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
SecurityException
UnauthorizedAccessException
IOException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
XmlException
ArgumentOutOfRangeException
TaskSchedulerException
OperationCanceledException
AggregateException
FormatException
XmlSchemaException
-
Transform
public void Transform(String inputUri, XsltArgumentList arguments, Stream results) throws Throwable, ArgumentNullException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, TaskSchedulerException, OperationCanceledException, AggregateException, FormatException, XmlSchemaException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
SecurityException
UnauthorizedAccessException
IOException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
XmlException
ArgumentOutOfRangeException
TaskSchedulerException
OperationCanceledException
AggregateException
FormatException
XmlSchemaException
-
Transform
public void Transform(String inputUri, XsltArgumentList arguments, TextWriter results) throws Throwable, ArgumentNullException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, TaskSchedulerException, OperationCanceledException, AggregateException, FormatException, XmlSchemaException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
SecurityException
UnauthorizedAccessException
IOException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
XmlException
ArgumentOutOfRangeException
TaskSchedulerException
OperationCanceledException
AggregateException
FormatException
XmlSchemaException
-
Transform
public void Transform(String inputUri, XsltArgumentList arguments, XmlWriter results) throws Throwable, ArgumentNullException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, TaskSchedulerException, OperationCanceledException, AggregateException, FormatException, XmlSchemaException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
SecurityException
UnauthorizedAccessException
IOException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
XmlException
ArgumentOutOfRangeException
TaskSchedulerException
OperationCanceledException
AggregateException
FormatException
XmlSchemaException
-
Transform
public void Transform(XmlReader input, XmlWriter results) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
-
Transform
public void Transform(XmlReader input, XsltArgumentList arguments, Stream results) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ConfigurationErrorsException, ConfigurationException, XmlException
- Throws:
Throwable
ArgumentNullException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
ArgumentException
InvalidOperationException
NotSupportedException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ConfigurationErrorsException
ConfigurationException
XmlException
-
Transform
public void Transform(XmlReader input, XsltArgumentList arguments, TextWriter results) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException, ConfigurationErrorsException, ConfigurationException, XmlException
- Throws:
Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
InvalidOperationException
ConfigurationErrorsException
ConfigurationException
XmlException
-
Transform
public void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results) throws 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 Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, XmlException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
XmlException
NotSupportedException
-
Transform
public void Transform(IXPathNavigable input, XmlWriter results) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XmlException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList arguments, Stream results) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ConfigurationErrorsException, ConfigurationException, XmlException
- Throws:
Throwable
ArgumentNullException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
ArgumentException
InvalidOperationException
NotSupportedException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ConfigurationErrorsException
ConfigurationException
XmlException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException, ConfigurationErrorsException, ConfigurationException, XmlException
- Throws:
Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
InvalidOperationException
ConfigurationErrorsException
ConfigurationException
XmlException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results) throws 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 Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, XmlException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
XmlException
NotSupportedException
-
getTemporaryFiles
public TempFileCollection getTemporaryFiles() throws Throwable
- Throws:
Throwable
-
getOutputSettings
public XmlWriterSettings getOutputSettings() throws Throwable
- Throws:
Throwable
-
-