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() |
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–2015 JBoss by Red Hat. All rights reserved.