Uses of Interface
org.jboss.as.controller.xml.XMLElement
Packages that use XMLElement
Package
Description
-
Uses of XMLElement in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging with parameters of type XMLElementModifier and TypeMethodDescriptionfinal IllegalArgumentExceptionControllerLogger_$logger.illegalXMLAllElementCardinality(XMLElement<?, ?> element) ControllerLogger.illegalXMLAllElementCardinality(XMLElement<?, ?> element) -
Uses of XMLElement in org.jboss.as.controller.persistence.xml
Subinterfaces of XMLElement in org.jboss.as.controller.persistence.xmlModifier and TypeInterfaceDescriptioninterfaceEncapsulates an XML element for anAttributeDefinition.interfaceEncapsulates an XML element for a named (i.e. wildcard or override) resource registration.interfaceEncapsulates an XML element for a resource registration.interfaceEncapsulates an XML element for a subsystem resource.interfaceEncapsulates an XML element for a singleton (i.e. non-wildcard) resource registration.interfaceEncapsulates an XML element for a subsystem resource registration.Classes in org.jboss.as.controller.persistence.xml that implement XMLElementModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Uses of XMLElement in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type XMLElementModifier and TypeClassDescriptionstatic classXMLElementGroup.AbstractBuilder<RC,WC, E extends XMLElement<RC, WC>, T extends XMLElementGroup<RC, WC>, B extends XMLElementGroup.Builder<RC, WC, E, T, B>> static interfaceXMLElementGroup.Builder<RC,WC, E extends XMLElement<RC, WC>, T extends XMLElementGroup<RC, WC>, B extends XMLElementGroup.Builder<RC, WC, E, T, B>> static classXMLParticleGroup.AbstractBuilder<RC,WC, E extends XMLElement<RC, WC>, T extends XMLParticleGroup<RC, WC>, B extends XMLParticleGroup.Builder<RC, WC, E, T, B>> static interfaceXMLParticleGroup.Builder<RC,WC, E extends XMLElement<RC, WC>, T extends XMLParticleGroup<RC, WC>, B extends XMLParticleGroup.Builder<RC, WC, E, T, B>> Classes in org.jboss.as.controller.xml that implement XMLElementMethods in org.jboss.as.controller.xml that return XMLElementModifier and TypeMethodDescriptionXMLElement.DefaultBuilder.build()static <RC,WC> XMLElement<RC, WC> XMLElement.ignore(QName name, XMLCardinality cardinality) Creates an element whose content should be ignored, if present.default <R,W> XMLElement<R, W> default <R,W> XMLElement<R, W> XMLElement.withContext(Supplier<RC> readContextFactory, BiConsumer<R, RC> readContextConsumer, Function<W, WC> writeContentMapper) Methods in org.jboss.as.controller.xml with parameters of type XMLElementConstructor parameters in org.jboss.as.controller.xml with type arguments of type XMLElementModifierConstructorDescriptionprotectedDefaultXMLAll(Collection<? extends XMLElement<RC, WC>> elements, XMLCardinality cardinality) protectedDefaultXMLElementChoice(Collection<? extends XMLElement<RC, WC>> elements, XMLCardinality cardinality, Consumer<RC> absenteeHandler, Stability stability) protectedDefaultXMLElementChoice(Set<QName> names, XMLCardinality cardinality, org.wildfly.common.function.ExceptionFunction<org.jboss.staxmapper.XMLExtendedStreamReader, XMLElement<RC, WC>, XMLStreamException> elementReader, Consumer<RC> absenteeHandler, XMLContentWriter<WC> writer, Stability stability)