com.atlassian.bamboo.util
Class BambooXmlUtils

java.lang.Object
  extended by com.atlassian.bamboo.util.BambooXmlUtils

Deprecated. since 4.4 use BambooXmlUtils in atlassian-bamboo-xml-utils

@Deprecated
public class BambooXmlUtils
extends Object


Method Summary
static String sanitiseXml10(String value)
          Deprecated. Removes non-XML 1.0 characters from the input string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sanitiseXml10

@NotNull
public static String sanitiseXml10(@NotNull
                                           String value)
Deprecated. 
Removes non-XML 1.0 characters from the input string. The input string is returned as-is if no invalid characters are found.



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.