public class XmlUtils extends Object
Constructor and Description |
---|
XmlUtils() |
Modifier and Type | Method and Description |
---|---|
protected static String |
filterAttributesFromXml(String xmlIn,
String... attributeNames)
Used to remove a fixed set of known attributes from an XML string.
|
protected static String filterAttributesFromXml(String xmlIn, String... attributeNames)
xmlIn
- xml stringattributeNames
- list of attributes to removeCopyright © 2022. All rights reserved.