public class OptionGroup extends Object implements TokenConsumer
| Constructor and Description |
|---|
OptionGroup(Element el) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(TokenInputStream args,
Element result,
ErrorVisitor errors) |
String |
getId() |
boolean |
isSatisfied(ErrorVisitor errors) |
String |
toString() |
public OptionGroup(Element el)
public boolean accept(TokenInputStream args, Element result, ErrorVisitor errors)
accept in interface TokenConsumerpublic boolean isSatisfied(ErrorVisitor errors)
isSatisfied in interface TokenConsumerpublic String getId()
Apache CXF