Modifier and Type | Field and Description |
---|---|
DTDDecl |
DTDAttribute.decl
The attribute's declaration (required, fixed, implied)
|
static DTDDecl |
DTDDecl.FIXED |
static DTDDecl |
DTDDecl.IMPLIED |
static DTDDecl |
DTDDecl.REQUIRED |
static DTDDecl |
DTDDecl.VALUE |
Modifier and Type | Method and Description |
---|---|
DTDDecl |
DTDAttribute.getDecl()
Returns the declaration
|
Modifier and Type | Method and Description |
---|---|
void |
DTDAttribute.setDecl(DTDDecl aDecl)
Sets the declaration (fixed, required, implied)
|
Copyright (c) 2001 Mark Wutka.