public final class ExtendableItemHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
fillExtraAttributes(ParserSettings settings,
DefaultExtendableItem item,
org.xml.sax.Attributes attributes,
java.lang.String[] ignoredAttNames) |
static java.util.Map |
getExtraAttributes(org.xml.sax.Attributes attributes,
java.lang.String prefix) |
static java.util.Map |
getExtraAttributes(ParserSettings settings,
org.xml.sax.Attributes attributes,
java.lang.String[] ignoredAttNames)
Extract from the XML attribute the extra Ivy ones
|
public static java.util.Map getExtraAttributes(org.xml.sax.Attributes attributes, java.lang.String prefix)
public static java.util.Map getExtraAttributes(ParserSettings settings, org.xml.sax.Attributes attributes, java.lang.String[] ignoredAttNames)
settings
- attributes
- ignoredAttNames
- the XML attributes names which are not extra but Ivy core onespublic static void fillExtraAttributes(ParserSettings settings, DefaultExtendableItem item, org.xml.sax.Attributes attributes, java.lang.String[] ignoredAttNames)