public class SVGAttribute extends Object
Constructor and Description |
---|
SVGAttribute(Set applicabilitySet,
boolean isSetInclusive) |
public SVGAttribute(Set applicabilitySet, boolean isSetInclusive)
applicabilitySet
- Set of Element tags (Strings) to which
the attribute appliesisSetInclusive
- defines whether elements in applicabilitySet
define the list of elements to which the attribute
applies or to which it does not applypublic boolean appliesTo(String tag)
tag
- the tag of the Element to which the attribute
could apply.Copyright © 2000–2023 Apache Software Foundation. All rights reserved.