| |
|
| org.obe.xpdl.model.data.XMLFragment org.obe.xpdl.model.misc.ExtendedAttributes
ExtendedAttributes | public ExtendedAttributes()(Code) | | |
getDocumentElementName | protected String getDocumentElementName()(Code) | | |
getDocumentElementNamespaceURI | protected String getDocumentElementNamespaceURI()(Code) | | |
getMap | public Map getMap() throws XMLException(Code) | | Returns an unmodifiable map of name:value pairs. The map representation
is only suitable for simple extended attributes with values that can be
represented as strings.
A map of simple name:value pairs. throws: XMLException - |
setMap | public void setMap(Map map) throws XMLException(Code) | | Sets extended attributes as map of name:value pairs. The map
representation is only suitable for simple extended attributes with
values that can be represented as strings. Complex extended attributes
must be set either as XML text or as a DOM document; in either case the
document element must be ExtendedAttributes , in the XPDL
namspace URI http://www.wfmc.org/2002/XPDL1.0 .
Parameters: map - Map of name:value pairs. throws: XMLException - |
Fields inherited from org.obe.xpdl.model.data.XMLFragment | final public static int MAX_TOSTRING_TEXT_LEN(Code)(Java Doc)
|
|
|
|