Uses of Class
com.wutka.dtd.DTDDecl

Uses of DTDDecl in com.wutka.dtd
 

Fields in com.wutka.dtd declared as DTDDecl
 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
           
 

Methods in com.wutka.dtd that return DTDDecl
 DTDDecl DTDAttribute.getDecl()
          Returns the declaration
 

Methods in com.wutka.dtd with parameters of type DTDDecl
 void DTDAttribute.setDecl(DTDDecl aDecl)
          Sets the declaration (fixed, required, implied)
 



Copyright (c) 2001 Mark Wutka.