A B C D E F G H I J K L M O P R S T X Y 

A

ASSERT_IS_KEYWORD - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ATTRIBUTE_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ATTRIBUTE_VALUE - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 

B

BEANSHELL - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
BSH - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

C

CHAR_DATA - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
com.uwyn.jhighlight - package com.uwyn.jhighlight
 
com.uwyn.jhighlight.highlighter - package com.uwyn.jhighlight.highlighter
 
com.uwyn.jhighlight.renderer - package com.uwyn.jhighlight.renderer
 
com.uwyn.jhighlight.servlet - package com.uwyn.jhighlight.servlet
 
com.uwyn.jhighlight.tools - package com.uwyn.jhighlight.tools
 
com.uwyn.jhighlight.tools.exceptions - package com.uwyn.jhighlight.tools.exceptions
 
COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
convertTabsToSpaces(String, int) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Converts all tabs on a line to spaces according to the provided tab width.
CPLUSPLUS - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
CPP - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
CPP_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
CppHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 3/13/06 6:15 PM from the specification file com/uwyn/jhighlight/highlighter/CppHighlighter.flex
CppHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
 
CppHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CppHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
Creates a new scanner.
CppXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Cpp source.
CppXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
CXX - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

D

DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
destroy() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter
 
DOXYGEN_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
DOXYGEN_TAG_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 

E

encodeHtml(String) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Transforms a provided String object into a new string, containing only valid Html characters.
ExceptionUtils - Class in com.uwyn.jhighlight.tools
Collection of utility methods to work with exceptions.
ExplicitStateHighlighter - Interface in com.uwyn.jhighlight.highlighter
Provides access to the lexical scanning of a highlighted language.

F

FileUtils - Class in com.uwyn.jhighlight.tools
Collection of utility methods to work with files.
FileUtilsErrorException - Exception in com.uwyn.jhighlight.tools.exceptions
Exception that will be trigger when unexpected errors occur during the functionalities of the FileUtils class.
FileUtilsErrorException(String) - Constructor for exception com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException
 
FileUtilsErrorException(String, Throwable) - Constructor for exception com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException
 
filter(String, Pattern, Pattern) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Checks if the name filters through an including and an excluding regular expression.
filter(String, Pattern[], Pattern[]) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Checks if the name filters through a series of including and excluding regular expressions.

G

getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Looks up the CSS class identifier that corresponds to the syntax style.
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
getCssClassDefinitions() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns all the CSS class definitions that should appear within the style XHTML tag.
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns a map of all the CSS styles that the renderer requires, together with default definitions for them.
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
getExceptionStackTrace(Throwable) - Static method in class com.uwyn.jhighlight.tools.ExceptionUtils
Obtains the entire stracktrace of an exception and converts it into a string.
getExtension(String) - Static method in class com.uwyn.jhighlight.tools.FileUtils
 
getFileList(File, Pattern[], Pattern[]) - Static method in class com.uwyn.jhighlight.tools.FileUtils
Recursively traverse a directory hierachy and obtain a list of all absolute file names.
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the language-specific highlighting lexer that should be used
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getNextToken() - Method in interface com.uwyn.jhighlight.highlighter.ExplicitStateHighlighter
Obtain the next token from the scanner.
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getRenderer(String) - Static method in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Instantiates an instance of a known XhtmlRenderer according to the type that's provided.
getStartState() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getSupportedTypes() - Static method in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Returned a set with all the supported XHTML renderer types.
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getTokenLength() - Method in interface com.uwyn.jhighlight.highlighter.ExplicitStateHighlighter
Returns the length of the matched text region.
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getVersion() - Static method in class com.uwyn.jhighlight.JHighlightVersion
Returns the version number of this JHighlight release.
getXhtmlFooter() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the XHTML footer that nicely finishes the file after the highlighted source code.
getXhtmlHeader(String) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the XHTML header that preceedes the highlighted source code.
getXhtmlHeaderFragment(String) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the XHTML header that preceedes the highlighted source code for a fragment.
GROOVY - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
GroovyHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 3/13/06 6:15 PM from the specification file com/uwyn/jhighlight/highlighter/GroovyHighlighter.flex
GroovyHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
GroovyHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
GroovyHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Creates a new scanner.
GroovyXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Groovy source.
GroovyXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 

H

highlight(String, InputStream, OutputStream, String, boolean) - Method in interface com.uwyn.jhighlight.renderer.Renderer
Transforms source code that's provided through an InputStream to highlighted syntax and writes it back to an OutputStream.
highlight(String, String, String, boolean) - Method in interface com.uwyn.jhighlight.renderer.Renderer
Transforms source code that's provided through a String to highlighted syntax and returns it as a String.
highlight(String, InputStream, OutputStream, String, boolean) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Transforms source code that's provided through an InputStream to highlighted syntax in XHTML and writes it back to an OutputStream.
highlight(String, String, String, boolean) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Transforms source code that's provided through a String to highlighted syntax in XHTML and returns it as a String.
HighlightFilter - Class in com.uwyn.jhighlight.servlet
A servlet filter that offers on-the-fly syntax highlighting for Java, HTML, XHTML, XML and LZX files.
HighlightFilter() - Constructor for class com.uwyn.jhighlight.servlet.HighlightFilter
 
HTML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

I

IN_CDATA_SECTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_DOUBLE_QUOTE_STRING - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_DOXYGEN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
IN_HEREDOC - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
lexical states
IN_JAVA_DOC_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
IN_JAVA_DOC_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
IN_PROCESSING_INSTRUCTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME_QUOTED - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME_SINGLEQUOTED - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_COMPACT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_REGULAR - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_VELOCITY - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_SINGLE_QUOTE_STRING - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_TAG - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
init(FilterConfig) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter
 

J

JAVA - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
JAVA_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
JAVA_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JAVADOC_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
JAVADOC_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JAVADOC_TAG_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
JAVADOC_TAG_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JavaHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 3/13/06 6:15 PM from the specification file com/uwyn/jhighlight/highlighter/JavaHighlighter.flex
JavaHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JavaHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.JavaHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JavaHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.JavaHighlighter
Creates a new scanner.
JavaXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Java source.
JavaXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
JHighlight - Class in com.uwyn.jhighlight
Provides console access to the source code syntax highlighting for Java, HTML, XHTML, XML and LZX files.
JHighlight() - Constructor for class com.uwyn.jhighlight.JHighlight
 
JHighlightVersion - Class in com.uwyn.jhighlight
Provides acces to the version number of this JHighlight release.

K

KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 

L

LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
LZX - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

M

main(String[]) - Static method in class com.uwyn.jhighlight.JHighlight
 

O

OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 

P

PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
PREPROC_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
PROCESSING_INSTRUCTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 

R

Renderer - Interface in com.uwyn.jhighlight.renderer
Provides interface to render the source code highlighting.
repeat(String, int) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Creates a new string that contains the provided string a number of times.
replace(String, String, String) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Searches for a string within a specified string in a case-sensitive manner and replaces every match with another string.
replace(String, String, String, boolean) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Searches for a string within a specified string and replaces every match with another string.
RIFE_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
RIFE_TAG - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 

S

SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
setReader(Reader) - Method in interface com.uwyn.jhighlight.highlighter.ExplicitStateHighlighter
Sets the reader that will be used to receive the text data.
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
split(String, String) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Splits a string into different parts, using a seperator string to detect the seperation boundaries in a case-sensitive manner.
split(String, String, boolean) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Splits a string into different parts, using a seperator string to detect the seperation boundaries.
StringUtils - Class in com.uwyn.jhighlight.tools
General purpose class containing common String manipulation methods.

T

TAG_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
TAG_START - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
lexical states
TAG_SYMBOLS - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
TYPE_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
TYPE_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
TYPE_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 

X

XHTML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
XhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Provides an abstract base class to perform source code to XHTML syntax highlighting.
XhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.XhtmlRenderer
 
XhtmlRendererFactory - Class in com.uwyn.jhighlight.renderer
Provides a single point of entry to instantiate Xhtml renderers.
XhtmlRendererFactory() - Constructor for class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
XML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
XmlHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 3/13/06 6:15 PM from the specification file com/uwyn/jhighlight/highlighter/XmlHighlighter.flex
XmlHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
XmlHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.XmlHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
XmlHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.XmlHighlighter
Creates a new scanner.
XmlXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from XML source.
XmlXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 

Y

yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Enters a new lexical state
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the character at position pos from the matched text.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Closes the input stream.
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
This character denotes the end of file
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
lexical states
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
lexical states
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
yylength() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the length of the matched text region.
yylex() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Resets the scanner to read from a new input stream.
yystate() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the current lexical state.
yytext() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the text matched by the current regular expression.
A B C D E F G H I J K L M O P R S T X Y 

Copyright © 2004-2006 Uwyn bvba/sprl and Omnicore Software. All Rights Reserved.