case class UnparsedEntityDecl(name: String, extID: ExternalID, notation: String) extends EntityDecl with Product with Serializable
an unparsed entity declaration
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnparsedEntityDecl
- Serializable
- Serializable
- Product
- Equals
- EntityDecl
- MarkupDecl
- Decl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UnparsedEntityDecl(name: String, extID: ExternalID, notation: String)
Value Members
-
def
buildString(sb: StringBuilder): StringBuilder
- Definition Classes
- UnparsedEntityDecl → MarkupDecl
- val extID: ExternalID
- val name: String
- val notation: String