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.ElementRelation
AttributeNode.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> T
AttributeNode. getElementByHref(@NotNull java.lang.Class<T> type, @NotNull Category category, @Nullable java.lang.String value, AttributeNode.ElementRelation relation)
<T> T
AttributeNode. getElementByHref(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, AttributeNode.ElementRelation relation)
private <T> T
AttributeNode. recordIndirectChild(T child, java.lang.String value, AttributeNode.ElementRelation relation)
-