Язык

XMLReaderAdapter.ProcessingInstruction(String, String) Метод

Определение

Адаптация события инструкции обработки SAX2.

[Android.Runtime.Register("processingInstruction", "(Ljava/lang/String;Ljava/lang/String;)V", "GetProcessingInstruction_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void ProcessingInstruction(string? target, string? data);
[<Android.Runtime.Register("processingInstruction", "(Ljava/lang/String;Ljava/lang/String;)V", "GetProcessingInstruction_Ljava_lang_String_Ljava_lang_String_Handler")>]
abstract member ProcessingInstruction : string * string -> unit
override this.ProcessingInstruction : string * string -> unit

Параметры

target
String

Целевой объект инструкции обработки.

data
String

Оставшаяся часть инструкции обработки

Реализации

Атрибуты

Исключения

Клиент может вызвать исключение обработки.

Комментарии

Адаптация события инструкции обработки SAX2.

Java документации по org.xml.sax.helpers.XMLReaderAdapter.processingInstruction(java.lang.String, java.lang.String).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к

См. также

  • <xref:Org.Xml.Sax.IContentHandler.ProcessingInstruction(System.String%2c+System.String)>