| gnu.text.Lexer gnu.kawa.xslt.XslTranslator
XslTranslator | public class XslTranslator extends Lexer implements Consumer(Code) | | Translate an XSLT stylesheet to a Kawa Expression tree.
|
XSL_TRANSFORM_URI | final static String XSL_TRANSFORM_URI(Code) | | |
applyTemplatesMethod | final static Method applyTemplatesMethod(Code) | | |
attributeType | Object attributeType(Code) | | The 'attribute type' from the most recent startAttribute.
|
attributeValue | StringBuffer attributeValue(Code) | | Buffer to acumulate the value of the current attribute.
|
defineTemplateMethod | final static Method defineTemplateMethod(Code) | | |
inAttribute | boolean inAttribute(Code) | | We seen a startAttribute but not the closing endAttribute.
|
inTemplate | boolean inTemplate(Code) | | |
runStylesheetMethod | final static Method runStylesheetMethod(Code) | | |
templateLambda | LambdaExp templateLambda(Code) | | Non-null if we're inside an xsl:template.
|
endAttribute | public void endAttribute()(Code) | | |
endDocument | public void endDocument()(Code) | | |
endElement | public void endElement()(Code) | | |
ignoring | public boolean ignoring()(Code) | | |
startAttribute | public void startAttribute(Object attrType)(Code) | | |
startDocument | public void startDocument()(Code) | | |
write | public void write(int v)(Code) | | |
write | public void write(char[] buf, int off, int len)(Code) | | |
writeBoolean | public void writeBoolean(boolean v)(Code) | | |
writeDouble | public void writeDouble(double v)(Code) | | |
writeFloat | public void writeFloat(float v)(Code) | | |
writeInt | public void writeInt(int v)(Code) | | |
writeLong | public void writeLong(long v)(Code) | | |
Methods inherited from gnu.text.Lexer | public boolean checkErrors(PrintWriter out, int max)(Code)(Java Doc) public boolean checkNext(char ch) throws java.io.IOException(Code)(Java Doc) public void clearErrors()(Code)(Java Doc) public void close() throws java.io.IOException(Code)(Java Doc) public void eofError(String msg) throws SyntaxException(Code)(Java Doc) public void eofError(String message, int startLine, int startColumn) throws SyntaxException(Code)(Java Doc) public void error(char severity, String filename, int line, int column, String message)(Code)(Java Doc) public void error(char severity, String message)(Code)(Java Doc) public void error(String message)(Code)(Java Doc) public void fatal(String message) throws SyntaxException(Code)(Java Doc) public int getColumnNumber()(Code)(Java Doc) public SourceError getErrors()(Code)(Java Doc) public int getLineNumber()(Code)(Java Doc) public SourceMessages getMessages()(Code)(Java Doc) public String getName()(Code)(Java Doc) final public LineBufferedReader getPort()(Code)(Java Doc) public boolean isInteractive()(Code)(Java Doc) public void mark() throws java.io.IOException(Code)(Java Doc) public int peek() throws java.io.IOException(Code)(Java Doc) public void popNesting(char save)(Code)(Java Doc) public char pushNesting(char promptChar)(Code)(Java Doc) public int read() throws java.io.IOException(Code)(Java Doc) public int read(char[] buf, int offset, int length) throws java.io.IOException(Code)(Java Doc) public static long readDigitsInBuffer(LineBufferedReader port, int radix)(Code)(Java Doc) public int readOptionalExponent() throws java.io.IOException(Code)(Java Doc) public void reset() throws java.io.IOException(Code)(Java Doc) public boolean seenErrors()(Code)(Java Doc) public void setInteractive(boolean v)(Code)(Java Doc) public void setMessages(SourceMessages messages)(Code)(Java Doc) public void skip() throws java.io.IOException(Code)(Java Doc) protected void skip_quick() throws java.io.IOException(Code)(Java Doc) public void tokenBufferAppend(int ch)(Code)(Java Doc) public void unread(int ch) throws java.io.IOException(Code)(Java Doc) protected void unread() throws java.io.IOException(Code)(Java Doc) protected void unread_quick() throws java.io.IOException(Code)(Java Doc)
|
|
|