Package | Description |
---|---|
io.apicurio.datamodels | |
io.apicurio.datamodels.core.factories | |
io.apicurio.datamodels.core.util | |
io.apicurio.datamodels.core.visitors |
Modifier and Type | Method and Description |
---|---|
static void |
Library.visitTree(Node node,
IVisitor visitor,
TraverserDirection direction)
Convenience method for visiting a data model tree.
|
Modifier and Type | Method and Description |
---|---|
static ITraverser |
TraverserFactory.create(Document doc,
IVisitor visitor,
TraverserDirection direction)
Create the appropriate traverser for the given document/data model.
|
Modifier and Type | Method and Description |
---|---|
static void |
VisitorUtil.visitTree(Node node,
IVisitor visitor,
TraverserDirection direction) |
Modifier and Type | Method and Description |
---|---|
static TraverserDirection |
TraverserDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraverserDirection[] |
TraverserDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Red Hat. All rights reserved.