org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
Class Elements
java.lang.Object
javax.xml.bind.JAXBElement<XhtmlElementType>
org.glassfish.jersey.server.wadl.internal.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
- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
- 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 © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.