public class InternalEntityDecl extends Object
InternalEntityDecl represents an internal entity declaration
in a DTD.
| Constructor and Description |
|---|
InternalEntityDecl() |
InternalEntityDecl(String name,
String value) |
public String getName()
public void setName(String name)
name - New value of property name.public String getValue()
public void setValue(String value)
value - New value of property value.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.