java.lang.Object
com.thoughtworks.qdox.model.util.TagParser
-
方法概要
修饰符和类型方法说明parseNamedParameters(String tagValue) Extract a Map of named parametersparseParameters(String tagValue) Extract an array of parameters as name or name=value representationstatic String[]parseWords(String tagValue) Extract an array of positional parameters
-
方法详细资料
-
parseNamedParameters
Extract a Map of named parameters- 参数:
tagValue- the tag value- 返回:
- a Map with the parameter names and their values
-
parseWords
Extract an array of positional parameters- 参数:
tagValue- the tag value- 返回:
- an array with words
-
parseParameters
Extract an array of parameters as name or name=value representation- 参数:
tagValue- the tag value- 返回:
- the names of the parameters
- 从以下版本开始:
- 1.11
-