EvProcInstr

case class EvProcInstr(target: String, text: String) extends XMLEvent

A processing instruction was encountered.

Value parameters:
target

the "PITarget" of the processing instruction. For the instruction <?foo bar="baz"?>, the target would be foo

text

the remainder of the instruction. For the instruction <?foo bar="baz"?>, the text would be bar="baz"

See also:
trait Serializable
trait Product
trait Equals
trait XMLEvent
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product