| 
 | 
          Scala 1.3.0.7 | |||
target - 
  target name of this PI
  text - 
  text contained in this node, may not contain "?>"
  | Field Summary | |
| val target: String | |
| val text: String | |
| val z: Seq[Char] | |
| Method Summary | |
| 
        final override | def equals(x: Any): Booleanstructural equality | 
| 
        override | def hashCode(): Inthashcode for this PI | 
| 
        final | def label: Stringthe constant "#PI" | 
| 
        final override | def toString(): Stringreturns "<?"+target+(" "+text)?+"?>" | 
| def toString(stripComment: Boolean): StringString representation of this node | |
| Methods inherited from java/lang/Object-class | 
| clone, eq, finalize, getClass, notify, notifyAll, synchronized, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/CaseClass-class | 
| caseArity, caseElement | 
| Methods inherited from scala/Iterable-class | 
| /:, :\, exists, find, foldLeft, foldRight, forall, foreach, sameElements | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Methods inherited from scala/Seq-class | 
| copyToArray, drop, indexOf, isDefinedAt, lastIndexOf, stringPrefix, subseq, take, toList | 
| Methods inherited from scala/xml/Node-class | 
| attribute, descendant, descendant_or_self, theSeq, toString | 
| Methods inherited from scala/xml/NodeSeq-class | 
| \, \\, apply, asList, elements, filter, flatMap, length, map | 
| Methods inherited from scala/xml/SpecialNode-class | 
| attributes, child, namespace | 
| Field Detail | 
val target: String
val text: String
val z: Seq[Char]
| Method Detail | 
final override def equals(x: Any): Boolean
final def label: String
override def hashCode(): Int
final override def toString(): String
def toString(stripComment: Boolean): String
stripComment - 
  if true, strips comment nodes from result
   
  | 
 | 
          Scala 1.3.0.7 | |||