public class ParsingContext extends Object
| Constructor and Description |
|---|
ParsingContext(ParsingContextType contextType,
String content,
int location) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
ParsingContextType |
getContextType() |
int |
getLocation() |
public ParsingContext(ParsingContextType contextType, String content, int location)
public String getContent()
public ParsingContextType getContextType()
public int getLocation()
Copyright © 2017. All rights reserved.