Uses of Interface
org.smooks.api.profile.Profile
-
Packages that use Profile Package Description org.smooks.api.profile org.smooks.engine.profile -
-
Uses of Profile in org.smooks.api.profile
Methods in org.smooks.api.profile that return Profile Modifier and Type Method Description Profile
ProfileSet. getProfile(String profile)
Get a profile from theProfileSet
.Methods in org.smooks.api.profile with parameters of type Profile Modifier and Type Method Description void
ProfileSet. addProfile(Profile profile)
Add a profile to the ProfileSet. -
Uses of Profile in org.smooks.engine.profile
Classes in org.smooks.engine.profile that implement Profile Modifier and Type Class Description class
BasicProfile
Basic device profile.Methods in org.smooks.engine.profile that return Profile Modifier and Type Method Description Profile
DefaultProfileSet. getProfile(String profile)
Get a profile from theProfileSet
.Methods in org.smooks.engine.profile that return types with arguments of type Profile Modifier and Type Method Description Iterator<Profile>
DefaultProfileSet. iterator()
Methods in org.smooks.engine.profile with parameters of type Profile Modifier and Type Method Description void
DefaultProfileSet. addProfile(Profile profile)
Add profile to the ProfileSet.
-