public class Directive extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Directive.DirectiveErrorConsumer |
| Modifier and Type | Field and Description |
|---|---|
static Predicate<String> |
containsNonDirectiveCharacter
containsNonDirectiveCharacter.
|
static Predicate<String> |
IS_DIRECTIVE_NAME
IS_DIRECTIVE_NAME.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Directive(List<String> values) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addValue(String value) |
List<String> |
getValues() |
protected void |
removeValueIgnoreCase(String value) |
Copyright © 2025 HtmlUnit. All rights reserved.