in scala/xml/parsing
trait AttribValue

trait AttribValue()
extends Object
with ScalaObject
Implementing classes or objects:
class CustomValue[A](value: A)
class NamespaceDecl(uri: String)
class IntValue(value: Int)
class CDataValue(value: String)

a container for attribute values

Method Summary
  def asInt: Int
  def asString: String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Method Detail

asString

  def asString: String

asInt

  def asInt: Int