ProcessingInstruction class
The interface represents a processing instruction; that is, a Node which embeds an instruction targeting a specific application but that can be ignored by any other applications which don't recognize the instruction.
Warning: nodes are only supported in XML documents, not in HTML documents. In these, a process instruction will be considered as a comment and be represented as a Comment object in the tree.
A processing instruction may be different than the XML declaration.
Note: User-defined processing instructions cannot begin with
"xml
", as xml
-prefixed processing-instruction target names
are reserved by the XML specification for particular, standard
uses (see, for example, <?xml-stylesheet ?>
.
For example:
<?xml version="1.0"?>
is a processing instruction whose targetis xml
.
EventTarget
Node
CharacterData
ProcessingInstruction
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- ProcessingInstruction()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited