ScalaXmlProcessingInstruction

final class ScalaXmlProcessingInstruction(val wrappedNode: ProcInstr) extends CanBeScalaXmlDocumentChild with ProcessingInstruction
Companion
object

Type members

Types

override type DomType = ProcInstr

Value members

Concrete methods

def data: String
def target: String

Inherited methods

final override def equals(obj: Any): Boolean
Definition Classes
Inherited from
ScalaXmlNode
final override def hashCode: Int
Definition Classes
Inherited from
ScalaXmlNode
final def nodeKind: NodeKind
Inherited from
ProcessingInstruction
final override def toString: String
Definition Classes
Inherited from
ScalaXmlNode

Concrete fields

override val wrappedNode: ProcInstr