Uses of Enum
org.apache.maven.doxia.parser.Xhtml1BaseParser.AttributeMapping.MergeSemantics
Packages that use Xhtml1BaseParser.AttributeMapping.MergeSemantics
-
Uses of Xhtml1BaseParser.AttributeMapping.MergeSemantics in org.apache.maven.doxia.parser
Subclasses with type arguments of type Xhtml1BaseParser.AttributeMapping.MergeSemantics in org.apache.maven.doxia.parserModifier and TypeClassDescription(package private) static enumFields in org.apache.maven.doxia.parser declared as Xhtml1BaseParser.AttributeMapping.MergeSemanticsModifier and TypeFieldDescriptionprivate final Xhtml1BaseParser.AttributeMapping.MergeSemanticsXhtml1BaseParser.AttributeMapping.mergeSemanticsMethods in org.apache.maven.doxia.parser that return Xhtml1BaseParser.AttributeMapping.MergeSemanticsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.Xhtml1BaseParser.AttributeMapping.MergeSemantics.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.maven.doxia.parser with parameters of type Xhtml1BaseParser.AttributeMapping.MergeSemanticsModifierConstructorDescription(package private)AttributeMapping(String sourceName, String targetName, UnaryOperator<String> valueMapper, Xhtml1BaseParser.AttributeMapping.MergeSemantics mergeSemantics) (package private)AttributeMapping(String sourceAttribute, String targetAttribute, Xhtml1BaseParser.AttributeMapping.MergeSemantics mergeSemantics)