Class TagLogicalElement.State

java.lang.Object
org.apache.fop.afp.modca.TagLogicalElement.State
Enclosing class:
TagLogicalElement

public static class TagLogicalElement.State extends Object
Holds the attribute state of a TLE
  • Field Details

    • ENCODING_NONE

      public static final int ENCODING_NONE
      value interpreted as no encoding
      See Also:
    • key

      private String key
      The key attribute
    • value

      private String value
      The value attribute
    • encoding

      private int encoding
      The CCSID character et encoding attribute
  • Constructor Details

    • State

      public State(String key, String value)
      Constructor
      Parameters:
      key - the key attribute
      value - the value attribute
    • State

      public State(String key, String value, int encoding)
      Parameters:
      key - the key attribute
      value - the value attribute
      encoding - the CCSID character set encoding attribute