Uses of Enum Class
com.github.weisj.jsvg.parser.impl.AttributeNode.ElementRelation
Packages that use AttributeNode.ElementRelation
-
Uses of AttributeNode.ElementRelation in com.github.weisj.jsvg.parser.impl
Subclasses with type arguments of type AttributeNode.ElementRelation in com.github.weisj.jsvg.parser.implMethods in com.github.weisj.jsvg.parser.impl that return AttributeNode.ElementRelationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AttributeNode.ElementRelation[]AttributeNode.ElementRelation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.parser.impl with parameters of type AttributeNode.ElementRelationModifier and TypeMethodDescription<T> TAttributeNode.getElementByHref(@NotNull Class<T> type, @NotNull Category category, @Nullable String value, AttributeNode.ElementRelation relation) <T> TAttributeNode.getElementByHref(@NotNull Class<T> type, @Nullable String value, AttributeNode.ElementRelation relation) private <T> TAttributeNode.recordIndirectChild(T child, String value, AttributeNode.ElementRelation relation)