Package org.dom4j.dtd

Class ElementDecl

  • All Implemented Interfaces:
    Decl

    public class ElementDecl
    extends Object
    implements Decl

    AttributeDecl represents an element declaration in a DTD.

    • Constructor Detail

      • ElementDecl

        public ElementDecl()
      • ElementDecl

        public ElementDecl​(String name,
                           String model)
    • 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.
      • getModel

        public String getModel()
        Getter for property model.
        Returns:
        Value of property model.
      • setModel

        public void setModel​(String model)
        Setter for property model.
        Parameters:
        model - New value of property model.