Uses of Class
com.sun.xml.xsom.impl.scd.SimpleCharStream
-
Packages that use SimpleCharStream Package Description com.sun.xml.xsom.impl.scd -
-
Uses of SimpleCharStream in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStream
SCDParserTokenManager. input_stream
(package private) SimpleCharStream
SCDParser. jj_input_stream
Methods in com.sun.xml.xsom.impl.scd with parameters of type SimpleCharStream Modifier and Type Method Description void
SCDParserTokenManager. ReInit(SimpleCharStream stream)
void
SCDParserTokenManager. ReInit(SimpleCharStream stream, int lexState)
Constructors in com.sun.xml.xsom.impl.scd with parameters of type SimpleCharStream Constructor Description SCDParserTokenManager(SimpleCharStream stream)
SCDParserTokenManager(SimpleCharStream stream, int lexState)
-