Package org.dom4j.dtd

Class InternalEntityDecl

  • All Implemented Interfaces:
    Decl

    public class InternalEntityDecl
    extends java.lang.Object
    implements Decl

    InternalEntityDecl represents an internal entity declaration in a DTD.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Getter for property name.
      java.lang.String getValue()
      Getter for property value.
      void setName​(java.lang.String name)
      Setter for property name.
      void setValue​(java.lang.String value)
      Setter for property value.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InternalEntityDecl

        public InternalEntityDecl()
      • InternalEntityDecl

        public InternalEntityDecl​(java.lang.String name,
                                  java.lang.String value)
    • Method Detail

      • getName

        public java.lang.String getName()
        Getter for property name.
        Returns:
        Value of property name.
      • setName

        public void setName​(java.lang.String name)
        Setter for property name.
        Parameters:
        name - New value of property name.
      • getValue

        public java.lang.String getValue()
        Getter for property value.
        Returns:
        Value of property value.
      • setValue

        public void setValue​(java.lang.String value)
        Setter for property value.
        Parameters:
        value - New value of property value.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object