case class SystemID(systemId: String) extends ExternalID with Product with Serializable
a system identifier
- systemId
- the system identifier literal 
- Alphabetic
- By Inheritance
- SystemID
- Serializable
- Serializable
- Product
- Equals
- ExternalID
- TokenTests
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- 
      
      
      
        
      
    
      
        
        new
      
      
        SystemID(systemId: String)
      
      
      - systemId
- the system identifier literal 
 
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
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        buildString(sb: StringBuilder): StringBuilder
      
      
      - Definition Classes
- ExternalID
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        checkPubID(s: String): Boolean
      
      
      - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        checkSysID(s: String): Boolean
      
      
      - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isAlpha(c: Char): Boolean
      
      
      These are 99% sure to be redundant but refactoring on the safe side. These are 99% sure to be redundant but refactoring on the safe side. - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isAlphaDigit(c: Char): Boolean
      
      
      - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isName(s: String): Boolean
      
      
      Name ::= ( Letter | '_' ) (NameChar)*See [5] of XML 1.0 specification. - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isNameChar(ch: Char): Boolean
      
      
      NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender See [4] and Appendix B of XML 1.0 specification. - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isNameStart(ch: Char): Boolean
      
      
      NameStart ::= ( Letter | '_' )where Letter means in one of the Unicode general categories { Ll, Lu, Lo, Lt, Nl }.We do not allow a name to start with :. See [3] and Appendix B of XML 1.0 specification- Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isPubIDChar(ch: Char): Boolean
      
      
      - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isSpace(cs: Seq[Char]): Boolean
      
      
      (#x20 | #x9 | #xD | #xA)+ - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isSpace(ch: Char): Boolean
      
      
      (#x20 | #x9 | #xD | #xA) - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isValidIANAEncoding(ianaEncoding: Seq[Char]): Boolean
      
      
      Returns trueif the encoding name is a valid IANA encoding.Returns trueif the encoding name is a valid IANA encoding. This method does not verify that there is a decoder available for this encoding, only that the characters are valid for an IANA encoding name.- ianaEncoding
- The IANA encoding name. 
 - Definition Classes
- TokenTests
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        publicId: Null
      
      
      - Definition Classes
- SystemID → ExternalID
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        quoted(s: String): String
      
      
      - Definition Classes
- ExternalID
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        systemId: String
      
      
      - Definition Classes
- SystemID → ExternalID
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- ExternalID → 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( ... )