|
Scala
1.4.0.3 |
|||
target
-
target name of this PI
text
-
text contained in this node, may not contain "?>"
Field Summary | |
val proctext: String
|
|
val target: String
|
|
val z: Seq[Char]
|
Method Summary | |
override
|
def equals(x: Any): Boolean
structural equality |
override
|
def hashCode(): Int
hashcode for this PI |
final
|
def label: String
the constant "#PI" |
override
|
def text: String
|
def toString(sb: StringBuffer): StringBuffer
appends "<?" target (" "+text)?+"?>" to this stringbuffer. |
|
final override
|
def toString(): String
Same as toString(false) .
|
Methods inherited from java/lang/Object-class |
clone, eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/CaseClass-class |
caseArity, caseElement, caseName |
Methods inherited from scala/Iterable-class |
/:, :\, concat, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/Seq-class |
concat, copyToArray, drop, indexOf, isDefinedAt, lastIndexOf, stringPrefix, subseq, take, toList |
Methods inherited from scala/xml/Node-class |
attribute, attribute, descendant, descendant_or_self, getNamespace, nameToString, prefix, scope, theSeq, xmlType |
Methods inherited from scala/xml/NodeSeq-class |
\, \\, apply, apply, asList, elements, filter, flatMap, length, map |
Methods inherited from scala/xml/SpecialNode-class |
attributes, child, namespace, toString |
Field Detail |
val target: String
val proctext: String
val z: Seq[Char]
Method Detail |
override def equals(x: Any): Boolean
final def label: String
override def hashCode(): Int
override def text: String
def toString(sb: StringBuffer): StringBuffer
final override def toString(): String
toString(false)
.
|
Scala
1.4.0.3 |
|||