public class BpmnXMLReader extends Object
Modifier and Type | Field and Description |
---|---|
static IPostProcessor |
configpp |
static String |
CONTEXT_ENTRIES
Key for error entries in read context.
|
static String |
LIST_ELEMENT_ATTRIBUTE_DELIMITER
String delimiter for element attributes
0x240B (9227) SYMBOL FOR VERTICAL TABULATION |
static String |
LIST_ELEMENT_DELIMITER
String delimiter for list elements
0x241F (9247) SYMBOL FOR UNIT SEPARATOR |
Constructor and Description |
---|
BpmnXMLReader() |
Modifier and Type | Method and Description |
---|---|
static IErrorReport |
buildReport(String modelname,
String filename,
MultiCollection entries)
Build the error report.
|
static Set |
getXMLMapping()
Get the XML mapping.
|
static MultiColumnTableEx |
parseBpmnMultiColumTable(List details,
List annos)
Parse a list of annotation details into an MultiColumnTableEx
|
static MBpmnModel |
read(ResourceInfo rinfo,
ClassLoader classloader,
IResourceIdentifier rid,
IComponentIdentifier root)
Read properties from xml.
|
public static final String CONTEXT_ENTRIES
public static final String LIST_ELEMENT_DELIMITER
0x241F
(9247) SYMBOL FOR UNIT SEPARATOR
public static final String LIST_ELEMENT_ATTRIBUTE_DELIMITER
0x240B
(9227) SYMBOL FOR VERTICAL TABULATION
public static IPostProcessor configpp
public static MBpmnModel read(ResourceInfo rinfo, ClassLoader classloader, IResourceIdentifier rid, IComponentIdentifier root) throws Exception
info
- The resource info.classloader
- The classloader.Exception
public static IErrorReport buildReport(String modelname, String filename, MultiCollection entries)
public static Set getXMLMapping()
public static MultiColumnTableEx parseBpmnMultiColumTable(List details, List annos)
details
- Copyright © 2012. All Rights Reserved.