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 |
static int |
ENCODING_NONE
value interpreted as no encoding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCODING_NONE
public static final int ENCODING_NONE
- value interpreted as no encoding
- See Also:
- Constant Field Values
TagLogicalElement.State
public TagLogicalElement.State(java.lang.String key,
java.lang.String value)
- Constructor
- Parameters:
key
- the key attributevalue
- the value attribute
TagLogicalElement.State
public TagLogicalElement.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
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.