public interface XmlFormat<T>
Modifier and Type | Field and Description |
---|---|
static String |
CDATA_CLOSE |
static String |
CDATA_OPEN |
static String |
GT |
static String |
LT |
static String |
LT_SLASH |
static String |
SLASH_GT |
Modifier and Type | Method and Description |
---|---|
void |
format(StringBuilder sb,
T t) |
T |
parse(Node node) |
static final String LT
static final String LT_SLASH
static final String GT
static final String SLASH_GT
static final String CDATA_OPEN
static final String CDATA_CLOSE
void format(StringBuilder sb, T t)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.