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 private int
encoding
The CCSID character et encoding attributestatic int
ENCODING_NONE
value interpreted as no encodingprivate java.lang.String
key
The key attributeprivate java.lang.String
value
The value attribute
-
-
-
Field Detail
-
ENCODING_NONE
public static final int ENCODING_NONE
value interpreted as no encoding- See Also:
- Constant Field Values
-
key
private java.lang.String key
The key attribute
-
value
private java.lang.String value
The value attribute
-
encoding
private int encoding
The CCSID character et encoding attribute
-
-
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
-
-