|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAttributeRuleP | |
---|---|
sk.uniba.euromath.document.schema | Helps with the document modification. |
sk.uniba.euromath.document.schema.impl | Implementation of adapter that adapts MSV's Expression object to the ISchema interface. |
sk.uniba.euromath.document.schema.impl.export | Encapsulates and adapts internal structures onto schema API interfaces. |
sk.uniba.euromath.document.schema.plug | Interfaces that must be implemented in order to be able to be provided by the SchemaPool object. |
Uses of IAttributeRuleP in sk.uniba.euromath.document.schema |
---|
Methods in sk.uniba.euromath.document.schema that return types with arguments of type IAttributeRuleP | |
---|---|
Map<QName,IAttributeRuleP> |
SchemaPool.getExportedAttributes(String localNamespace,
IQNameAcceptor qnAcceptor)
Returns Map of all known attributes, exported from foreign namespace, that given acceptor accepts. |
Uses of IAttributeRuleP in sk.uniba.euromath.document.schema.impl |
---|
Methods in sk.uniba.euromath.document.schema.impl that return types with arguments of type IAttributeRuleP | |
---|---|
INameListP<IAttributeRuleP> |
SchemaImpl.getExportedAttributes()
|
Uses of IAttributeRuleP in sk.uniba.euromath.document.schema.impl.export |
---|
Classes in sk.uniba.euromath.document.schema.impl.export that implement IAttributeRuleP | |
---|---|
class |
AttributeRuleImpl
Implements the AttributeRule interface. |
Methods in sk.uniba.euromath.document.schema.impl.export that return IAttributeRuleP | |
---|---|
IAttributeRuleP |
ElementRuleImpl.getAttributeRule(Attr attribute)
|
Methods in sk.uniba.euromath.document.schema.impl.export that return types with arguments of type IAttributeRuleP | |
---|---|
static NameListImplBuilder<IAttributeRuleP,com.sun.msv.grammar.AttributeExp> |
NameListImplBuilder.getAttributeBuilder()
Returns builder that builds attribute rules. |
INameListP<? extends IAttributeRuleP> |
ElementRuleImpl.getInsertableAttributes()
|
List<? extends INameListP<? extends IAttributeRuleP>> |
AttributeListRuleImpl.getList()
|
Uses of IAttributeRuleP in sk.uniba.euromath.document.schema.plug |
---|
Methods in sk.uniba.euromath.document.schema.plug that return IAttributeRuleP | |
---|---|
IAttributeRuleP |
IElementRuleP.getAttributeRule(Attr attribute)
Returns rule for given attribute. |
Methods in sk.uniba.euromath.document.schema.plug that return types with arguments of type IAttributeRuleP | |
---|---|
INameListP<IAttributeRuleP> |
ISchema.getExportedAttributes()
Computes all attributes defined in this schema, regardless of element, which they are bound to. |
INameListP<? extends IAttributeRuleP> |
IElementRuleP.getInsertableAttributes()
Returns all attributes that can be created in this element. |
List<? extends INameListP<? extends IAttributeRuleP>> |
IAttributeListRuleP.getList()
Returns lists of creatable attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |