Package system.servicemodel.dispatcher
Class SeekableXPathNavigator
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.xpath.XPathItem
-
- system.xml.xpath.XPathNavigator
-
- system.servicemodel.dispatcher.SeekableXPathNavigator
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SeekableXPathNavigator extends XPathNavigator
The base .NET class managing System.ServiceModel.Dispatcher.SeekableXPathNavigator, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Dispatcher.SeekableXPathNavigator
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.ServiceModelstatic java.lang.String
className
Qualified class name: System.ServiceModel.Dispatcher.SeekableXPathNavigatorstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SeekableXPathNavigator()
SeekableXPathNavigator(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SeekableXPathNavigator
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSeekableXPathNavigator
, a cast assert is made to check if types are compatible.XmlNodeOrder
ComparePosition(long firstPosition, long secondPosition)
long
getCurrentPosition()
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 Typejava.lang.String
GetLocalName(long nodePosition)
java.lang.String
GetName(long nodePosition)
java.lang.String
GetNamespace(long nodePosition)
XPathNodeType
GetNodeType(long nodePosition)
java.lang.String
GetValue(long nodePosition)
void
setCurrentPosition(long CurrentPosition)
void
setJCOInstance(JCObject instance)
-
Methods inherited from class system.xml.xpath.XPathNavigator
AppendChild, AppendChild, AppendChild, AppendChild, AppendChildElement, CheckValidity, Clone, ComparePosition, Compile, CreateAttribute, CreateAttributes, CreateNavigator, DeleteRange, DeleteSelf, Evaluate, Evaluate, Evaluate, Evaluate, GetAttribute, getBaseURI, getCanEdit, getHasAttributes, getHasChildren, getInnerXml, getIsEmptyElement, getLocalName, getName, GetNamespace, getNamespaceURI, getNameTable, getNavigatorComparer, getNodeType, getOuterXml, getPrefix, getSchemaInfo, getUnderlyingObject, getXmlLang, InsertAfter, InsertAfter, InsertAfter, InsertAfter, InsertBefore, InsertBefore, InsertBefore, InsertBefore, InsertElementAfter, InsertElementBefore, IsDescendant, IsSamePosition, LookupNamespace, LookupPrefix, Matches, Matches, MoveTo, MoveToAttribute, MoveToChild, MoveToChild, MoveToFirst, MoveToFirstAttribute, MoveToFirstChild, MoveToFirstNamespace, MoveToFirstNamespace, MoveToFollowing, MoveToFollowing, MoveToFollowing, MoveToFollowing, MoveToId, MoveToNamespace, MoveToNext, MoveToNext, MoveToNext, MoveToNextAttribute, MoveToNextNamespace, MoveToNextNamespace, MoveToParent, MoveToPrevious, MoveToRoot, PrependChild, PrependChild, PrependChild, PrependChild, PrependChildElement, ReadSubtree, ReplaceRange, ReplaceSelf, ReplaceSelf, ReplaceSelf, Select, Select, Select, SelectAncestors, SelectAncestors, SelectChildren, SelectChildren, SelectDescendants, SelectDescendants, SelectSingleNode, SelectSingleNode, SelectSingleNode, setInnerXml, setOuterXml, SetTypedValue, SetValue, ValueAs, WriteSubtree
-
Methods inherited from class system.xml.xpath.XPathItem
getIsNode, getTypedValue, getValue, getValueAsBoolean, getValueAsDateTime, getValueAsDouble, getValueAsInt, getValueAsLong, getValueType, getXmlType, ValueAs
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.ServiceModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Dispatcher.SeekableXPathNavigator- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SeekableXPathNavigator
public SeekableXPathNavigator(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
SeekableXPathNavigator
public SeekableXPathNavigator() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
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 classXPathNavigator
- 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 classXPathNavigator
- 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 classXPathNavigator
- 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 classXPathNavigator
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classXPathNavigator
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classXPathNavigator
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SeekableXPathNavigator cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSeekableXPathNavigator
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SeekableXPathNavigator
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetLocalName
public java.lang.String GetLocalName(long nodePosition) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetName
public java.lang.String GetName(long nodePosition) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetNamespace
public java.lang.String GetNamespace(long nodePosition) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetValue
public java.lang.String GetValue(long nodePosition) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ComparePosition
public XmlNodeOrder ComparePosition(long firstPosition, long secondPosition) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetNodeType
public XPathNodeType GetNodeType(long nodePosition) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentPosition
public long getCurrentPosition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCurrentPosition
public void setCurrentPosition(long CurrentPosition) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-