Uses of Class
com.wutka.dtd.DTDExternalID

Uses of DTDExternalID in com.wutka.dtd
 

Subclasses of DTDExternalID in com.wutka.dtd
 class DTDPublic
          Represents an external Public ID in an entity declaration
 class DTDSystem
          Represents an external System ID in an entity declaration
 

Fields in com.wutka.dtd declared as DTDExternalID
 DTDExternalID DTDEntity.externalID
           
 DTDExternalID DTDNotation.externalID
           
 

Methods in com.wutka.dtd that return DTDExternalID
 DTDExternalID DTDEntity.getExternalID()
          Returns the external ID for the entity
 DTDExternalID DTDNotation.getExternalID()
          Retrieves the external ID
 

Methods in com.wutka.dtd with parameters of type DTDExternalID
 void DTDEntity.setExternalID(DTDExternalID anExternalID)
          Sets the external ID for the entity
 void DTDNotation.setExternalID(DTDExternalID theExternalID)
          Sets the external ID
 



Copyright (c) 2001 Mark Wutka.