Class Elements
java.lang.Object
javax.xml.bind.JAXBElement<XhtmlElementType>
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
- All Implemented Interfaces:
Serializable
This class provides a fluent interface to xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
Created on: Jun 17, 2008
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.xml.bind.JAXBElement
JAXBElement.GlobalScope -
Field Summary
FieldsFields inherited from class javax.xml.bind.JAXBElement
declaredType, name, nil, scope, value -
Constructor Summary
ConstructorsConstructorDescriptionElements(QName name, Class<XhtmlElementType> clazz, XhtmlElementType element) -
Method Summary
Modifier and TypeMethodDescriptionprivate static ElementscreateElement(String elementName) private static JAXBElement<XhtmlValueType> createElement(String elementName, String value) static Elementsstatic ObjectMethods inherited from class javax.xml.bind.JAXBElement
getDeclaredType, getName, getScope, getValue, isGlobalScope, isNil, isTypeSubstituted, setNil, setValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Elements
-
-
Method Details
-
el
-
val
-
add
-
addChild
-
createElement
-
createElement
-