Package system.xml.xpath
Class XPathNavigator
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.xpath.XPathItem
-
- system.xml.xpath.XPathNavigator
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XPathNavigator extends XPathItem
The base .NET class managing System.Xml.XPath.XPathNavigator, System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XPath.XPathNavigator
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=8.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.XPath.XPathNavigatorstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XPathNavigator()
XPathNavigator(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlWriter
AppendChild()
void
AppendChild(java.lang.String newChild)
void
AppendChild(XmlReader newChild)
void
AppendChild(XPathNavigator newChild)
void
AppendChildElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)
static XPathNavigator
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXPathNavigator
, a cast assert is made to check if types are compatible.boolean
CheckValidity(XmlSchemaSet schemas, ValidationEventHandler validationEventHandler)
XPathNavigator
Clone()
XmlNodeOrder
ComparePosition(XPathNavigator nav)
XPathExpression
Compile(java.lang.String xpath)
void
CreateAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)
XmlWriter
CreateAttributes()
XPathNavigator
CreateNavigator()
void
DeleteRange(XPathNavigator lastSiblingToDelete)
void
DeleteSelf()
NetObject
Evaluate(java.lang.String xpath)
NetObject
Evaluate(java.lang.String xpath, IXmlNamespaceResolver resolver)
NetObject
Evaluate(XPathExpression expr)
NetObject
Evaluate(XPathExpression expr, XPathNodeIterator context)
java.lang.String
GetAttribute(java.lang.String localName, java.lang.String namespaceURI)
java.lang.String
getBaseURI()
boolean
getCanEdit()
boolean
getHasAttributes()
boolean
getHasChildren()
java.lang.String
getInnerXml()
boolean
getIsEmptyElement()
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()
java.lang.String
getName()
java.lang.String
GetNamespace(java.lang.String name)
java.lang.String
getNamespaceURI()
XmlNameTable
getNameTable()
static IEqualityComparer
getNavigatorComparer()
XPathNodeType
getNodeType()
java.lang.String
getOuterXml()
java.lang.String
getPrefix()
IXmlSchemaInfo
getSchemaInfo()
NetObject
getUnderlyingObject()
java.lang.String
getXmlLang()
XmlWriter
InsertAfter()
void
InsertAfter(java.lang.String newSibling)
void
InsertAfter(XmlReader newSibling)
void
InsertAfter(XPathNavigator newSibling)
XmlWriter
InsertBefore()
void
InsertBefore(java.lang.String newSibling)
void
InsertBefore(XmlReader newSibling)
void
InsertBefore(XPathNavigator newSibling)
void
InsertElementAfter(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)
void
InsertElementBefore(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)
boolean
IsDescendant(XPathNavigator nav)
boolean
IsSamePosition(XPathNavigator other)
java.lang.String
LookupNamespace(java.lang.String prefix)
java.lang.String
LookupPrefix(java.lang.String namespaceURI)
boolean
Matches(java.lang.String xpath)
boolean
Matches(XPathExpression expr)
boolean
MoveTo(XPathNavigator other)
boolean
MoveToAttribute(java.lang.String localName, java.lang.String namespaceURI)
boolean
MoveToChild(java.lang.String localName, java.lang.String namespaceURI)
boolean
MoveToChild(XPathNodeType type)
boolean
MoveToFirst()
boolean
MoveToFirstAttribute()
boolean
MoveToFirstChild()
boolean
MoveToFirstNamespace()
boolean
MoveToFirstNamespace(XPathNamespaceScope namespaceScope)
boolean
MoveToFollowing(java.lang.String localName, java.lang.String namespaceURI)
boolean
MoveToFollowing(java.lang.String localName, java.lang.String namespaceURI, XPathNavigator end)
boolean
MoveToFollowing(XPathNodeType type)
boolean
MoveToFollowing(XPathNodeType type, XPathNavigator end)
boolean
MoveToId(java.lang.String id)
boolean
MoveToNamespace(java.lang.String name)
boolean
MoveToNext()
boolean
MoveToNext(java.lang.String localName, java.lang.String namespaceURI)
boolean
MoveToNext(XPathNodeType type)
boolean
MoveToNextAttribute()
boolean
MoveToNextNamespace()
boolean
MoveToNextNamespace(XPathNamespaceScope namespaceScope)
boolean
MoveToParent()
boolean
MoveToPrevious()
void
MoveToRoot()
XmlWriter
PrependChild()
void
PrependChild(java.lang.String newChild)
void
PrependChild(XmlReader newChild)
void
PrependChild(XPathNavigator newChild)
void
PrependChildElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)
XmlReader
ReadSubtree()
XmlWriter
ReplaceRange(XPathNavigator lastSiblingToReplace)
void
ReplaceSelf(java.lang.String newNode)
void
ReplaceSelf(XmlReader newNode)
void
ReplaceSelf(XPathNavigator newNode)
XPathNodeIterator
Select(java.lang.String xpath)
XPathNodeIterator
Select(java.lang.String xpath, IXmlNamespaceResolver resolver)
XPathNodeIterator
Select(XPathExpression expr)
XPathNodeIterator
SelectAncestors(java.lang.String name, java.lang.String namespaceURI, boolean matchSelf)
XPathNodeIterator
SelectAncestors(XPathNodeType type, boolean matchSelf)
XPathNodeIterator
SelectChildren(java.lang.String name, java.lang.String namespaceURI)
XPathNodeIterator
SelectChildren(XPathNodeType type)
XPathNodeIterator
SelectDescendants(java.lang.String name, java.lang.String namespaceURI, boolean matchSelf)
XPathNodeIterator
SelectDescendants(XPathNodeType type, boolean matchSelf)
XPathNavigator
SelectSingleNode(java.lang.String xpath)
XPathNavigator
SelectSingleNode(java.lang.String xpath, IXmlNamespaceResolver resolver)
XPathNavigator
SelectSingleNode(XPathExpression expression)
void
setInnerXml(java.lang.String InnerXml)
void
setJCOInstance(JCObject instance)
void
setOuterXml(java.lang.String OuterXml)
void
SetTypedValue(NetObject typedValue)
void
SetValue(java.lang.String value)
NetObject
ValueAs(NetType returnType, IXmlNamespaceResolver nsResolver)
void
WriteSubtree(XmlWriter writer)
-
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.Private.Xml, Version=8.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.XPath.XPathNavigator- 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 classXPathItem
- 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 classXPathItem
- 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 classXPathItem
- 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 classXPathItem
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classXPathItem
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classXPathItem
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XPathNavigator cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXPathNavigator
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XPathNavigator
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CheckValidity
public boolean CheckValidity(XmlSchemaSet schemas, ValidationEventHandler validationEventHandler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, XmlException, MulticastNotSupportedException, XmlSchemaException, NotSupportedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
XmlException
MulticastNotSupportedException
XmlSchemaException
NotSupportedException
FormatException
-
IsDescendant
public boolean IsDescendant(XPathNavigator nav) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsSamePosition
public boolean IsSamePosition(XPathNavigator other) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Matches
public boolean Matches(java.lang.String xpath) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, XPathException, KeyNotFoundException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
PlatformNotSupportedException
XPathException
KeyNotFoundException
ArgumentOutOfRangeException
-
Matches
public boolean Matches(XPathExpression expr) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, XPathException
-
MoveTo
public boolean MoveTo(XPathNavigator other) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToAttribute
public boolean MoveToAttribute(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
MoveToChild
public boolean MoveToChild(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
MoveToChild
public boolean MoveToChild(XPathNodeType type) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToFirst
public boolean MoveToFirst() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToFirstAttribute
public boolean MoveToFirstAttribute() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToFirstChild
public boolean MoveToFirstChild() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToFirstNamespace
public boolean MoveToFirstNamespace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToFirstNamespace
public boolean MoveToFirstNamespace(XPathNamespaceScope namespaceScope) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToFollowing
public boolean MoveToFollowing(java.lang.String localName, java.lang.String namespaceURI, XPathNavigator end) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
MoveToFollowing
public boolean MoveToFollowing(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
-
MoveToFollowing
public boolean MoveToFollowing(XPathNodeType type, XPathNavigator end) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToFollowing
public boolean MoveToFollowing(XPathNodeType type) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToId
public boolean MoveToId(java.lang.String id) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToNamespace
public boolean MoveToNamespace(java.lang.String name) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
MoveToNext
public boolean MoveToNext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToNext
public boolean MoveToNext(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
MoveToNext
public boolean MoveToNext(XPathNodeType type) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToNextAttribute
public boolean MoveToNextAttribute() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToNextNamespace
public boolean MoveToNextNamespace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToNextNamespace
public boolean MoveToNextNamespace(XPathNamespaceScope namespaceScope) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToParent
public boolean MoveToParent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToPrevious
public boolean MoveToPrevious() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Evaluate
public NetObject Evaluate(java.lang.String xpath, IXmlNamespaceResolver resolver) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, XPathException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
PlatformNotSupportedException
XPathException
ArgumentOutOfRangeException
-
Evaluate
public NetObject Evaluate(java.lang.String xpath) throws java.lang.Throwable, XPathException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
XPathException
ArgumentOutOfRangeException
-
Evaluate
public NetObject Evaluate(XPathExpression expr, XPathNodeIterator context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, XPathException
-
Evaluate
public NetObject Evaluate(XPathExpression expr) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, XPathException
-
ValueAs
public NetObject ValueAs(NetType returnType, IXmlNamespaceResolver nsResolver) throws java.lang.Throwable
-
GetAttribute
public java.lang.String GetAttribute(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
-
GetNamespace
public java.lang.String GetNamespace(java.lang.String name) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
-
LookupNamespace
public java.lang.String LookupNamespace(java.lang.String prefix) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
-
LookupPrefix
public java.lang.String LookupPrefix(java.lang.String namespaceURI) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
-
ComparePosition
public XmlNodeOrder ComparePosition(XPathNavigator nav) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
ReadSubtree
public XmlReader ReadSubtree() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
AppendChild
public XmlWriter AppendChild() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
CreateAttributes
public XmlWriter CreateAttributes() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
InsertAfter
public XmlWriter InsertAfter() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
InsertBefore
public XmlWriter InsertBefore() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
PrependChild
public XmlWriter PrependChild() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
ReplaceRange
public XmlWriter ReplaceRange(XPathNavigator lastSiblingToReplace) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
Compile
public XPathExpression Compile(java.lang.String xpath) throws java.lang.Throwable, XPathException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
XPathException
ArgumentOutOfRangeException
-
Clone
public XPathNavigator Clone() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CreateNavigator
public XPathNavigator CreateNavigator() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SelectSingleNode
public XPathNavigator SelectSingleNode(java.lang.String xpath, IXmlNamespaceResolver resolver) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, XPathException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
PlatformNotSupportedException
XPathException
ArgumentOutOfRangeException
-
SelectSingleNode
public XPathNavigator SelectSingleNode(java.lang.String xpath) throws java.lang.Throwable, XPathException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
XPathException
ArgumentOutOfRangeException
-
SelectSingleNode
public XPathNavigator SelectSingleNode(XPathExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, XPathException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
XPathException
-
Select
public XPathNodeIterator Select(java.lang.String xpath, IXmlNamespaceResolver resolver) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, XPathException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
PlatformNotSupportedException
XPathException
ArgumentOutOfRangeException
-
Select
public XPathNodeIterator Select(java.lang.String xpath) throws java.lang.Throwable, XPathException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
XPathException
ArgumentOutOfRangeException
-
Select
public XPathNodeIterator Select(XPathExpression expr) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, XPathException
-
SelectAncestors
public XPathNodeIterator SelectAncestors(java.lang.String name, java.lang.String namespaceURI, boolean matchSelf) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
-
SelectAncestors
public XPathNodeIterator SelectAncestors(XPathNodeType type, boolean matchSelf) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SelectChildren
public XPathNodeIterator SelectChildren(java.lang.String name, java.lang.String namespaceURI) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
-
SelectChildren
public XPathNodeIterator SelectChildren(XPathNodeType type) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SelectDescendants
public XPathNodeIterator SelectDescendants(java.lang.String name, java.lang.String namespaceURI, boolean matchSelf) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
-
SelectDescendants
public XPathNodeIterator SelectDescendants(XPathNodeType type, boolean matchSelf) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AppendChild
public void AppendChild(java.lang.String newChild) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException
-
AppendChild
public void AppendChild(XmlReader newChild) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
AppendChild
public void AppendChild(XPathNavigator newChild) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
AppendChildElement
public void AppendChildElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
CreateAttribute
public void CreateAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
DeleteRange
public void DeleteRange(XPathNavigator lastSiblingToDelete) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DeleteSelf
public void DeleteSelf() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
InsertAfter
public void InsertAfter(java.lang.String newSibling) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException
-
InsertAfter
public void InsertAfter(XmlReader newSibling) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
InsertAfter
public void InsertAfter(XPathNavigator newSibling) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
InsertBefore
public void InsertBefore(java.lang.String newSibling) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException
-
InsertBefore
public void InsertBefore(XmlReader newSibling) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
InsertBefore
public void InsertBefore(XPathNavigator newSibling) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
InsertElementAfter
public void InsertElementAfter(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
InsertElementBefore
public void InsertElementBefore(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
MoveToRoot
public void MoveToRoot() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PrependChild
public void PrependChild(java.lang.String newChild) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException
-
PrependChild
public void PrependChild(XmlReader newChild) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
PrependChild
public void PrependChild(XPathNavigator newChild) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
PrependChildElement
public void PrependChildElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
ReplaceSelf
public void ReplaceSelf(java.lang.String newNode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException
-
ReplaceSelf
public void ReplaceSelf(XmlReader newNode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
ReplaceSelf
public void ReplaceSelf(XPathNavigator newNode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
SetTypedValue
public void SetTypedValue(NetObject typedValue) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
SetValue
public void SetValue(java.lang.String value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
WriteSubtree
public void WriteSubtree(XmlWriter writer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getCanEdit
public boolean getCanEdit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHasAttributes
public boolean getHasAttributes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHasChildren
public boolean getHasChildren() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsEmptyElement
public boolean getIsEmptyElement() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNavigatorComparer
public static IEqualityComparer getNavigatorComparer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUnderlyingObject
public NetObject getUnderlyingObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBaseURI
public java.lang.String getBaseURI() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInnerXml
public java.lang.String getInnerXml() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, ArgumentOutOfRangeException, FormatException, XmlException, RankException, ArrayTypeMismatchException
-
setInnerXml
public void setInnerXml(java.lang.String InnerXml) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, XmlException
-
getLocalName
public java.lang.String getLocalName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNamespaceURI
public java.lang.String getNamespaceURI() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOuterXml
public java.lang.String getOuterXml() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException, XmlException
-
setOuterXml
public void setOuterXml(java.lang.String OuterXml) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, RankException, ArgumentOutOfRangeException, ArrayTypeMismatchException, XmlException
-
getPrefix
public java.lang.String getPrefix() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlLang
public java.lang.String getXmlLang() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
-
getSchemaInfo
public IXmlSchemaInfo getSchemaInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNameTable
public XmlNameTable getNameTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNodeType
public XPathNodeType getNodeType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-