public class RemoveDescendantsUtil extends Object
AbstractJaxb.removeDescendants(Class)
,
AbstractJaxb.removeDescendants(String)
,
AbstractJaxb.removeDescendants(String, Class)
Constructor and Description |
---|
RemoveDescendantsUtil() |
Modifier and Type | Method and Description |
---|---|
static <T extends AbstractJaxb> |
removeDescendants(T target,
Class<T> tagType)
タグ指定で子孫要素を削除する
|
static <T extends AbstractJaxb> |
removeDescendants(T target,
String clazz)
class属性の指定で子孫要素を削除する
|
static <T extends AbstractJaxb> |
removeDescendants(T target,
String clazz,
Class<T> tagType)
タグとclass指定で子孫要素を削除する
|
public static <T extends AbstractJaxb> void removeDescendants(T target, String clazz, Class<T> tagType)
T
- tag class type. (i.e. Div.class, Span.class...)target
- objects for scanclazz
- class property of tagtagType
- tag classpublic static <T extends AbstractJaxb> void removeDescendants(T target, Class<T> tagType)
T
- tag class type. (i.e. Div.class, Span.class...)target
- objects for scantagType
- tag classpublic static <T extends AbstractJaxb> void removeDescendants(T target, String clazz)
T
- tag class type. (i.e. Div.class, Span.class...)target
- objects for scanclazz
- class property of tagCopyright © 2021 Project Mixer2. All rights reserved.