Class Indexer9
- java.lang.Object
 - 
- jetbrains.mps.smodel.persistence.def.v9.Indexer9
 
 
- 
- All Implemented Interfaces:
 XMLPersistence.Indexer
public class Indexer9 extends Object implements XMLPersistence.Indexer
 
- 
- 
Constructor Summary
Constructors Constructor Description Indexer9(IndexAwareModelFactory.Callback consumer) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static char[]getChars(Reader input)voidindex(Reader input) 
 - 
 
- 
- 
Constructor Detail
- 
Indexer9
public Indexer9(@NotNull IndexAwareModelFactory.Callback consumer)
 
 - 
 
- 
Method Detail
- 
index
public void index(@NotNull Reader input) throws IOException
- Specified by:
 indexin interfaceXMLPersistence.Indexer- Throws:
 IOException
 
- 
getChars
public static char[] getChars(@NotNull Reader input) throws IOException
- Throws:
 IOException
 
 - 
 
 -