|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INameListP | |
---|---|
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.impl.modify | Classes that computes possible document modification operations. |
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 INameListP in sk.uniba.euromath.document.schema |
---|
Methods in sk.uniba.euromath.document.schema with parameters of type INameListP | |
---|---|
Map<QName,R> |
INameListWrapperDataProvider.getForeignRules(INameListP original)
Returns rules that shall represent foreign rules in the namelist. |
Uses of INameListP in sk.uniba.euromath.document.schema.impl |
---|
Methods in sk.uniba.euromath.document.schema.impl that return INameListP | |
---|---|
INameListP<IAttributeRuleP> |
SchemaImpl.getExportedAttributes()
|
INameListP<INewElementRuleP> |
SchemaImpl.getRootElements()
|
Uses of INameListP in sk.uniba.euromath.document.schema.impl.export |
---|
Classes in sk.uniba.euromath.document.schema.impl.export that implement INameListP | |
---|---|
class |
NameListImpl<R extends ISingleQNameP>
Implementor of the NameListP interface. |
Methods in sk.uniba.euromath.document.schema.impl.export that return INameListP | |
---|---|
INameListP<? extends INewElementRuleP> |
ElementRuleImpl.getEnclosingElements(sk.baka.ikslibs.ptr.DOMPoint start,
sk.baka.ikslibs.ptr.DOMPoint end)
|
INameListP<? extends IAttributeRuleP> |
ElementRuleImpl.getInsertableAttributes()
|
INameListP<INewElementRuleP> |
ElementLocImpl.getNameList()
|
Methods in sk.uniba.euromath.document.schema.impl.export that return types with arguments of type INameListP | |
---|---|
List<? extends INameListP<? extends IAttributeRuleP>> |
AttributeListRuleImpl.getList()
|
Uses of INameListP in sk.uniba.euromath.document.schema.impl.modify |
---|
Methods in sk.uniba.euromath.document.schema.impl.modify that return INameListP | |
---|---|
INameListP<INewElementRuleP> |
EncloseDecloseElements.getEnclosingElements(Element parent,
sk.baka.ikslibs.ptr.DOMPoint start,
sk.baka.ikslibs.ptr.DOMPoint end,
com.sun.msv.grammar.ElementExp exp)
Checks whether selected content is enclosable. |
Uses of INameListP in sk.uniba.euromath.document.schema.plug |
---|
Methods in sk.uniba.euromath.document.schema.plug that return INameListP | |
---|---|
INameListP<? extends INewElementRuleP> |
IElementRuleP.getEnclosingElements(sk.baka.ikslibs.ptr.DOMPoint start,
sk.baka.ikslibs.ptr.DOMPoint end)
Computes and returns an one-sized insertlist of elements, that can enclose given nodeset. |
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. |
INameListP<INewElementRuleP> |
IElementLocP.getNameList()
Returns namelist for element, that can be inserted at specified position. |
INameListP<INewElementRuleP> |
ISchema.getRootElements()
Returns list of possible local names of the root elements. |
Methods in sk.uniba.euromath.document.schema.plug that return types with arguments of type INameListP | |
---|---|
List<? extends INameListP<? extends IAttributeRuleP>> |
IAttributeListRuleP.getList()
Returns lists of creatable attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |