Uses of Class
org.smooks.api.resource.visitor.dom.VisitPhase
-
Packages that use VisitPhase Package Description org.smooks.api.resource.visitor.dom -
-
Uses of VisitPhase in org.smooks.api.resource.visitor.dom
Methods in org.smooks.api.resource.visitor.dom that return VisitPhase Modifier and Type Method Description VisitPhase
value()
static VisitPhase
VisitPhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static VisitPhase[]
VisitPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-