org.drools.workbench.jcr2vfsmigration.xml.format
Interface XmlFormat<T>
- All Known Implementing Classes:
- AbstractXmlAssetFormat, AttachmentAssetFormat, BusinessRuleAssetFormat, CategoriesXmlFormat, CategoryXmlFormat, DataModelAssetFormat, GuidedDecisionTableAssetFormat, ModulesXmlFormat, ModuleXmlFormat, PlainTextAssetFormat, XmlAssetFormat, XmlAssetsFormat
public interface XmlFormat<T>
LT
static final String LT
- See Also:
- Constant Field Values
LT_SLASH
static final String LT_SLASH
- See Also:
- Constant Field Values
GT
static final String GT
- See Also:
- Constant Field Values
SLASH_GT
static final String SLASH_GT
- See Also:
- Constant Field Values
CDATA_OPEN
static final String CDATA_OPEN
- See Also:
- Constant Field Values
CDATA_CLOSE
static final String CDATA_CLOSE
- See Also:
- Constant Field Values
format
void format(StringBuilder sb,
T t)
parse
T parse(Node node)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.