Maven module :un.storage : binding-xml :
Class : un.storage.binding.xml.XMLAttributes
Extends/Implements : un.api.collection.HashDictionary
Subclasses : -

convenient dictionary storing xml element properties.
author  Johann Sorel


Variables : -
Functions : getNamespaceMappings, getValueChars, getValueCharsArray, removeValueChars, removeValueFName, removeValueCharsArray, removeValueBoolean




Get all namespace mappings.
param  remove true to remove read attribute from dictionary.
return  mapping or null if no mapping defined
public Dictionary getNamespaceMappings (boolean remove)

public Chars getValueChars (NamespaceContext nsctx, FName name)

public Chars[] getValueCharsArray (NamespaceContext nsctx, FName name)

public Chars removeValueChars (NamespaceContext nsctx, FName name)

public FName removeValueFName (NamespaceContext nsctx, FName name)

public Chars[] removeValueCharsArray (NamespaceContext nsctx, FName name)

public Boolean removeValueBoolean (NamespaceContext nsctx, FName name)