Package org.apache.fop.afp.modca
Class TagLogicalElement.State
- java.lang.Object
-
- org.apache.fop.afp.modca.TagLogicalElement.State
-
- Enclosing class:
- TagLogicalElement
public static class TagLogicalElement.State extends java.lang.Object
Holds the attribute state of a TLE
-
-
Field Summary
Fields Modifier and Type Field Description static int
ENCODING_NONE
value interpreted as no encoding
-
-
-
Field Detail
-
ENCODING_NONE
public static final int ENCODING_NONE
value interpreted as no encoding- See Also:
- Constant Field Values
-
-
Constructor Detail
-
State
public State(java.lang.String key, java.lang.String value)
Constructor- Parameters:
key
- the key attributevalue
- the value attribute
-
State
public State(java.lang.String key, java.lang.String value, int encoding)
- Parameters:
key
- the key attributevalue
- the value attributeencoding
- the CCSID character set encoding attribute
-
-