|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.util.xml.parse.ParseElement
org.util.xml.parse.TextElementParser
public class TextElementParser
parse space. S ::= (#x20 | #x9 | #xD | #xA)+ W3C REC-xml-980210
| Constructor Summary | |
|---|---|
TextElementParser()
|
|
| Method Summary | |
|---|---|
boolean |
allow(int c)
|
java.lang.String |
getReturnValue()
|
boolean |
match(char c)
|
int |
parse(int c,
ElementParser parser)
|
| Methods inherited from class org.util.xml.parse.ParseElement |
|---|
getDescription, isSpace, listDependentParser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextElementParser()
| Method Detail |
|---|
public boolean match(char c)
match in class ParseElement
public int parse(int c,
ElementParser parser)
throws XMLParseException,
java.io.IOException
parse in class ParseElementXMLParseException
java.io.IOExceptionpublic java.lang.String getReturnValue()
getReturnValue in class ParseElementpublic boolean allow(int c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||