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=9.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
- 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.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Private.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(IXPathNavigable stylesheet)
void
Load(IXPathNavigable stylesheet, XmlResolver resolver)
void
Load(XPathNavigator stylesheet)
void
Load(XPathNavigator stylesheet, XmlResolver resolver)
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.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.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, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException
-
Transform
public XmlReader Transform(IXPathNavigable input, XsltArgumentList args) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException
-
Transform
public XmlReader Transform(XPathNavigator input, XsltArgumentList args, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
XPathException
XmlException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
-
Transform
public XmlReader Transform(XPathNavigator input, XsltArgumentList args) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, XPathException, NotSupportedException, IndexOutOfRangeException, XmlException, RankException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
XPathException
NotSupportedException
IndexOutOfRangeException
XmlException
RankException
ArrayTypeMismatchException
InvalidCastException
-
Load
public void Load(java.lang.String url, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, CultureNotFoundException, IndexOutOfRangeException, UriFormatException, InvalidOperationException, ArgumentOutOfRangeException, UnreachableException, ObjectDisposedException, XmlException, XsltCompileException, RankException, XsltException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
CultureNotFoundException
IndexOutOfRangeException
UriFormatException
InvalidOperationException
ArgumentOutOfRangeException
UnreachableException
ObjectDisposedException
XmlException
XsltCompileException
RankException
XsltException
-
Load
public void Load(java.lang.String url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, CultureNotFoundException, IndexOutOfRangeException, UriFormatException, InvalidOperationException, ArgumentOutOfRangeException, UnreachableException, ObjectDisposedException, XmlException, XsltCompileException, RankException, XsltException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
CultureNotFoundException
IndexOutOfRangeException
UriFormatException
InvalidOperationException
ArgumentOutOfRangeException
UnreachableException
ObjectDisposedException
XmlException
XsltCompileException
RankException
XsltException
-
Load
public void Load(XmlReader stylesheet, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, XsltCompileException, XsltException
-
Load
public void Load(XmlReader stylesheet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException, XsltCompileException, XsltException
-
Load
public void Load(IXPathNavigable stylesheet, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XsltCompileException, XsltException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
OutOfMemoryException
XsltCompileException
XsltException
-
Load
public void Load(IXPathNavigable stylesheet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, XsltCompileException, XsltException
-
Load
public void Load(XPathNavigator stylesheet, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XsltCompileException, XsltException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
OutOfMemoryException
XsltCompileException
XsltException
-
Load
public void Load(XPathNavigator stylesheet) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XsltCompileException, XsltException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
OutOfMemoryException
XsltCompileException
XsltException
-
Transform
public void Transform(java.lang.String inputfile, java.lang.String outputfile, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, XmlException, SerializationException, XPathException
-
Transform
public void Transform(java.lang.String inputfile, java.lang.String outputfile) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, XmlException, SerializationException, XPathException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, Stream output, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
XPathException
IndexOutOfRangeException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, Stream output) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
XPathException
IndexOutOfRangeException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, TextWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
XPathException
IndexOutOfRangeException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, TextWriter output) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
XPathException
IndexOutOfRangeException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
XPathException
IndexOutOfRangeException
XmlException
OutOfMemoryException
-
Transform
public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
XPathException
IndexOutOfRangeException
XmlException
OutOfMemoryException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, Stream output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
XPathException
XmlException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, Stream output) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, XPathException, NotSupportedException, IndexOutOfRangeException, XmlException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
XPathException
NotSupportedException
IndexOutOfRangeException
XmlException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, TextWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
XPathException
XmlException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, TextWriter output) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
XPathException
XmlException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
XPathException
XmlException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
-
Transform
public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, XPathException, NotSupportedException, IndexOutOfRangeException, XmlException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
XPathException
NotSupportedException
IndexOutOfRangeException
XmlException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
-
setXmlResolver
public void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-