Modifier and Type | Class and Description |
---|---|
class |
DTDPublic
Represents an external Public ID in an entity declaration
|
class |
DTDSystem
Represents an external System ID in an entity declaration
|
Modifier and Type | Field and Description |
---|---|
DTDExternalID |
DTDNotation.externalID |
DTDExternalID |
DTDEntity.externalID |
Modifier and Type | Method and Description |
---|---|
DTDExternalID |
DTDNotation.getExternalID()
Retrieves the external ID
|
DTDExternalID |
DTDEntity.getExternalID()
Returns the external ID for the entity
|
Modifier and Type | Method and Description |
---|---|
void |
DTDNotation.setExternalID(DTDExternalID theExternalID)
Sets the external ID
|
void |
DTDEntity.setExternalID(DTDExternalID anExternalID)
Sets the external ID for the entity
|
Copyright (c) 2001 Mark Wutka.