Uses of Interface
sk.uniba.euromath.document.schema.plug.INewElementRuleP

Packages that use INewElementRuleP
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 INewElementRuleP in sk.uniba.euromath.document.schema
 

Methods in sk.uniba.euromath.document.schema that return types with arguments of type INewElementRuleP
 Map<QName,INewElementRuleP> SchemaPool.getForeignRoots(IQNameAcceptor nameAcceptor)
           Returns Map of all known root elements from foreign namespaces, that given acceptor accepts.The function returns roots of loaded schemas only!
 Map<QName,INewElementRuleP> SchemaPool.getRoots(String namespaceUri, IQNameAcceptor acceptor)
          Returns all possible root elements for given namespace.
 

Uses of INewElementRuleP in sk.uniba.euromath.document.schema.impl
 

Methods in sk.uniba.euromath.document.schema.impl that return types with arguments of type INewElementRuleP
 INameListP<INewElementRuleP> SchemaImpl.getRootElements()
           
 

Uses of INewElementRuleP in sk.uniba.euromath.document.schema.impl.export
 

Classes in sk.uniba.euromath.document.schema.impl.export that implement INewElementRuleP
 class NewElementRuleImpl
          Implementor of NewElementRuleP interface.
 

Methods in sk.uniba.euromath.document.schema.impl.export that return types with arguments of type INewElementRuleP
static NameListImplBuilder<INewElementRuleP,com.sun.msv.grammar.ElementExp> NameListImplBuilder.getElementBuilder()
          Returns builder that builds element rules.
 INameListP<? extends INewElementRuleP> ElementRuleImpl.getEnclosingElements(sk.baka.ikslibs.ptr.DOMPoint start, sk.baka.ikslibs.ptr.DOMPoint end)
           
 INameListP<INewElementRuleP> ElementLocImpl.getNameList()
           
 

Constructor parameters in sk.uniba.euromath.document.schema.impl.export with type arguments of type INewElementRuleP
ElementLocImpl(sk.baka.ikslibs.ptr.DOMPoint ip, NameListImpl<INewElementRuleP> nameList)
          Constructs new instance and initialize it.
 

Uses of INewElementRuleP in sk.uniba.euromath.document.schema.impl.modify
 

Methods in sk.uniba.euromath.document.schema.impl.modify that return types with arguments of type INewElementRuleP
 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 INewElementRuleP in sk.uniba.euromath.document.schema.plug
 

Methods in sk.uniba.euromath.document.schema.plug that return types with arguments of type INewElementRuleP
 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<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.
 



Copyright © 2003-2006 null. All Rights Reserved.