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 VisitPhasevalue()static VisitPhaseVisitPhase. 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.
-