protected XMLElement.Builder<RC,WC> |
XMLElement.DefaultBuilder.builder() |
|
XMLElement.Builder<RC,WC> |
XMLParticleFactory.DefaultXMLParticleFactory.element(QName name,
Stability stability) |
|
default XMLElement.Builder<RC,WC> |
XMLParticleFactory.element(QName name) |
Returns a builder of an XML element, using the specified name.
|
XMLElement.Builder<RC,WC> |
XMLParticleFactory.element(QName name,
Stability stability) |
Returns a builder of an XML element, using the specified name.
|
XMLElement.Builder<RC,WC> |
XMLElement.Builder.withAttributes(Map<QName,org.jboss.staxmapper.XMLAttributeReader<RC>> readers,
XMLContentWriter<WC> writer) |
Adds readers and writer for the attributes of this element.
|
XMLElement.Builder<RC,WC> |
XMLElement.DefaultBuilder.withAttributes(Map<QName,org.jboss.staxmapper.XMLAttributeReader<RC>> readers,
XMLContentWriter<WC> writer) |
|