Class XmlString


  • public class XmlString
    extends java.lang.Object
    Semantic wrapper for string that holds XML literal.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      static XmlString of​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • of

        public static XmlString of​(java.lang.String value)
      • getValue

        public java.lang.String getValue()