Uses of Interface
org.jboss.as.controller.xml.XMLElement
-
Packages that use XMLElement Package Description org.jboss.as.controller.logging org.jboss.as.controller.persistence.xml org.jboss.as.controller.xml -
-
Uses of XMLElement in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging with parameters of type XMLElement Modifier and Type Method Description IllegalArgumentExceptionControllerLogger_$logger. illegalXMLAllElementCardinality(XMLElement<?,?> element)IllegalArgumentExceptionControllerLogger. illegalXMLAllElementCardinality(XMLElement<?,?> element) -
Uses of XMLElement in org.jboss.as.controller.persistence.xml
Subinterfaces of XMLElement in org.jboss.as.controller.persistence.xml Modifier and Type Interface Description interfaceAttributeDefinitionXMLElementEncapsulates an XML element for anAttributeDefinition.interfaceNamedResourceRegistrationXMLElementEncapsulates an XML element for a named (i.e. wildcard or override) resource registration.interfaceResourceRegistrationXMLElementEncapsulates an XML element for a resource registration.interfaceResourceXMLElementEncapsulates an XML element for a subsystem resource.interfaceSingletonResourceRegistrationXMLElementEncapsulates an XML element for a singleton (i.e. non-wildcard) resource registration.interfaceSubsystemResourceRegistrationXMLElementEncapsulates an XML element for a subsystem resource registration.Classes in org.jboss.as.controller.persistence.xml that implement XMLElement Modifier and Type Class Description static classAttributeDefinitionXMLElement.DefaultAttributeDefinitionXMLElementstatic classNamedResourceRegistrationXMLElement.DefaultNamedResourceRegistrationXMLElementstatic classResourceRegistrationXMLElement.DefaultResourceRegistrationXMLElementstatic classResourceXMLElement.DefaultResourceXMLElementstatic classSingletonResourceRegistrationXMLElement.DefaultSingletonResourceRegistrationXMLElementstatic classSubsystemResourceRegistrationXMLElement.DefaultSubsystemResourceRegistrationXMLElement -
Uses of XMLElement in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type XMLElement Modifier and Type Class Description static 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 XMLElement Modifier and Type Class Description static classXMLElement.DefaultXMLElement<RC,WC>Methods in org.jboss.as.controller.xml that return XMLElement Modifier and Type Method Description XMLElement<RC,WC>XMLElement.DefaultBuilder. build()static <RC,WC>
XMLElement<RC,WC>XMLElement. ignore(QName name, XMLCardinality cardinality)Creates an element whose content should be ignored, if present.Methods in org.jboss.as.controller.xml with parameters of type XMLElement Modifier and Type Method Description XMLAll.Builder<RC,WC>XMLAll.DefaultBuilder. addElement(XMLElement<RC,WC> element)Constructor parameters in org.jboss.as.controller.xml with type arguments of type XMLElement Constructor Description DefaultXMLAll(Collection<? extends XMLElement<RC,WC>> elements, XMLCardinality cardinality)DefaultXMLElementChoice(Collection<? extends XMLElement<RC,WC>> elements, XMLCardinality cardinality, Consumer<RC> absenteeHandler, Stability stability)DefaultXMLElementChoice(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)
-