public class TypedTag extends Tag
Tags can be created using strings of the format
[type#]key[=value]?[;[type#]key[=value]?]*
or
[type#]key[:value]?[;[type#]key[:value]?]*
| Constructor and Description |
|---|
TypedTag(String key) |
TypedTag(String key,
String value) |
TypedTag(String type,
String key,
String value) |
public TypedTag(String key)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.