public class ParentTreeUtil
extends java.lang.Object
Constructor | Description |
---|---|
ParentTreeUtil() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Tag> |
getParentTagTree(Tag tag,
java.util.List<Tag> tree) |
creates a parentTree of all parent Tag objects of a given Tag
|
java.util.List<java.lang.String> |
getParentTree(Tag t) |
creates a parentTree of all parents of a given Tag
|
public java.util.List<java.lang.String> getParentTree(Tag t)
t
- Tag the tag where you want to know it's parentTree ofpublic java.util.List<Tag> getParentTagTree(Tag tag, java.util.List<Tag> tree)
tag
- Tag the tag where you want to know it's parentTree oftree
- Copyright © 1998–2018. All rights reserved.