public class XmlQueryRuntime extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.SqlXml
|
static java.lang.String |
className
Qualified class name: System.Xml.Xsl.Runtime.XmlQueryRuntime
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlQueryRuntime() |
XmlQueryRuntime(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddNewIndex(XPathNavigator context,
int indexId,
XmlILIndex index) |
static XmlQueryRuntime |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlQueryRuntime, 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 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
|
XmlNavigatorFilter |
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) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlQueryRuntime()
throws java.lang.Throwable
java.lang.Throwablepublic XmlQueryRuntime(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddNewIndex(XPathNavigator context, int indexId, XmlILIndex index) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic static XmlQueryRuntime cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlQueryRuntime, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlQueryRuntime instancejava.lang.Throwable - in case of error during cast operationpublic NetObject ChangeTypeXsltArgument(int indexType, NetObject value, NetType destinationType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OverflowException, InvalidCastException
public NetObject ChangeTypeXsltResult(int indexType, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, OverflowException, NotSupportedException
public int ComparePosition(XPathNavigator navigatorThis, XPathNavigator navigatorThat) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic XmlCollation CreateCollation(java.lang.String collation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException, NotSupportedException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionpublic java.lang.String[] DebugGetGlobalNames()
throws java.lang.Throwable
java.lang.Throwablepublic IList DebugGetGlobalValue(java.lang.String name) throws java.lang.Throwable
java.lang.Throwablepublic NetObject DebugGetXsltValue(IList seq) throws java.lang.Throwable
java.lang.Throwablepublic void DebugSetGlobalValue(java.lang.String name,
NetObject value)
throws java.lang.Throwable
java.lang.Throwablepublic boolean EarlyBoundFunctionExists(java.lang.String name,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException
public XPathNavigator EndRtfConstruction(JCORefOut<XmlQueryOutput> output) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException
public boolean FindIndex(XPathNavigator context, int indexId, JCORefOut<XmlILIndex> index) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic java.lang.String GenerateId(XPathNavigator navigator) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException
public java.lang.String GetAtomizedName(int index)
throws java.lang.Throwable
java.lang.Throwablepublic XmlCollation GetCollation(int index) throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetEarlyBoundObject(int index) throws java.lang.Throwable
java.lang.Throwablepublic XmlQueryContext getExternalContext() throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetGlobalValue(int index) throws java.lang.Throwable
java.lang.Throwablepublic 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 XmlNavigatorFilter GetNameFilter(int index) throws java.lang.Throwable
java.lang.Throwablepublic XmlNameTable getNameTable() throws java.lang.Throwable
java.lang.Throwablepublic XmlQueryOutput getOutput() throws java.lang.Throwable
java.lang.Throwablepublic XmlNavigatorFilter GetTypeFilter(XPathNodeType nodeType) throws java.lang.Throwable
java.lang.Throwablepublic XsltLibrary getXsltFunctions() throws java.lang.Throwable
java.lang.Throwablepublic boolean IsGlobalComputed(int index)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsQNameEqual(XPathNavigator navigator, int indexLocalName, int indexNamespaceUri) throws java.lang.Throwable
java.lang.Throwablepublic boolean IsQNameEqual(XPathNavigator n1, XPathNavigator n2) throws java.lang.Throwable
java.lang.Throwablepublic boolean MatchesXmlType(XPathItem item, int indexType) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionpublic boolean MatchesXmlType(XPathItem item, XmlTypeCode code) throws java.lang.Throwable
java.lang.Throwablepublic static int OnCurrentNodeChanged(XPathNavigator currentNode) throws java.lang.Throwable
java.lang.Throwablepublic XmlQualifiedName ParseTagName(java.lang.String tagName, int indexPrefixMappings) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, ObjectDisposedException, NullReferenceException, OutOfMemoryException
public XmlQualifiedName ParseTagName(java.lang.String tagName, java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException, NotImplementedException, NotSupportedException
public void SendMessage(java.lang.String message)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException
public void SetGlobalValue(int index,
NetObject value)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void StartRtfConstruction(java.lang.String baseUri,
JCORefOut<XmlQueryOutput> output)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic void StartSequenceConstruction(JCORefOut<XmlQueryOutput> output) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic XPathNavigator TextRtfConstruction(java.lang.String text, java.lang.String baseUri) throws java.lang.Throwable
java.lang.Throwablepublic void ThrowException(java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException