org.dom4j.dtd
Class ExternalEntityDecl
java.lang.Object
org.dom4j.dtd.ExternalEntityDecl
public class ExternalEntityDecl
extends java.lang.Object
ExternalEntityDecl
represents an external entity declaration
in a DTD.
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()
|
ExternalEntityDecl
public ExternalEntityDecl()
ExternalEntityDecl
public ExternalEntityDecl(String name,
String publicID,
String systemID)
getName
public String getName()
Getter for property name.
getPublicID
public String getPublicID()
Getter for property publicID.
- Value of property publicID.
getSystemID
public String getSystemID()
Getter for property systemID.
- Value of property systemID.
setName
public void setName(String name)
Setter for property name.
name
- New value of property name.
setPublicID
public void setPublicID(String publicID)
Setter for property publicID.
publicID
- New value of property publicID.
setSystemID
public void setSystemID(String systemID)
Setter for property systemID.
systemID
- New value of property systemID.
toString
public String toString()
Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by 