public class InternalEntityDecl extends Object implements Decl
InternalEntityDecl represents an internal entity declaration
in a DTD.
| Constructor and Description |
|---|
InternalEntityDecl() |
InternalEntityDecl(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Getter for property name.
|
String |
getValue()
Getter for property value.
|
void |
setName(String name)
Setter for property name.
|
void |
setValue(String value)
Setter for property value.
|
String |
toString() |
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 © 2025. All rights reserved.