Uses of Enum Class
org.tquadrat.foundation.xml.builder.XMLElement.Flags
Packages that use XMLElement.Flags
Package
Description
Classes for builder XML elements and documents.
The internal classes for the implementation of the XML builder tools.
Several classes that are not part of the API for the XML
builder tools, but required to implement tools for other, XML-derived
languages, like SVG or HTML.
-
Uses of XMLElement.Flags in org.tquadrat.foundation.xml.builder
Methods in org.tquadrat.foundation.xml.builder that return XMLElement.FlagsModifier and TypeMethodDescriptionstatic XMLElement.Flags
Returns the enum constant of this class with the specified name.static XMLElement.Flags[]
XMLElement.Flags.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.xml.builder that return types with arguments of type XMLElement.Flags -
Uses of XMLElement.Flags in org.tquadrat.foundation.xml.builder.internal
Methods in org.tquadrat.foundation.xml.builder.internal that return types with arguments of type XMLElement.FlagsModifier and TypeMethodDescriptionfinal Set
<XMLElement.Flags> XMLElementImpl.getFlags()
Returns the flags for this element.Constructor parameters in org.tquadrat.foundation.xml.builder.internal with type arguments of type XMLElement.FlagsModifierConstructorDescriptionprotected
XMLElementImpl
(String elementName, Set<XMLElement.Flags> flags) Creates a newXMLElementImpl
instance. -
Uses of XMLElement.Flags in org.tquadrat.foundation.xml.builder.spi
Constructor parameters in org.tquadrat.foundation.xml.builder.spi with type arguments of type XMLElement.FlagsModifierConstructorDescriptionprotected
XMLElementAdapter
(String elementName, Set<XMLElement.Flags> flags) Creates a newXMLElementAdapter
instance.