public class Elements extends JAXBElement<XhtmlElementType>
JAXBElement.GlobalScope
declaredType, name, nil, scope, value
Constructor and Description |
---|
Elements(QName name,
Class<XhtmlElementType> clazz,
XhtmlElementType element) |
Modifier and Type | Method and Description |
---|---|
Elements |
add(Object... childNodes) |
Elements |
addChild(Object child) |
static Elements |
el(String elementName) |
static Object |
val(String elementName,
String value) |
getDeclaredType, getName, getScope, getValue, isGlobalScope, isNil, isTypeSubstituted, setNil, setValue
public Elements(QName name, Class<XhtmlElementType> clazz, XhtmlElementType element)
Copyright © 2013 Oracle Corporation. All rights reserved.