public class mxStylesheetCodec extends mxObjectCodec
Constructor and Description |
---|
mxStylesheetCodec()
Constructs a new model codec.
|
mxStylesheetCodec(Object template)
Constructs a new stylesheet codec for the given template.
|
mxStylesheetCodec(Object template,
String[] exclude,
String[] idrefs,
Map<String,String> mapping)
Constructs a new model codec for the given arguments.
|
Modifier and Type | Method and Description |
---|---|
Object |
decode(mxCodec dec,
Node node,
Object into)
Decodes the given mxStylesheet.
|
Node |
encode(mxCodec enc,
Object obj)
Encodes the given mxStylesheet.
|
protected String |
getStringValue(Map.Entry<String,Object> entry)
Returns the string for encoding the given value.
|
addObjectValue, afterDecode, afterEncode, beforeDecode, beforeEncode, cloneTemplate, convertValueFromXml, convertValueToXml, decode, decodeAttribute, decodeAttributes, decodeChild, decodeChildren, decodeNode, encodeElements, encodeFields, encodeObject, encodeValue, getAccessor, getAttributeName, getField, getFieldName, getFieldTemplate, getFieldValue, getFieldValueWithAccessor, getMethod, getName, getTemplate, isExcluded, isPrimitiveValue, isReference, processInclude, setFieldValue, setFieldValueWithAccessor, writeAttribute, writeComplexAttribute, writePrimitiveAttribute
public mxStylesheetCodec()
public mxStylesheetCodec(Object template)
public Node encode(mxCodec enc, Object obj)
encode
in class mxObjectCodec
enc
- Codec that controls the encoding process.obj
- Object to be encoded.protected String getStringValue(Map.Entry<String,Object> entry)
public Object decode(mxCodec dec, Node node, Object into)
decode
in class mxObjectCodec
dec
- Codec that controls the encoding process.node
- XML node to be decoded.into
- Optional object to encode the node into.Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.