java.lang.Object
org.xbib.datastructures.xml.XMLUtils

public class XMLUtils extends Object
  • Konstruktordetails

    • XMLUtils

      public XMLUtils()
  • Methodendetails

    • escapeXml

      public static String escapeXml(CharSequence str)
    • encodeXMLChar

      public static String encodeXMLChar(char ch)
      Encodes a char to XML-valid form replacing &,',",<,> with special XML encoding.
      Parameter:
      ch - char to convert
      Gibt zurück:
      XML-encoded text