public class CodeTypeForPairedTagsHelper extends Object
<bx>, <ex>,
<bpt>, <ept>). The tags use either their id or rid attribute
for linking the other tag. The value of the rid attribute should be preferred if present.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CODE_TYPE |
| Constructor and Description |
|---|
CodeTypeForPairedTagsHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
find(String rid,
String id) |
String |
store(String rid,
String id,
String ctype)
Stores the given
ctype or DEFAULT_CODE_TYPE under the given rid or id. |
public static final String DEFAULT_CODE_TYPE
public String store(String rid, String id, String ctype)
ctype or DEFAULT_CODE_TYPE under the given rid or id.DEFAULT_CODE_TYPEpublic String find(String rid, String id)
DEFAULT_CODE_TYPECopyright © 2022. All rights reserved.