Methods in gnu.kawa.lispexpr with parameters of type LispReader |
static void |
ReaderXmlElement.namedEntity(LispReader reader,
java.lang.String name)
|
static java.lang.Object |
LispReader.readCharacter(LispReader reader)
|
static Pair |
ReaderXmlElement.readContent(LispReader reader,
char delimiter,
Pair resultTail)
Parse ElementContent (delimiter == '<') or AttributeContent (otherwise). |
static java.lang.Object |
ReaderXmlElement.readElementConstructor(LispReader reader,
int ch)
Parse ElementConstructor. |
static java.lang.Object |
ReaderParens.readList(LispReader lexer,
int ch,
int count,
int close)
|
static java.lang.Object |
LispReader.readNumberWithRadix(int previous,
LispReader reader,
int radix)
Read a number from a LispReader |
static java.lang.Object |
ReaderXmlElement.readQNameExpression(LispReader reader,
int ch,
boolean forElement)
Read either a QName literal or an enclosed QName-producing form. |
static SimpleVector |
LispReader.readSimpleVector(LispReader reader,
char kind)
|
static java.lang.Object |
LispReader.readSpecial(LispReader reader)
|
static FVector |
ReaderVector.readVector(LispReader lexer,
LineBufferedReader port,
int count,
char close)
|