INode
AttributeNode
CdataSectionNode
CommentNode
DocumentFragmentNode
DocumentNode
DocumentPositionContainedBy
DocumentPositionContains
DocumentPositionDisconnected
DocumentPositionFollowing
DocumentPositionImplementationSpecific
DocumentPositionPreceding
DocumentTypeNode
ElementNode
EntityNode
EntityReferenceNode
NotationNode
ProcessingInstructionNode
TextNode
Attributes
BaseURI
ChildNodes
FirstChild
HasAttributes
HasChildNodes
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
OwnerDocument
ParentNode
Prefix
PreviousSibling
TextContent
AppendChild(INode)
CloneNode(Boolean)
CompareDocumentPosition(INode)
GetFeature(String, String)
GetUserData(String)
InsertBefore(INode, INode)
IsDefaultNamespace(String)
IsEqualNode(INode)
IsSameNode(INode)
IsSupported(String, String)
LookupNamespaceURI(String)
LookupPrefix(String)
Normalize()
RemoveChild(INode)
ReplaceChild(INode, INode)
SetUserData(String, Object, IUserDataHandler)
monoandroid
namespace Org.W3c.Dom
{
[Register("org/w3c/dom/Node", "", "Org.W3c.Dom.INodeInvoker")]
public interface INode : IJavaObject, IJavaPeerable, IDisposable
{
[Register("NOTATION_NODE")]
public const short NotationNode = 12;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API