com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
Class Elements
java.lang.Object
javax.xml.bind.JAXBElement<XhtmlElementType>
com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
- All Implemented Interfaces:
- Serializable
public class Elements
- extends JAXBElement<XhtmlElementType>
This class provides a fluent interface to xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
- Version:
- $Id$
- Author:
- Martin Grotzke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Elements
public Elements(QName name,
Class<XhtmlElementType> clazz,
XhtmlElementType element)
el
public static Elements el(String elementName)
val
public static Object val(String elementName,
String value)
add
public Elements add(Object... childNodes)
addChild
public Elements addChild(Object child)
Copyright © 2013 Oracle Corporation. All Rights Reserved.