public class CreateXmlTree extends Object
Constructor and Description |
---|
CreateXmlTree() |
Modifier and Type | Method and Description |
---|---|
static void |
createMultiNodes(String key,
Enumeration e,
StringBuffer xml)
creates a multiple xml nodes and appends those nodes to the input xml
construct.
|
static String |
createSingleNode(String key,
String val)
creates a single xml node and return that node.
|
static void |
createSingleNode(String key,
String val,
StringBuffer xml)
creates a single xml node and appends that node to the input xml
construct.
|
static String |
parseAttValue(String s)
Parses attribute value, replaces " and ' with XML parser acceptable
strings.
|
public static void createSingleNode(String key, String val, StringBuffer xml) throws ParserConfigurationException
ParserConfigurationException
public static String createSingleNode(String key, String val) throws ParserConfigurationException
ParserConfigurationException
public static void createMultiNodes(String key, Enumeration e, StringBuffer xml) throws ParserConfigurationException
ParserConfigurationException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.