org.dom4j.dtd
public class ElementDecl extends Object
AttributeDecl
represents an element declaration in a DTD.
Constructor and Description |
---|
ElementDecl() |
ElementDecl(String name,
String model) |
public String getName()
public void setName(String name)
name
- New value of property name.public String getModel()
public void setModel(String model)
model
- New value of property model.Copyright © 2001-2013 MetaStuff Ltd.. All Rights Reserved.