Class Elements

  • All Implemented Interfaces:
    java.io.Serializable

    public class Elements
    extends javax.xml.bind.JAXBElement<XhtmlElementType>
    This class provides a fluent interface to xhtml supporting jaxb bindings.
    Created on: Jun 17, 2008
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.xml.bind.JAXBElement

        javax.xml.bind.JAXBElement.GlobalScope
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      • Fields inherited from class javax.xml.bind.JAXBElement

        declaredType, name, nil, scope, value
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Elements add​(java.lang.Object... childNodes)  
      Elements addChild​(java.lang.Object child)  
      private static Elements createElement​(java.lang.String elementName)  
      private static javax.xml.bind.JAXBElement<XhtmlValueType> createElement​(java.lang.String elementName, java.lang.String value)  
      static Elements el​(java.lang.String elementName)  
      static java.lang.Object val​(java.lang.String elementName, java.lang.String value)  
      • Methods inherited from class javax.xml.bind.JAXBElement

        getDeclaredType, getName, getScope, getValue, isGlobalScope, isNil, isTypeSubstituted, setNil, setValue
      • Methods inherited from class java.lang.Object

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

      • el

        public static Elements el​(java.lang.String elementName)
      • val

        public static java.lang.Object val​(java.lang.String elementName,
                                           java.lang.String value)
      • add

        public Elements add​(java.lang.Object... childNodes)
      • addChild

        public Elements addChild​(java.lang.Object child)
      • createElement

        private static Elements createElement​(java.lang.String elementName)
      • createElement

        private static javax.xml.bind.JAXBElement<XhtmlValueType> createElement​(java.lang.String elementName,
                                                                                java.lang.String value)