com.gomjabbar.xml.doctypes
Interface AttributeDescriptor

All Known Implementing Classes:
DtdAttribute

public interface AttributeDescriptor


Field Summary
static short CONSTRAINT_FIXED
           
static short CONSTRAINT_IMPLIED
           
static short CONSTRAINT_REQUIRED
           
static short TYPE_CDATA
           
static short TYPE_CHOICE
           
static short TYPE_ENTITIES
           
static short TYPE_ENTITY
           
static short TYPE_ID
           
static short TYPE_IDREF
           
static short TYPE_NMTOKEN
           
static short TYPE_NMTOKENS
           
static short TYPE_NOTATION
           
 
Method Summary
 java.lang.String[] getComments()
           
 java.lang.String getName()
           
 short getType()
           
 java.lang.String[] getTypeComplement()
           
 java.lang.String getValue()
           
 short getValueConstraint()
           
 

Field Detail

TYPE_CDATA

public static final short TYPE_CDATA

TYPE_IDREF

public static final short TYPE_IDREF

TYPE_ID

public static final short TYPE_ID

TYPE_ENTITY

public static final short TYPE_ENTITY

TYPE_ENTITIES

public static final short TYPE_ENTITIES

TYPE_NMTOKEN

public static final short TYPE_NMTOKEN

TYPE_NMTOKENS

public static final short TYPE_NMTOKENS

TYPE_NOTATION

public static final short TYPE_NOTATION

TYPE_CHOICE

public static final short TYPE_CHOICE

CONSTRAINT_REQUIRED

public static final short CONSTRAINT_REQUIRED

CONSTRAINT_IMPLIED

public static final short CONSTRAINT_IMPLIED

CONSTRAINT_FIXED

public static final short CONSTRAINT_FIXED
Method Detail

getName

public java.lang.String getName()

getType

public short getType()

getTypeComplement

public java.lang.String[] getTypeComplement()

getValue

public java.lang.String getValue()

getValueConstraint

public short getValueConstraint()

getComments

public java.lang.String[] getComments()