sealed trait Namespace extends UnderlyingNamespace
Represents a XML Namespace spec compliant Namespace.
NOTE Users are recommended to use the prefixed function and work with prefixes directly for qnames.
- Alphabetic
- By Inheritance
- Namespace
- UnderlyingNamespace
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
val
uri: String
- Definition Classes
- UnderlyingNamespace
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(prefix: String, local: String)(implicit ver: XmlVersion, fromParser: FromParser): PrefixedQName { final val prefix: Some[String] }
Create a PrefixedQName directly
-
def
apply(local: String)(implicit ver: XmlVersion, fromParser: FromParser): UnprefixedQName
Create an UnprefixedQName
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- UnderlyingNamespace → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- UnderlyingNamespace → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
prefixed(prefix: String, local: String)(implicit ver: XmlVersion, fromParser: FromParser): PrefixedQName
Create a PrefixedQName directly
-
def
prefixed(prefix: String)(implicit ver: XmlVersion, fromParser: FromParser): PrefixedNamespace
Create a PrefixedNamespace
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()