org.dom4j.dtd

Class ElementDecl

public class ElementDecl extends Object

AttributeDecl represents an element declaration in a DTD.

Version: $Revision: 1.6 $

Author: James Strachan

Constructor Summary
ElementDecl()
ElementDecl(String name, String model)
Method Summary
StringgetModel()
Getter for property model.
StringgetName()
Getter for property name.
voidsetModel(String model)
Setter for property model.
voidsetName(String name)
Setter for property name.
StringtoString()

Constructor Detail

ElementDecl

public ElementDecl()

ElementDecl

public ElementDecl(String name, String model)

Method Detail

getModel

public String getModel()
Getter for property model.

Returns: Value of property model.

getName

public String getName()
Getter for property name.

Returns: Value of property name.

setModel

public void setModel(String model)
Setter for property model.

Parameters: model New value of property model.

setName

public void setName(String name)
Setter for property name.

Parameters: name New value of property name.

toString

public String toString()
Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge