IText
IsElementContentWhitespace
WholeText
ReplaceWholeText(String)
SplitText(Int32)
monoandroid
namespace Org.W3c.Dom
{
[Register("org/w3c/dom/Text", "", "Org.W3c.Dom.ITextInvoker")]
public interface IText : IJavaObject, IJavaPeerable, ICharacterData, INode, IDisposable
{
[Register("replaceWholeText", "(Ljava/lang/String;)Lorg/w3c/dom/Text;", "GetReplaceWholeText_Ljava_lang_String_Handler:Org.W3c.Dom.ITextInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
IText? ReplaceWholeText(string? content);
}
}
.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