sk.uniba.euromath.document.schema.plug
Interface IAttributeListRuleP
- All Superinterfaces:
- IBaseRuleP
- All Known Implementing Classes:
- AttributeListRuleImpl
public interface IAttributeListRuleP
- extends IBaseRuleP
Represents list of attributes, that are allowed to be created in context
element. The context element doesn't exist yet.
- Author:
- Martin Vysny
getList
List<? extends INameListP<? extends IAttributeRuleP>> getList()
- Returns lists of creatable attributes. Each
NameListP
instance describes one attribute rule, with possible multiple names. So,
for one NameListP instance, each QName in map
NameListP.getLocalNames()
must map to one instance of
AttributeRule
.
- Returns:
- list of creatable attributes.
Copyright © 2003-2006 null. All Rights Reserved.