Class XhtmlValueType


  • public class XhtmlValueType
    extends java.lang.Object
    The type for an element holding a string value.
    Created on: Jun 17, 2008
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      XhtmlValueType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.String value
    • Constructor Detail

      • XhtmlValueType

        public XhtmlValueType()