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.StringassemblyFullNameFully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.ServiceModelstatic java.lang.StringclassNameQualified class name: System.ServiceModel.Dispatcher.SeekableXPathNavigatorstatic JCTypeclassTypeThe 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 SeekableXPathNavigatorcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSeekableXPathNavigator, a cast assert is made to check if types are compatible.XmlNodeOrderComparePosition(long firstPosition, long secondPosition)longgetCurrentPosition()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringGetLocalName(long nodePosition)java.lang.StringGetName(long nodePosition)java.lang.StringGetNamespace(long nodePosition)XPathNodeTypeGetNodeType(long nodePosition)java.lang.StringGetValue(long nodePosition)voidsetCurrentPosition(long CurrentPosition)voidsetJCOInstance(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.ThrowableInternal 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classXPathNavigator- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classXPathNavigator- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classXPathNavigator- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classXPathNavigator- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classXPathNavigator
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classXPathNavigator- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SeekableXPathNavigator cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSeekableXPathNavigator, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SeekableXPathNavigatorinstance- 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
-
-