Drools Workbench - XML for migration 6.2.0.CR4

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>


Field Summary
static String CDATA_CLOSE
           
static String CDATA_OPEN
           
static String GT
           
static String LT
           
static String LT_SLASH
           
static String SLASH_GT
           
 
Method Summary
 void format(StringBuilder sb, T t)
           
 T parse(Node node)
           
 

Field Detail

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
Method Detail

format

void format(StringBuilder sb,
            T t)

parse

T parse(Node node)

Drools Workbench - XML for migration 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.