public class AttributesUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
XML_TAG |
static String |
XML_TAG_ATTRIBUTE |
static String |
XML_TAG_GROUP |
Constructor and Description |
---|
AttributesUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getAttributesXml(Map<String,Map<String,String>> attributesMap)
Serialize an attributes group map to XML
|
static Map<String,Map<String,String>> |
loadAttributes(Node attributesNode)
Load the attribute groups from an XML DOM Node
|
public static final String XML_TAG
public static final String XML_TAG_GROUP
public static final String XML_TAG_ATTRIBUTE
Copyright © 2018 Hitachi Vantara. All rights reserved.