Uses of Class
com.github.weisj.jsvg.parser.impl.AttributeNode.ElementRelation
-
Packages that use AttributeNode.ElementRelation Package Description com.github.weisj.jsvg.parser.impl -
-
Uses of AttributeNode.ElementRelation in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return AttributeNode.ElementRelation Modifier and Type Method Description static AttributeNode.ElementRelationAttributeNode.ElementRelation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeNode.ElementRelation[]AttributeNode.ElementRelation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.parser.impl with parameters of type AttributeNode.ElementRelation Modifier and Type Method Description <T> TAttributeNode. getElementByHref(@NotNull java.lang.Class<T> type, @NotNull Category category, @Nullable java.lang.String value, AttributeNode.ElementRelation relation)<T> TAttributeNode. getElementByHref(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, AttributeNode.ElementRelation relation)private <T> TAttributeNode. recordIndirectChild(T child, java.lang.String value, AttributeNode.ElementRelation relation)
-