Package org.dom4j.dtd
Class InternalEntityDecl
- java.lang.Object
-
- org.dom4j.dtd.InternalEntityDecl
-
-
Constructor Summary
Constructors Constructor Description InternalEntityDecl()InternalEntityDecl(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Getter for property name.StringgetValue()Getter for property value.voidsetName(String name)Setter for property name.voidsetValue(String value)Setter for property value.StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
Getter for property name.- Returns:
- Value of property name.
-
setName
public void setName(String name)
Setter for property name.- Parameters:
name- New value of property name.
-
getValue
public String getValue()
Getter for property value.- Returns:
- Value of property value.
-
setValue
public void setValue(String value)
Setter for property value.- Parameters:
value- New value of property value.
-
-