Modifier and Type | Method and Description |
---|---|
static Element |
getElement(Node elementNode) |
static Document |
getElementXmlDocument(List<Element> elements) |
static ProductType |
getProductType(Node productTypeNode) |
static ConcurrentHashMap<String,List<Element>> |
getProductTypeElementList(Node typeMapNode,
ConcurrentHashMap<String,Element> elements) |
static Document |
getProductTypeMapXmlDocument(ConcurrentHashMap<String,List<Element>> productTypeMap,
ConcurrentHashMap<String,String> subToSuperMap) |
static Document |
getProductTypeXmlDocument(List<ProductType> productTypes) |
static void |
writeElementXmlDocument(List<Element> elements,
String xmlFilePath) |
static void |
writeProductTypeMapXmLDocument(ConcurrentHashMap<String,List<Element>> productTypeMap,
ConcurrentHashMap<String,String> subToSuperMap,
String xmlFilePath) |
static void |
writeProductTypeXmlDocument(List<ProductType> productTypes,
String xmlFilePath) |
public static ProductType getProductType(Node productTypeNode)
public static void writeProductTypeMapXmLDocument(ConcurrentHashMap<String,List<Element>> productTypeMap, ConcurrentHashMap<String,String> subToSuperMap, String xmlFilePath)
public static void writeElementXmlDocument(List<Element> elements, String xmlFilePath)
public static void writeProductTypeXmlDocument(List<ProductType> productTypes, String xmlFilePath)
public static Document getProductTypeMapXmlDocument(ConcurrentHashMap<String,List<Element>> productTypeMap, ConcurrentHashMap<String,String> subToSuperMap)
public static Document getProductTypeXmlDocument(List<ProductType> productTypes)
public static ConcurrentHashMap<String,List<Element>> getProductTypeElementList(Node typeMapNode, ConcurrentHashMap<String,Element> elements)
Copyright © 1999–2017 Apache OODT. All rights reserved.