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.Private.Xml, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..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
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static String
assemblyShortName
Assembly name: System.Private.Xmlstatic String
className
Qualified class name: System.Xml.Xsl.XslTransformstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XslTransform()
XslTransform(Object instance)
Internal constructor.
-
Method Summary
-
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.Private.Xml, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Private.Xml- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Xml.Xsl.XslTransform- 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 XslTransform cast(IJCOBridgeReflected from) throws 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:
Throwable
- in case of error during cast operation
-
Transform
public XmlReader Transform(IXPathNavigable input, XsltArgumentList args, XmlResolver resolver) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, XPathException, XmlException
-
Transform
public XmlReader Transform(IXPathNavigable input, XsltArgumentList args) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, XPathException, XmlException
-
Transform
public XmlReader Transform(XPathNavigator input, XsltArgumentList args, XmlResolver resolver) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, XPathException, PlatformNotSupportedException, XmlException, RankException, ArrayTypeMismatchException
-
Transform
public XmlReader Transform(XPathNavigator input, XsltArgumentList args) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, CultureNotFoundException, ObjectDisposedException, ArgumentOutOfRangeException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
Load
public void Load(String url, XmlResolver resolver) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, FormatException, XmlException, XsltCompileException, RankException, IndexOutOfRangeException, XsltException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
OutOfMemoryException
FormatException
XmlException
XsltCompileException
RankException
IndexOutOfRangeException
XsltException
-
Load
public void Load(String url) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, FormatException, XmlException, XsltCompileException, RankException, IndexOutOfRangeException, XsltException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
OutOfMemoryException
FormatException
XmlException
XsltCompileException
RankException
IndexOutOfRangeException
XsltException
-
Load
public void Load(XmlReader stylesheet, XmlResolver resolver) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, XsltCompileException, XsltException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
FormatException
XsltCompileException
XsltException
-
Load
public void Load(XmlReader stylesheet) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, XsltCompileException, XsltException
-
Load
public void Load(IXPathNavigable stylesheet, XmlResolver resolver) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, XsltCompileException, XsltException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
FormatException
XsltCompileException
XsltException
-
Load
public void Load(IXPathNavigable stylesheet) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, XsltCompileException, XsltException
-
Load
public void Load(XPathNavigator stylesheet, XmlResolver resolver) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, XsltCompileException, RankException, XsltException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
FormatException
XsltCompileException
RankException
XsltException
-
Load
public void Load(XPathNavigator stylesheet) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, XsltCompileException, XsltException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
FormatException
XsltCompileException
XsltException
-
Transform
public void Transform(String inputfile, String outputfile, XmlResolver resolver) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, XmlException, SerializationException, XPathException, IndexOutOfRangeException
-
Transform
public void Transform(String inputfile, String outputfile) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, XmlException, SerializationException, XPathException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, Stream output, XmlResolver resolver) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, XPathException, XmlException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
XPathException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, Stream output) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, XPathException, XmlException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
XPathException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, TextWriter output, XmlResolver resolver) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, XPathException, XmlException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
XPathException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, TextWriter output) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, XPathException, XmlException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
XPathException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, XPathException, XmlException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
XPathException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, XPathException, XmlException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
XPathException
XmlException
OutOfMemoryException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, Stream output, XmlResolver resolver) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, XPathException, PlatformNotSupportedException, XmlException, RankException, ArrayTypeMismatchException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, Stream output) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, CultureNotFoundException, ObjectDisposedException, ArgumentOutOfRangeException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
CultureNotFoundException
ObjectDisposedException
ArgumentOutOfRangeException
XPathException
XmlException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OutOfMemoryException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, TextWriter output, XmlResolver resolver) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, XPathException, PlatformNotSupportedException, XmlException, RankException, ArrayTypeMismatchException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, TextWriter output) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, XPathException, XmlException, RankException, ArrayTypeMismatchException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, XPathException, PlatformNotSupportedException, XmlException, RankException, ArrayTypeMismatchException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, CultureNotFoundException, ObjectDisposedException, ArgumentOutOfRangeException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
CultureNotFoundException
ObjectDisposedException
ArgumentOutOfRangeException
XPathException
XmlException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OutOfMemoryException
-
setXmlResolver
public void setXmlResolver(XmlResolver XmlResolver) throws Throwable
- Throws:
Throwable
-
-