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
- Direct Known Subclasses:
SeekableXPathNavigator
public class XPathNavigator extends XPathItem
The base .NET class managing System.Xml.XPath.XPathNavigator, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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.StringassemblyFullNameFully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Xmlstatic java.lang.StringclassNameQualified class name: System.Xml.XPath.XPathNavigatorstatic JCTypeclassTypeThe 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 XmlWriterAppendChild()voidAppendChild(java.lang.String newChild)voidAppendChild(XmlReader newChild)voidAppendChild(XPathNavigator newChild)voidAppendChildElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)static XPathNavigatorcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXPathNavigator, a cast assert is made to check if types are compatible.booleanCheckValidity(XmlSchemaSet schemas, ValidationEventHandler validationEventHandler)XPathNavigatorClone()XmlNodeOrderComparePosition(XPathNavigator nav)XPathExpressionCompile(java.lang.String xpath)voidCreateAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)XmlWriterCreateAttributes()XPathNavigatorCreateNavigator()voidDeleteRange(XPathNavigator lastSiblingToDelete)voidDeleteSelf()NetObjectEvaluate(java.lang.String xpath)NetObjectEvaluate(java.lang.String xpath, IXmlNamespaceResolver resolver)NetObjectEvaluate(XPathExpression expr)NetObjectEvaluate(XPathExpression expr, XPathNodeIterator context)java.lang.StringGetAttribute(java.lang.String localName, java.lang.String namespaceURI)java.lang.StringgetBaseURI()booleangetCanEdit()booleangetHasAttributes()booleangetHasChildren()java.lang.StringgetInnerXml()booleangetIsEmptyElement()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()java.lang.StringgetName()java.lang.StringGetNamespace(java.lang.String name)java.lang.StringgetNamespaceURI()XmlNameTablegetNameTable()static IEqualityComparergetNavigatorComparer()XPathNodeTypegetNodeType()java.lang.StringgetOuterXml()java.lang.StringgetPrefix()IXmlSchemaInfogetSchemaInfo()NetObjectgetUnderlyingObject()java.lang.StringgetXmlLang()XmlWriterInsertAfter()voidInsertAfter(java.lang.String newSibling)voidInsertAfter(XmlReader newSibling)voidInsertAfter(XPathNavigator newSibling)XmlWriterInsertBefore()voidInsertBefore(java.lang.String newSibling)voidInsertBefore(XmlReader newSibling)voidInsertBefore(XPathNavigator newSibling)voidInsertElementAfter(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)voidInsertElementBefore(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)booleanIsDescendant(XPathNavigator nav)booleanIsSamePosition(XPathNavigator other)java.lang.StringLookupNamespace(java.lang.String prefix)java.lang.StringLookupPrefix(java.lang.String namespaceURI)booleanMatches(java.lang.String xpath)booleanMatches(XPathExpression expr)booleanMoveTo(XPathNavigator other)booleanMoveToAttribute(java.lang.String localName, java.lang.String namespaceURI)booleanMoveToChild(java.lang.String localName, java.lang.String namespaceURI)booleanMoveToChild(XPathNodeType type)booleanMoveToFirst()booleanMoveToFirstAttribute()booleanMoveToFirstChild()booleanMoveToFirstNamespace()booleanMoveToFirstNamespace(XPathNamespaceScope namespaceScope)booleanMoveToFollowing(java.lang.String localName, java.lang.String namespaceURI)booleanMoveToFollowing(java.lang.String localName, java.lang.String namespaceURI, XPathNavigator end)booleanMoveToFollowing(XPathNodeType type)booleanMoveToFollowing(XPathNodeType type, XPathNavigator end)booleanMoveToId(java.lang.String id)booleanMoveToNamespace(java.lang.String name)booleanMoveToNext()booleanMoveToNext(java.lang.String localName, java.lang.String namespaceURI)booleanMoveToNext(XPathNodeType type)booleanMoveToNextAttribute()booleanMoveToNextNamespace()booleanMoveToNextNamespace(XPathNamespaceScope namespaceScope)booleanMoveToParent()booleanMoveToPrevious()voidMoveToRoot()XmlWriterPrependChild()voidPrependChild(java.lang.String newChild)voidPrependChild(XmlReader newChild)voidPrependChild(XPathNavigator newChild)voidPrependChildElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value)XmlReaderReadSubtree()XmlWriterReplaceRange(XPathNavigator lastSiblingToReplace)voidReplaceSelf(java.lang.String newNode)voidReplaceSelf(XmlReader newNode)voidReplaceSelf(XPathNavigator newNode)XPathNodeIteratorSelect(java.lang.String xpath)XPathNodeIteratorSelect(java.lang.String xpath, IXmlNamespaceResolver resolver)XPathNodeIteratorSelect(XPathExpression expr)XPathNodeIteratorSelectAncestors(java.lang.String name, java.lang.String namespaceURI, boolean matchSelf)XPathNodeIteratorSelectAncestors(XPathNodeType type, boolean matchSelf)XPathNodeIteratorSelectChildren(java.lang.String name, java.lang.String namespaceURI)XPathNodeIteratorSelectChildren(XPathNodeType type)XPathNodeIteratorSelectDescendants(java.lang.String name, java.lang.String namespaceURI, boolean matchSelf)XPathNodeIteratorSelectDescendants(XPathNodeType type, boolean matchSelf)XPathNavigatorSelectSingleNode(java.lang.String xpath)XPathNavigatorSelectSingleNode(java.lang.String xpath, IXmlNamespaceResolver resolver)XPathNavigatorSelectSingleNode(XPathExpression expression)voidsetInnerXml(java.lang.String InnerXml)voidsetJCOInstance(JCObject instance)voidsetOuterXml(java.lang.String OuterXml)voidSetTypedValue(NetObject typedValue)voidSetValue(java.lang.String value)NetObjectValueAs(NetType returnType, IXmlNamespaceResolver nsResolver)voidWriteSubtree(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.Xml, 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.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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classXPathItem- 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 classXPathItem- 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 classXPathItem- 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 classXPathItem- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classXPathItem
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classXPathItem- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XPathNavigator cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXPathNavigator, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XPathNavigatorinstance- 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, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, SecurityException, UnauthorizedAccessException, IOException, XmlException, MulticastNotSupportedException, IndexOutOfRangeException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionXmlExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionXmlSchemaException
-
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, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, XPathException, ArgumentNullException
-
Matches
public boolean Matches(XPathExpression expr) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, 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- Throws:
java.lang.Throwable
-
MoveToChild
public boolean MoveToChild(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
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) 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- Throws:
java.lang.Throwable
-
MoveToFollowing
public boolean MoveToFollowing(XPathNodeType type) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToFollowing
public boolean MoveToFollowing(XPathNodeType type, XPathNavigator end) 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- Throws:
java.lang.Throwable
-
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- Throws:
java.lang.Throwable
-
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) throws java.lang.Throwable, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, XPathException
- Throws:
java.lang.ThrowableNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionXPathException
-
Evaluate
public NetObject Evaluate(java.lang.String xpath, IXmlNamespaceResolver resolver) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, XPathException, NullReferenceException
-
Evaluate
public NetObject Evaluate(XPathExpression expr) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XPathException
-
Evaluate
public NetObject Evaluate(XPathExpression expr, XPathNodeIterator context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, 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- Throws:
java.lang.Throwable
-
GetNamespace
public java.lang.String GetNamespace(java.lang.String name) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
LookupNamespace
public java.lang.String LookupNamespace(java.lang.String prefix) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
LookupPrefix
public java.lang.String LookupPrefix(java.lang.String namespaceURI) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ComparePosition
public XmlNodeOrder ComparePosition(XPathNavigator nav) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ReadSubtree
public XmlReader ReadSubtree() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
AppendChild
public XmlWriter AppendChild() throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.ThrowableNotSupportedException
-
CreateAttributes
public XmlWriter CreateAttributes() throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.ThrowableNotSupportedException
-
InsertAfter
public XmlWriter InsertAfter() throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.ThrowableNotSupportedException
-
InsertBefore
public XmlWriter InsertBefore() throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.ThrowableNotSupportedException
-
PrependChild
public XmlWriter PrependChild() throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.ThrowableNotSupportedException
-
ReplaceRange
public XmlWriter ReplaceRange(XPathNavigator lastSiblingToReplace) throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.ThrowableNotSupportedException
-
Compile
public XPathExpression Compile(java.lang.String xpath) throws java.lang.Throwable, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, XPathException
- Throws:
java.lang.ThrowableNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionXPathException
-
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) throws java.lang.Throwable, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, XPathException
- Throws:
java.lang.ThrowableNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionXPathException
-
SelectSingleNode
public XPathNavigator SelectSingleNode(java.lang.String xpath, IXmlNamespaceResolver resolver) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, XPathException, NullReferenceException
-
SelectSingleNode
public XPathNavigator SelectSingleNode(XPathExpression expression) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, XPathException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXPathException
-
Select
public XPathNodeIterator Select(java.lang.String xpath) throws java.lang.Throwable, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, XPathException
- Throws:
java.lang.ThrowableNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionXPathException
-
Select
public XPathNodeIterator Select(java.lang.String xpath, IXmlNamespaceResolver resolver) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, XPathException, NullReferenceException
-
Select
public XPathNodeIterator Select(XPathExpression expr) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XPathException
-
SelectAncestors
public XPathNodeIterator SelectAncestors(java.lang.String name, java.lang.String namespaceURI, boolean matchSelf) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
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, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
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, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
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, ArgumentNullException, NullReferenceException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
AppendChild
public void AppendChild(XmlReader newChild) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
AppendChild
public void AppendChild(XPathNavigator newChild) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
AppendChildElement
public void AppendChildElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, NotSupportedException- Throws:
java.lang.ThrowableNotSupportedException
-
CreateAttribute
public void CreateAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, NotSupportedException- Throws:
java.lang.ThrowableNotSupportedException
-
DeleteRange
public void DeleteRange(XPathNavigator lastSiblingToDelete) throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.ThrowableNotSupportedException
-
DeleteSelf
public void DeleteSelf() throws java.lang.Throwable, NotSupportedException- Throws:
java.lang.ThrowableNotSupportedException
-
InsertAfter
public void InsertAfter(java.lang.String newSibling) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
InsertAfter
public void InsertAfter(XmlReader newSibling) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
InsertAfter
public void InsertAfter(XPathNavigator newSibling) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
InsertBefore
public void InsertBefore(java.lang.String newSibling) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
InsertBefore
public void InsertBefore(XmlReader newSibling) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
InsertBefore
public void InsertBefore(XPathNavigator newSibling) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
InsertElementAfter
public void InsertElementAfter(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, NotSupportedException- Throws:
java.lang.ThrowableNotSupportedException
-
InsertElementBefore
public void InsertElementBefore(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, NotSupportedException- Throws:
java.lang.ThrowableNotSupportedException
-
MoveToRoot
public void MoveToRoot() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
PrependChild
public void PrependChild(java.lang.String newChild) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
PrependChild
public void PrependChild(XmlReader newChild) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
PrependChild
public void PrependChild(XPathNavigator newChild) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
PrependChildElement
public void PrependChildElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.lang.Throwable, NotSupportedException- Throws:
java.lang.ThrowableNotSupportedException
-
ReplaceSelf
public void ReplaceSelf(java.lang.String newNode) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
ReplaceSelf
public void ReplaceSelf(XmlReader newNode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
ReplaceSelf
public void ReplaceSelf(XPathNavigator newNode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
-
SetTypedValue
public void SetTypedValue(NetObject typedValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
SetValue
public void SetValue(java.lang.String value) throws java.lang.Throwable, NotSupportedException- Throws:
java.lang.ThrowableNotSupportedException
-
WriteSubtree
public void WriteSubtree(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
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, ArgumentNullException, FormatException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, NotImplementedException, NotSupportedException
-
setInnerXml
public void setInnerXml(java.lang.String InnerXml) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, NullReferenceException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionNullReferenceExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXmlExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
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, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, OutOfMemoryException, FormatException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, XmlException, NotImplementedException, NotSupportedException
-
setOuterXml
public void setOuterXml(java.lang.String OuterXml) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, NotSupportedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXmlExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
getPrefix
public java.lang.String getPrefix() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlLang
public java.lang.String getXmlLang() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
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
-
-