| Package | Description |
|---|---|
| com.vaadin.flow.dom |
| Modifier and Type | Method and Description |
|---|---|
static NodeVisitor.ElementType |
NodeVisitor.ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeVisitor.ElementType[] |
NodeVisitor.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NodeVisitor.visit(NodeVisitor.ElementType type,
Element element)
Visit the
element using provided element type. |
Copyright © 2025. All rights reserved.