Uses of Class
com.deltaxml.dita.config.AttributeWithValue
Packages that use AttributeWithValue
-
Uses of AttributeWithValue in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return types with arguments of type AttributeWithValueModifier and TypeMethodDescriptionDitaMarkup.getNewVersionAtts()Gets the value of the newVersionAtts parameter.DitaMarkup.getOldVersionAtts()Gets the value of the oldVersionAtts parameter.Method parameters in com.deltaxml.dita.config with type arguments of type AttributeWithValueModifier and TypeMethodDescriptionvoidDitaMarkup.setNewVersionAtts(Set<AttributeWithValue> value) Specifies attributes to place on to added elements in the result.voidDitaMarkup.setOldVersionAtts(Set<AttributeWithValue> value) Specifies attributes to place on deleted elements in the result.