in scala/xml/parsing
class NamespaceDecl

case class NamespaceDecl(uri: String)
extends AttribValue
with ScalaObject
with CaseClass

Field Summary
  val uri: 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

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Methods inherited from scala/xml/parsing/AttribValue-class
asInt, asString

Field Detail

uri

  val uri: String