public class XslTransform extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.Xsl.XslTransform
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XslTransform() |
XslTransform(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XslTransform |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XslTransform, a cast assert is made to check if types are compatible. |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
Load(IXPathNavigable stylesheet) |
void |
Load(IXPathNavigable stylesheet,
XmlResolver resolver) |
void |
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(XPathNavigator stylesheet) |
void |
Load(XPathNavigator stylesheet,
XmlResolver resolver) |
void |
setJCOInstance(JCObject instance) |
void |
setXmlResolver(XmlResolver XmlResolver) |
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) |
void |
Transform(java.lang.String inputfile,
java.lang.String outputfile) |
void |
Transform(java.lang.String inputfile,
java.lang.String outputfile,
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) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XslTransform()
throws java.lang.Throwable
java.lang.Throwablepublic XslTransform(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XslTransform cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XslTransform, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXslTransform instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic void Load(IXPathNavigable stylesheet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XsltCompileException, XsltException
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionXsltCompileExceptionXsltExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionUnreachableExceptionObjectDisposedExceptionXmlExceptionXsltCompileExceptionRankExceptionXsltExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionUnreachableExceptionObjectDisposedExceptionXmlExceptionXsltCompileExceptionRankExceptionXsltExceptionpublic void Load(XmlReader stylesheet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, ArgumentOutOfRangeException, XsltCompileException, XsltException
public void Load(XmlReader stylesheet, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, XsltCompileException, XsltException
public void Load(XPathNavigator stylesheet) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XsltCompileException, XsltException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionXsltCompileExceptionXsltExceptionpublic void Load(XPathNavigator stylesheet, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XsltCompileException, XsltException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionXsltCompileExceptionXsltExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable
java.lang.Throwablepublic XmlReader Transform(IXPathNavigable input, XsltArgumentList args) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXPathExceptionIndexOutOfRangeExceptionXmlExceptionOutOfMemoryExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXPathExceptionIndexOutOfRangeExceptionXmlExceptionOutOfMemoryExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXPathExceptionIndexOutOfRangeExceptionXmlExceptionOutOfMemoryExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXPathExceptionIndexOutOfRangeExceptionXmlExceptionOutOfMemoryExceptionpublic XmlReader Transform(IXPathNavigable input, XsltArgumentList args, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XPathException, IndexOutOfRangeException, XmlException
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXPathExceptionIndexOutOfRangeExceptionXmlExceptionOutOfMemoryExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXPathExceptionIndexOutOfRangeExceptionXmlExceptionOutOfMemoryExceptionpublic 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
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
public XmlReader Transform(XPathNavigator input, XsltArgumentList args) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, XPathException, IndexOutOfRangeException, XmlException, RankException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionXPathExceptionIndexOutOfRangeExceptionXmlExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, Stream output) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, XPathException, IndexOutOfRangeException, XmlException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionXPathExceptionIndexOutOfRangeExceptionXmlExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, Stream output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionXPathExceptionXmlExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, TextWriter output) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionXPathExceptionXmlExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, TextWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionXPathExceptionXmlExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic XmlReader Transform(XPathNavigator input, XsltArgumentList args, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionXPathExceptionXmlExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, XPathException, IndexOutOfRangeException, XmlException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionXPathExceptionIndexOutOfRangeExceptionXmlExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionpublic void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XPathException, XmlException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionXPathExceptionXmlExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastException