public class ExternalEntityDecl extends Object
ExternalEntityDecl represents an external entity declaration
in a DTD.
| Constructor and Description |
|---|
ExternalEntityDecl() |
ExternalEntityDecl(String name,
String publicID,
String systemID) |
| Modifier and Type | Method and Description |
|---|---|
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() |
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.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.