org.dom4j.dtd
public class ExternalEntityDecl extends Object
ExternalEntityDecl
represents an external entity declaration
in a DTD.
Version: $Revision: 1.9 $
Constructor Summary | |
---|---|
ExternalEntityDecl() | |
ExternalEntityDecl(String name, String publicID, String systemID) |
Method Summary | |
---|---|
String | getName()
Getter for property name.
|
String | getPublicID()
Getter for property publicID.
|
String | getSystemID()
Getter for property systemID.
|
void | setName(String name)
Setter for property name.
|
void | setPublicID(String publicID)
Setter for property publicID.
|
void | setSystemID(String systemID)
Setter for property systemID.
|
String | toString() |
Returns: Value of property name.
Returns: Value of property publicID.
Returns: Value of property systemID.
Parameters: name New value of property name.
Parameters: publicID New value of property publicID.
Parameters: systemID New value of property systemID.