Uses of Class
org.ocopomo.annotation.gate.parser.XNode

Packages that use XNode
org.ocopomo.annotation.gate.parser   
 

Uses of XNode in org.ocopomo.annotation.gate.parser
 

Methods in org.ocopomo.annotation.gate.parser that return XNode
 XNode EditorState.getXNode(int offset)
           
 XNode EditorState.getXNode(java.lang.String id)
           
 

Methods in org.ocopomo.annotation.gate.parser that return types with arguments of type XNode
 java.util.SortedSet<XNode> EditorState.getXNodes()
           
 

Methods in org.ocopomo.annotation.gate.parser with parameters of type XNode
 LinkAnnotation EditorState.addLinkAnnotation(XNode start, XNode end, int offsetAnnotationLog, int lengthAnnotationLog, java.lang.String logFileName)
           
 TxtEmfAnnotation EditorState.addTxtAnnotation(XNode start, XNode end, java.lang.String annotationType, java.lang.String xmiId)
           
 

Constructor parameters in org.ocopomo.annotation.gate.parser with type arguments of type XNode
EditorState(java.lang.String text, java.util.List<Annotation> linkAnnotations, java.util.Set<XNode> xNodes)