IDeclHandler.InternalEntityDecl(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Report an internal entity declaration.
[Android.Runtime.Register("internalEntityDecl", "(Ljava/lang/String;Ljava/lang/String;)V", "GetInternalEntityDecl_Ljava_lang_String_Ljava_lang_String_Handler:Org.Xml.Sax.Ext.IDeclHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void InternalEntityDecl (string? name, string? value);
[<Android.Runtime.Register("internalEntityDecl", "(Ljava/lang/String;Ljava/lang/String;)V", "GetInternalEntityDecl_Ljava_lang_String_Ljava_lang_String_Handler:Org.Xml.Sax.Ext.IDeclHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member InternalEntityDecl : string * string -> unit
Parameters
- name
- String
The name of the entity. If it is a parameter entity, the name will begin with '%'.
- value
- String
The replacement text of the entity.
- Attributes
Exceptions
The application may raise an exception.
Remarks
Report an internal entity declaration.
Only the effective (first) declaration for each entity will be reported. All parameter entities in the value will be expanded, but general entities will not.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
See also
- <xref:Org.Xml.Sax.Ext.IDeclHandler.ExternalEntityDecl(System.String%2c+System.String%2c+System.String)>
- <xref:Org.Xml.Sax.IDTDHandler.UnparsedEntityDecl(System.String%2c+System.String%2c+System.String%2c+System.String)>