sk.uniba.euromath.document.schema
Class AttributeListRule
java.lang.Object
sk.uniba.euromath.document.schema.AttributeListRule
public class AttributeListRule
- extends Object
Wraps the AttributeListRuleP
interface.
- Author:
- Martin Vysny
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeListRule
public AttributeListRule(IAttributeListRuleP listRule)
- Constructs a wrapper instance.
- Parameters:
listRule
- wrap this rule.
getList
public List<INameList<AttributeRule>> 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.