public class TagControl
extends java.lang.Object
TagControl
class controls the components and values of parameters and
attributes.Constructor and Description |
---|
TagControl() |
Modifier and Type | Method and Description |
---|---|
static void |
controlSetTypeValue(Type type,
java.lang.String value)
Controls if the input value corresponds to the
Type component. |
public static void controlSetTypeValue(Type type, java.lang.String value) throws ParserException
Type
component.type
- the type with the component.value
- the new value for controlling.ParserException