Package system.xml.xsl.runtime
Class XmlQueryRuntime
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.xsl.runtime.XmlQueryRuntime
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlQueryRuntime extends NetObject
The base .NET class managing System.Xml.Xsl.Runtime.XmlQueryRuntime, System.Private.Xml, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51.See: https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Xsl.Runtime.XmlQueryRuntime
-
-
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.Runtime.XmlQueryRuntimestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlQueryRuntime()
XmlQueryRuntime(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.Runtime.XmlQueryRuntime- 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 XmlQueryRuntime cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlQueryRuntime
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlQueryRuntime
instance- Throws:
Throwable
- in case of error during cast operation
-
EarlyBoundFunctionExists
public boolean EarlyBoundFunctionExists(String name, String namespaceUri) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, CultureNotFoundException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException
-
FindIndex
public boolean FindIndex(XPathNavigator context, int indexId, JCORefOut<XmlILIndex> index) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
IsQNameEqual
public boolean IsQNameEqual(XPathNavigator navigator, int indexLocalName, int indexNamespaceUri) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException
-
IsQNameEqual
public boolean IsQNameEqual(XPathNavigator n1, XPathNavigator n2) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException
-
MatchesXmlType
public boolean MatchesXmlType(XPathItem item, int indexType) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException
-
MatchesXmlType
public boolean MatchesXmlType(XPathItem item, XmlTypeCode code) throws Throwable
- Throws:
Throwable
-
ComparePosition
public int ComparePosition(XPathNavigator navigatorThis, XPathNavigator navigatorThat) throws Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException
-
OnCurrentNodeChanged
public static int OnCurrentNodeChanged(XPathNavigator currentNode) throws Throwable
- Throws:
Throwable
-
DebugGetGlobalValue
public IList DebugGetGlobalValue(String name) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException
-
ChangeTypeXsltArgument
public NetObject ChangeTypeXsltArgument(int indexType, NetObject value, NetType destinationType) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, FormatException, OverflowException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
-
ChangeTypeXsltResult
public NetObject ChangeTypeXsltResult(int indexType, NetObject value) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, OverflowException
-
GetEarlyBoundObject
public NetObject GetEarlyBoundObject(int index) throws Throwable
- Throws:
Throwable
-
GenerateId
public String GenerateId(XPathNavigator navigator) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, FormatException, OutOfMemoryException
-
ParseTagName
public XmlQualifiedName ParseTagName(String tagName, int indexPrefixMappings) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, InvalidOperationException, FormatException, XmlException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException
-
ParseTagName
public XmlQualifiedName ParseTagName(String tagName, String ns) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, FormatException, XmlException
-
EndRtfConstruction
public XPathNavigator EndRtfConstruction(JCORefOut<XmlQueryOutput> output) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, PlatformNotSupportedException, OutOfMemoryException
-
TextRtfConstruction
public XPathNavigator TextRtfConstruction(String text, String baseUri) throws Throwable
- Throws:
Throwable
-
CreateCollation
public XmlCollation CreateCollation(String collation) throws Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, UriFormatException, ArrayTypeMismatchException, CultureNotFoundException, OutOfMemoryException
-
GetCollation
public XmlCollation GetCollation(int index) throws Throwable
- Throws:
Throwable
-
GetNameFilter
public XmlNavigatorFilter GetNameFilter(int index) throws Throwable
- Throws:
Throwable
-
GetTypeFilter
public XmlNavigatorFilter GetTypeFilter(XPathNodeType nodeType) throws Throwable
- Throws:
Throwable
-
AddNewIndex
public void AddNewIndex(XPathNavigator context, int indexId, XmlILIndex index) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
DebugSetGlobalValue
public void DebugSetGlobalValue(String name, NetObject value) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException
-
SetGlobalValue
public void SetGlobalValue(int index, NetObject value) throws Throwable
- Throws:
Throwable
-
StartRtfConstruction
public void StartRtfConstruction(String baseUri, JCORefOut<XmlQueryOutput> output) throws Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentException
-
StartSequenceConstruction
public void StartSequenceConstruction(JCORefOut<XmlQueryOutput> output) throws Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentException
-
ThrowException
public void ThrowException(String text) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, ArrayTypeMismatchException, IndexOutOfRangeException
-
getNameTable
public XmlNameTable getNameTable() throws Throwable
- Throws:
Throwable
-
getExternalContext
public XmlQueryContext getExternalContext() throws Throwable
- Throws:
Throwable
-
getOutput
public XmlQueryOutput getOutput() throws Throwable
- Throws:
Throwable
-
getXsltFunctions
public XsltLibrary getXsltFunctions() throws Throwable
- Throws:
Throwable
-
-