public class CategoriesXmlFormat extends Object implements XmlFormat<Categories>
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORIES |
CDATA_CLOSE, CDATA_OPEN, GT, LT, LT_SLASH, SLASH_GT| Constructor and Description |
|---|
CategoriesXmlFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
format(StringBuilder sb,
Categories categories) |
Categories |
parse(Node categoriesNode) |
public static final String CATEGORIES
public void format(StringBuilder sb, Categories categories)
format in interface XmlFormat<Categories>public Categories parse(Node categoriesNode)
parse in interface XmlFormat<Categories>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.