| java.lang.Object com.caucho.xsl.java.XslNode com.caucho.xsl.java.XslImport
endElement | public void endElement() throws Exception(Code) | | Called when the element ends.
|
generate | public void generate(JavaWriter out) throws Exception(Code) | | Generates the code for the tag
Parameters: out - the output writer for the generated java. |
getTagName | public String getTagName()(Code) | | Returns the tag name.
|
Methods inherited from com.caucho.xsl.java.XslNode | public void addAttribute(QName name, String value) throws XslParseException(Code)(Java Doc) public void addChild(XslNode node) throws XslParseException(Code)(Java Doc) protected int addExpr(String pattern) throws XslParseException(Code)(Java Doc) protected void addNamespaceAttribute(QName name, String url) throws XslParseException(Code)(Java Doc) public void addText(String text) throws XslParseException(Code)(Java Doc) public void addVariableCount()(Code)(Java Doc) protected boolean allowJavaSelect(AbstractPattern select)(Code)(Java Doc) public void endAttributes() throws XslParseException(Code)(Java Doc) public void endElement() throws Exception(Code)(Java Doc) protected XslParseException error(String msg)(Code)(Java Doc) protected XslParseException error(Throwable e)(Code)(Java Doc) public String escapeJavaString(String s)(Code)(Java Doc) abstract public void generate(JavaWriter out) throws Exception(Code)(Java Doc) public void generateChildren(JavaWriter out) throws Exception(Code)(Java Doc) public void generateDeclaration(JavaWriter out) throws Exception(Code)(Java Doc) public void generateDeclarationChildren(JavaWriter out) throws Exception(Code)(Java Doc) protected int generateId()(Code)(Java Doc) void generateString(JavaWriter out, String string) throws Exception(Code)(Java Doc) void generateString(JavaWriter out, String string, int mode) throws Exception(Code)(Java Doc) public String getBaseURI()(Code)(Java Doc) public ArrayList<XslNode> getChildren()(Code)(Java Doc) public int getEndLine()(Code)(Java Doc) protected String getEnv()(Code)(Java Doc) public String getFilename()(Code)(Java Doc) public NamespaceContext getMatchNamespace()(Code)(Java Doc) public String getNamespace(String prefix)(Code)(Java Doc) public NamespaceContext getOutputNamespace()(Code)(Java Doc) public XslNode getParent()(Code)(Java Doc) public QName getQName()(Code)(Java Doc) public int getStartLine()(Code)(Java Doc) public String getSystemId()(Code)(Java Doc) public String getTagName()(Code)(Java Doc) public boolean hasChildren()(Code)(Java Doc) protected Expr parseExpr(String pattern) throws XslParseException(Code)(Java Doc) public AbstractPattern parseMatch(String pattern) throws XslParseException, IOException(Code)(Java Doc) protected AbstractPattern parseSelect(String pattern) throws XslParseException(Code)(Java Doc) protected void popCall(JavaWriter out) throws IOException(Code)(Java Doc) protected void popScope(JavaWriter out) throws Exception(Code)(Java Doc) protected void printAttributeValue(JavaWriter out, String name, String value) throws Exception(Code)(Java Doc) protected void printAttributeValue(JavaWriter out, String value) throws Exception(Code)(Java Doc) protected void printExprTest(JavaWriter out, int id, String node) throws IOException(Code)(Java Doc) protected void printFragmentString(JavaWriter out, String id) throws Exception(Code)(Java Doc) protected void printFragmentValue(JavaWriter out, String id) throws Exception(Code)(Java Doc) protected void printNamespace(JavaWriter out, NamespaceContext namespace) throws Exception(Code)(Java Doc) protected void printPopScope(JavaWriter out) throws Exception(Code)(Java Doc) protected String printSelectBegin(JavaWriter out, AbstractPattern select, boolean isForEach, String loopVar) throws IOException, XslParseException(Code)(Java Doc) protected void printStringExpr(JavaWriter out, String exprString) throws Exception(Code)(Java Doc) protected void pushCall(JavaWriter out) throws IOException(Code)(Java Doc) public void setEndLocation(String filename, int line)(Code)(Java Doc) public void setGenerator(JavaGenerator gen)(Code)(Java Doc) public void setParent(XslNode parent)(Code)(Java Doc) public void setQName(QName name)(Code)(Java Doc) public void setStartLocation(String systemId, String filename, int line)(Code)(Java Doc) protected void stringExpr(JavaWriter out, String exprString) throws Exception, XslParseException(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|