Package org.dom4j.dtd
Class InternalEntityDecl
java.lang.Object
org.dom4j.dtd.InternalEntityDecl
- All Implemented Interfaces:
Decl
InternalEntityDecl
represents an internal entity declaration
in a DTD.
- Version:
- $Revision: 1.9 $
- Author:
- James Strachan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InternalEntityDecl
public InternalEntityDecl() -
InternalEntityDecl
-
-
Method Details
-
getName
Getter for property name.- Returns:
- Value of property name.
-
setName
Setter for property name.- Parameters:
name
- New value of property name.
-
getValue
Getter for property value.- Returns:
- Value of property value.
-
setValue
Setter for property value.- Parameters:
value
- New value of property value.
-
toString
-