Uses of Class
sk.uniba.euromath.document.NodeListID

Packages that use NodeListID
sk.uniba.euromath.document Manages in-memory document. 
sk.uniba.euromath.plugin.views.outline.actions Actions for outline view 
 

Uses of NodeListID in sk.uniba.euromath.document
 

Methods in sk.uniba.euromath.document that return NodeListID
 NodeListID DocumentModifier.delete(NodeListID list, int fromPos, int toPos)
          Tries to delete specified range of text.
 NodeListID IDManager.getNode(String id)
          Gets node identified by ID.
 NodeListID IdDomMapper.getNodeList(Node node)
          Provides mapping functions more specific to given node.
 NodeListID IDManager.getNodeNull(String id)
          Gets node identified by ID.
 NodeListID DocumentContent.getTextNode(String id)
          Gets text (or CData) nodes, containing text identified by ID.
 NodeListID DocumentModifier.insertEntity(NodeListID list, int pos, String entityName)
          Inserts an entity into specified position.
 NodeListID DocumentModifier.insertText(NodeListID list, int pos, String text, short type)
          Tries to insert some text into specified position.
(package private) static NodeListID NodeListID.newInstance(Node node, DomCore doc)
          Creates new instance of the nodelist.
 NodeListID NodeListID.recover()
          Tries to recover from modification of underlying nodes.
 

Methods in sk.uniba.euromath.document with parameters of type NodeListID
 NodeListID DocumentModifier.delete(NodeListID list, int fromPos, int toPos)
          Tries to delete specified range of text.
 NodeListID DocumentModifier.insertEntity(NodeListID list, int pos, String entityName)
          Inserts an entity into specified position.
 NodeListID DocumentModifier.insertText(NodeListID list, int pos, String text, short type)
          Tries to insert some text into specified position.
 

Uses of NodeListID in sk.uniba.euromath.plugin.views.outline.actions
 

Fields in sk.uniba.euromath.plugin.views.outline.actions declared as NodeListID
(package private)  NodeListID DeleteTextPieceAction.nodeListId
           
 



Copyright 2003-2003-2006 null. All Rights Reserved.