| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.dom4j.dtd.ExternalEntityDecl
 ExternalEntityDecl represents an external entity declaration
 in a DTD.
 
| 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() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public ExternalEntityDecl()
public ExternalEntityDecl(String name,
                          String publicID,
                          String systemID)
| Method Detail | 
public String getName()
public void setName(String name)
name - New value of property name.public String getPublicID()
public void setPublicID(String publicID)
publicID - New value of property publicID.public String getSystemID()
public void setSystemID(String systemID)
systemID - New value of property systemID.public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||