Package system.xml.xsl
Class XslTransform
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.xsl.XslTransform
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XslTransform extends NetObject
The base .NET class managing System.Xml.Xsl.XslTransform, 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.XslTransform
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.String
assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Xmlstatic java.lang.String
className
Qualified class name: System.Xml.Xsl.XslTransformstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XslTransform()
XslTransform(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XslTransform
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXslTransform
, a cast assert is made to check if types are compatible.java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
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(IXPathNavigable stylesheet)
void
Load(IXPathNavigable stylesheet, XmlResolver resolver)
void
Load(IXPathNavigable 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)
void
Transform(java.lang.String inputfile, java.lang.String outputfile)
void
Transform(java.lang.String inputfile, java.lang.String outputfile, XmlResolver resolver)
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)
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)
-
-
-
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.XslTransform- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.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 java.lang.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 java.lang.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 java.lang.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 XslTransform cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXslTransform
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XslTransform
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Transform
public XmlReader Transform(IXPathNavigable input, XsltArgumentList args) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException, NotImplementedException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ConfigurationErrorsException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
InvalidOperationException
IndexOutOfRangeException
XPathException
MissingMethodException
TargetInvocationException
XmlException
NotImplementedException
ObjectDisposedException
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
XPathException
NotSupportedException
MissingMethodException
XmlException
-
Transform
public XmlReader Transform(XPathNavigator input, XsltArgumentList args) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException, NotImplementedException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ConfigurationErrorsException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
InvalidOperationException
IndexOutOfRangeException
XPathException
MissingMethodException
TargetInvocationException
XmlException
NotImplementedException
ObjectDisposedException
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
XPathException
NotSupportedException
XmlException
-
Load
public 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
- 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
-
Load
public 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
- 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
-
Load
public void Load(XmlReader stylesheet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XsltCompileException, RankException, XsltException, SecurityException, NotImplementedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ConfigurationErrorsException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
IndexOutOfRangeException
FormatException
XsltCompileException
RankException
XsltException
SecurityException
NotImplementedException
-
Load
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentException
MissingManifestResourceException
InvalidOperationException
XsltCompileException
RankException
XsltException
NotSupportedException
SecurityException
NotImplementedException
NullReferenceException
-
Load
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentException
MissingManifestResourceException
InvalidOperationException
XsltCompileException
RankException
XsltException
NotSupportedException
SecurityException
NotImplementedException
NullReferenceException
-
Load
public void Load(IXPathNavigable stylesheet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XsltCompileException, RankException, XsltException, SecurityException, NotImplementedException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ConfigurationErrorsException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
IndexOutOfRangeException
FormatException
XsltCompileException
RankException
XsltException
SecurityException
NotImplementedException
NullReferenceException
-
Load
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingManifestResourceException
IndexOutOfRangeException
XsltCompileException
RankException
ObjectDisposedException
AbandonedMutexException
XsltException
NotSupportedException
SecurityException
NotImplementedException
MissingMethodException
-
Load
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
FormatException
InvalidOperationException
MissingManifestResourceException
IndexOutOfRangeException
XsltCompileException
RankException
ObjectDisposedException
AbandonedMutexException
XsltException
NotSupportedException
SecurityException
NotImplementedException
MissingMethodException
-
Load
public void Load(XPathNavigator stylesheet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, FormatException, XsltCompileException, RankException, XsltException, SecurityException, NotImplementedException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ConfigurationErrorsException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
IndexOutOfRangeException
FormatException
XsltCompileException
RankException
XsltException
SecurityException
NotImplementedException
MissingMethodException
-
Load
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingManifestResourceException
IndexOutOfRangeException
XsltCompileException
RankException
ObjectDisposedException
AbandonedMutexException
XsltException
NotSupportedException
SecurityException
NotImplementedException
TypeLoadException
MissingMethodException
TargetInvocationException
XmlSyntaxException
NullReferenceException
-
Load
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
FormatException
MissingManifestResourceException
IndexOutOfRangeException
XsltCompileException
RankException
ObjectDisposedException
AbandonedMutexException
XsltException
NotSupportedException
SecurityException
NotImplementedException
XmlSyntaxException
NullReferenceException
-
Transform
public 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
- 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
-
Transform
public 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
- 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
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ConfigurationErrorsException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
InvalidOperationException
IndexOutOfRangeException
XPathException
MissingMethodException
TargetInvocationException
XmlException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
XPathException
NotSupportedException
MissingMethodException
XmlException
OutOfMemoryException
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ConfigurationErrorsException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
InvalidOperationException
IndexOutOfRangeException
XPathException
MissingMethodException
TargetInvocationException
XmlException
NotImplementedException
ObjectDisposedException
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
XPathException
NotSupportedException
MissingMethodException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException
-
Transform
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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
XPathException
NotSupportedException
MissingMethodException
XmlException
OutOfMemoryException
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ConfigurationErrorsException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
InvalidOperationException
IndexOutOfRangeException
XPathException
MissingMethodException
TargetInvocationException
XmlException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
XPathException
NotSupportedException
XmlException
FormatException
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
XPathException
XmlException
IndexOutOfRangeException
-
Transform
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
XPathException
NotSupportedException
XmlException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException, XPathException, MissingMethodException, TargetInvocationException, XmlException
-
Transform
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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
XPathException
NotSupportedException
XmlException
-
setXmlResolver
public void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-