Mylyn WikiText

Uses of Interface
org.eclipse.mylyn.wikitext.core.parser.Locator

Packages that use Locator
org.eclipse.mylyn.wikitext.core.parser contains framework classes for parsing lightweight markup (wiki markup) and creating output
org.eclipse.mylyn.wikitext.core.parser.builder contains concrete implementations of DocumentBuilder
org.eclipse.mylyn.wikitext.core.parser.markup comopnents for implementing a parser in terms of a MarkupLanguage 
org.eclipse.mylyn.wikitext.core.util Utility classes that are useful when using the parser framework 
 

Uses of Locator in org.eclipse.mylyn.wikitext.core.parser
 

Fields in org.eclipse.mylyn.wikitext.core.parser declared as Locator
protected  Locator DocumentBuilder.locator
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser that return Locator
 Locator DocumentBuilder.getLocator()
          The locator for the current session
 

Methods in org.eclipse.mylyn.wikitext.core.parser with parameters of type Locator
 void DocumentBuilder.setLocator(Locator locator)
          Set the locator for the current session
 

Uses of Locator in org.eclipse.mylyn.wikitext.core.parser.builder
 

Methods in org.eclipse.mylyn.wikitext.core.parser.builder with parameters of type Locator
 void MultiplexingDocumentBuilder.setLocator(Locator locator)
           
 

Uses of Locator in org.eclipse.mylyn.wikitext.core.parser.markup
 

Classes in org.eclipse.mylyn.wikitext.core.parser.markup that implement Locator
 class ContentState
          State related to parsing content, propagated to blocks and other processors during the parse phase.
 

Uses of Locator in org.eclipse.mylyn.wikitext.core.util
 

Classes in org.eclipse.mylyn.wikitext.core.util that implement Locator
 class LocatorImpl
           
 

Constructors in org.eclipse.mylyn.wikitext.core.util with parameters of type Locator
LocatorImpl(Locator other)
           
 


Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html