public class XMLUtils extends Object
| Constructor and Description | 
|---|
| XMLUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static QName | qName(String name,
     NamespaceSupport namespaces)Creates a qualified name from a string by parsing out the colon as the prefix / local
 separator. | 
| static String | removeXMLInvalidChars(String in)Checks the string for XML invalid chars, and in case any is found, create a copy with the
 invalid ones removed. | 
public static String removeXMLInvalidChars(String in)
input - public static QName qName(String name, NamespaceSupport namespaces)
name - The possibly qualified name.namespaces - The namespace prefix uri mappings.Copyright © 1996–2019 Geotools. All rights reserved.