public final class MXMLTokenFactory extends Object
IMXMLToken objects.| Modifier and Type | Method and Description |
|---|---|
static IMXMLToken |
create(int tokenType,
int start,
int end,
int line,
int column,
CharSequence tokenText)
Creates an
IMXMLToken instance. |
public static IMXMLToken create(int tokenType, int start, int end, int line, int column, CharSequence tokenText)
IMXMLToken instance.tokenType - token typestart - start offsetend - end offsetline - line numbercolumn - column numbertokenText - token textIMXMLToken instanceCopyright © 2016 The Apache Software Foundation. All rights reserved.