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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Xsl.Runtime.XmlQueryRuntime
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.Runtime.XmlQueryRuntimestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlQueryRuntime()
XmlQueryRuntime(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AddNewIndex(XPathNavigator context, int indexId, XmlILIndex index)
static XmlQueryRuntime
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlQueryRuntime
, a cast assert is made to check if types are compatible.NetObject
ChangeTypeXsltArgument(int indexType, NetObject value, NetType destinationType)
NetObject
ChangeTypeXsltResult(int indexType, NetObject value)
int
ComparePosition(XPathNavigator navigatorThis, XPathNavigator navigatorThat)
XmlCollation
CreateCollation(java.lang.String collation)
java.lang.String[]
DebugGetGlobalNames()
IList
DebugGetGlobalValue(java.lang.String name)
NetObject
DebugGetXsltValue(IList seq)
void
DebugSetGlobalValue(java.lang.String name, NetObject value)
boolean
EarlyBoundFunctionExists(java.lang.String name, java.lang.String namespaceUri)
XPathNavigator
EndRtfConstruction(JCORefOut<XmlQueryOutput> output)
boolean
FindIndex(XPathNavigator context, int indexId, JCORefOut<XmlILIndex> index)
java.lang.String
GenerateId(XPathNavigator navigator)
java.lang.String
GetAtomizedName(int index)
XmlCollation
GetCollation(int index)
NetObject
GetEarlyBoundObject(int index)
XmlQueryContext
getExternalContext()
NetObject
GetGlobalValue(int index)
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 TypeXmlNavigatorFilter
GetNameFilter(int index)
XmlNameTable
getNameTable()
XmlQueryOutput
getOutput()
XmlNavigatorFilter
GetTypeFilter(XPathNodeType nodeType)
XsltLibrary
getXsltFunctions()
boolean
IsGlobalComputed(int index)
boolean
IsQNameEqual(XPathNavigator navigator, int indexLocalName, int indexNamespaceUri)
boolean
IsQNameEqual(XPathNavigator n1, XPathNavigator n2)
boolean
MatchesXmlType(XPathItem item, int indexType)
boolean
MatchesXmlType(XPathItem item, XmlTypeCode code)
static int
OnCurrentNodeChanged(XPathNavigator currentNode)
XmlQualifiedName
ParseTagName(java.lang.String tagName, int indexPrefixMappings)
XmlQualifiedName
ParseTagName(java.lang.String tagName, java.lang.String ns)
void
SendMessage(java.lang.String message)
void
SetGlobalValue(int index, NetObject value)
void
setJCOInstance(JCObject instance)
void
StartRtfConstruction(java.lang.String baseUri, JCORefOut<XmlQueryOutput> output)
void
StartSequenceConstruction(JCORefOut<XmlQueryOutput> output)
XPathNavigator
TextRtfConstruction(java.lang.String text, java.lang.String baseUri)
void
ThrowException(java.lang.String text)
-
-
-
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.Runtime.XmlQueryRuntime- 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 XmlQueryRuntime cast(IJCOBridgeReflected from) throws java.lang.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:
java.lang.Throwable
- in case of error during cast operation
-
EarlyBoundFunctionExists
public boolean EarlyBoundFunctionExists(java.lang.String name, java.lang.String namespaceUri) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException
-
FindIndex
public boolean FindIndex(XPathNavigator context, int indexId, JCORefOut<XmlILIndex> index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
IsGlobalComputed
public boolean IsGlobalComputed(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsQNameEqual
public boolean IsQNameEqual(XPathNavigator navigator, int indexLocalName, int indexNamespaceUri) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
IsQNameEqual
public boolean IsQNameEqual(XPathNavigator n1, XPathNavigator n2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
MatchesXmlType
public boolean MatchesXmlType(XPathItem item, int indexType) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
MatchesXmlType
public boolean MatchesXmlType(XPathItem item, XmlTypeCode code) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ComparePosition
public int ComparePosition(XPathNavigator navigatorThis, XPathNavigator navigatorThat) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException
-
OnCurrentNodeChanged
public static int OnCurrentNodeChanged(XPathNavigator currentNode) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DebugGetGlobalValue
public IList DebugGetGlobalValue(java.lang.String name) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
ChangeTypeXsltArgument
public NetObject ChangeTypeXsltArgument(int indexType, NetObject value, NetType destinationType) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
FormatException
OverflowException
InvalidCastException
OutOfMemoryException
ArrayTypeMismatchException
-
ChangeTypeXsltResult
public NetObject ChangeTypeXsltResult(int indexType, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, ArrayTypeMismatchException, SecurityException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
ArrayTypeMismatchException
SecurityException
OverflowException
-
DebugGetXsltValue
public NetObject DebugGetXsltValue(IList seq) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetEarlyBoundObject
public NetObject GetEarlyBoundObject(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetGlobalValue
public NetObject GetGlobalValue(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GenerateId
public java.lang.String GenerateId(XPathNavigator navigator) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArrayTypeMismatchException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, InvalidCastException, OverflowException, InvalidOperationException, FormatException, OutOfMemoryException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArrayTypeMismatchException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
RankException
InvalidCastException
OverflowException
InvalidOperationException
FormatException
OutOfMemoryException
-
GetAtomizedName
public java.lang.String GetAtomizedName(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DebugGetGlobalNames
public java.lang.String[] DebugGetGlobalNames() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ParseTagName
public XmlQualifiedName ParseTagName(java.lang.String tagName, int indexPrefixMappings) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, FormatException, XmlException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException
-
ParseTagName
public XmlQualifiedName ParseTagName(java.lang.String tagName, java.lang.String ns) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, FormatException, XmlException
-
EndRtfConstruction
public XPathNavigator EndRtfConstruction(JCORefOut<XmlQueryOutput> output) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException
-
TextRtfConstruction
public XPathNavigator TextRtfConstruction(java.lang.String text, java.lang.String baseUri) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CreateCollation
public XmlCollation CreateCollation(java.lang.String collation) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, UnreachableException, OutOfMemoryException, UriFormatException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ArgumentException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
CultureNotFoundException
UnreachableException
OutOfMemoryException
UriFormatException
ArrayTypeMismatchException
-
GetCollation
public XmlCollation GetCollation(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetNameFilter
public XmlNavigatorFilter GetNameFilter(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetTypeFilter
public XmlNavigatorFilter GetTypeFilter(XPathNodeType nodeType) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AddNewIndex
public void AddNewIndex(XPathNavigator context, int indexId, XmlILIndex index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
DebugSetGlobalValue
public void DebugSetGlobalValue(java.lang.String name, NetObject value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
SendMessage
public void SendMessage(java.lang.String message) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetGlobalValue
public void SetGlobalValue(int index, NetObject value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
StartRtfConstruction
public void StartRtfConstruction(java.lang.String baseUri, JCORefOut<XmlQueryOutput> output) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentException, NotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentException
NotSupportedException
IndexOutOfRangeException
-
StartSequenceConstruction
public void StartSequenceConstruction(JCORefOut<XmlQueryOutput> output) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentException, NotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentException
NotSupportedException
IndexOutOfRangeException
-
ThrowException
public void ThrowException(java.lang.String text) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException, OutOfMemoryException, ArrayTypeMismatchException
-
getNameTable
public XmlNameTable getNameTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getExternalContext
public XmlQueryContext getExternalContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOutput
public XmlQueryOutput getOutput() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXsltFunctions
public XsltLibrary getXsltFunctions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-