Java Doc for Generator.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » xsl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server resin 3.1.5 » resin » com.caucho.xsl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.xsl.Generator

All known Subclasses:   com.caucho.xsl.JavaGenerator,
Generator
abstract class Generator (Code)
Base class for generating code from an XSL tree. JavaGenerator and JavaScriptGenerator extend this class for language-specific code generation.


Field Summary
final protected static  L10NL
    
final public static  StringXSLNS
    
final public static  StringXTPNS
    
 HashMap<String, XslAttributeSet>_attributeSets
    
 Path_baseURL
    
protected  ArrayList<String>_cacheDepends
    
 Path_context
    
 boolean_defaultCacheable
    
protected  ArrayList<Path>_depends
    
protected  int_destLine
    
protected  Document_doc
    
protected  String_encoding
    
protected  String_errorPage
    
protected  HashMap<String, String>_excludedNamespaces
    
 String_filename
    
 HashMap<String, Document>_files
    
protected  FormatNumberFun_formatNumberFun
    
protected  ArrayList_globalActions
    
protected  ArrayList<String>_globalParameters
    
 boolean_hasSession
    
 int_importance
    
protected  ArrayList<String>_imports
    
 boolean_isCacheable
    
protected  boolean_isRawText
    
protected  boolean_isSpecial
    
protected  boolean_isStyleScript
    
protected  KeyFun_keyFun
    
 int_line
    
 boolean_lineContent
    
protected  LineMap_lineMap
    
 int_lineWs
    
 int_loopDepth
    
 HashMap<String, String>_macros
    
 int_minImportance
    
 HashMap<String, String>_names
    
protected  NamespaceContext_namespace
    
protected  HashMap<String, String[]>_namespaceAliases
    
protected  AbstractPattern_nodeListContext
    
 HashMap<String, String>_outputAttributes
    
protected  Path_path
    
protected  HashMap<String, String>_preserve
    
protected  CauchoDocument_qDoc
    
protected  HashMap<String, String>_strip
    
 String_systemId
    
 int_templateCount
    
 HashMap<String, ArrayList<Template>>_templates
    
 CharBuffer_text
    
 Path_topContext
    
 int_uniqueId
    
 Path_workPath
    
protected  AbstractStylesheetFactory_xslGenerator
    
 String_xslName
    

Constructor Summary
 Generator(AbstractStylesheetFactory xslGenerator)
    

Method Summary
public  voidaddAttributeSet(String name, XslAttributeSet attributeSet)
     Scans through the stylesheet, grabbing the attribute set definitions.
 voidaddDepend(Path depend)
    
public  voidaddExcludedNamespace(String ns)
    
public  voidaddGlobalParameter(String param)
    
public  voidaddImport(String pkg)
     Adds a Java import to the generated stylesheet.
public  voidaddImportList(String value)
    
public  voidaddInit(XslNode node)
    
public  voidaddKey(String name, AbstractPattern match, Expr use)
    
public  voidaddLocale(String name, DecimalFormatSymbols format)
    
protected  NamespaceContextaddNamespace(Element elt)
     Adds the namespaces in the element to the current NamespaceContext. The XPath pattern parsing uses NamespaceContext to associate the right context with element patterns.
Parameters:
  elt - the XSL element being processed.
public  voidaddNamespaceAlias(String stylesheetPrefix, String resultPrefix)
    
public  voidaddNamespaceAlias(String namespace, String[] result)
    
 TemplateaddPattern(AbstractPattern pattern, String mode, double priority, String function, int funId)
     Adds a new template pattern.
public  voidaddPreserveSpace(String elements)
    
public  voidaddStripSpace(String elements)
    
public  voidclose()
     Close call when an error occurs.
abstract protected  StylesheetImplcompleteGenerate(ArrayList<XslNode> inits, ArrayList globals)
    
abstract protected  XslNodecreateChild(Node child)
    
abstract protected  XslNodecreateChild(XslNode parent, Node child)
    
abstract protected  voidendDisableEscaping()
    
 XslParseExceptionerror(Exception e)
    
 XslParseExceptionerror(Node node, Exception e)
    
 XslParseExceptionerror(String message)
    
 XslParseExceptionerror(Node node, String message)
     Creates an error message with filename and line number based on the source node.
public  StylesheetImplgenerate(Node node)
     Starts the generation from the top of the document.
 voidgenerateAttribute(Element element)
    
protected  voidgenerateChild(Node child)
    
public  voidgenerateChild(Node child, int code)
    
public  voidgenerateChildImpl(Node child)
    
protected  voidgenerateChildren(Node node)
    
 voidgenerateChoose(Element element)
    
 voidgenerateElement(Element element)
    
 voidgenerateForEach(Element element)
    
 voidgenerateIf(Element element)
    
public  XslNodegenerateImport(String href)
    
 voidgenerateInclude(Element element)
     Generates code for xsl:include.
public  voidgenerateInclude(XslNode parent, String href)
    
 voidgenerateKey(Element element)
    
 voidgenerateLocale(Element element)
    
 voidgenerateNamespaceAlias(Element element)
    
 voidgenerateNumber(Element element)
    
 voidgenerateTemplate(Element element)
    
 voidgenerateWhile(Element element)
    
 voidgenerateXslText(Element element)
    
public  booleangetDisableOutputEscaping()
    
public  intgetImportance()
    
public  intgetMaxImportance()
    
public  intgetMinImportance()
    
public  NamespaceContextgetNamespace()
    
public  String[]getNamespaceAlias(String namespace)
    
public  AbstractPatterngetNodeListContext()
    
abstract protected  JavaWritergetOut()
    
 intgetTextLength()
    
protected  StringgetXslLocal(Node node)
     Returns the local name of an XSL element.
protected  StringgetXtpLocal(Node node)
    
public  voidincrementImportance()
    
 voidinit(String filename)
    
public  ExprparseExpr(String pattern)
    
public  AbstractPatternparseMatch(String pattern)
    
public  AbstractPatternparseSelect(String pattern)
    
protected  AbstractPatternparseSelect(String pattern, Node node)
    
abstract protected  voidpopCall()
    
abstract protected  voidprintApplyImports(String mode, int min, int max)
    
abstract protected  voidprintApplyTemplates(AbstractPattern select, String mode, Sort[] sort)
    
protected  voidprintAssign(String name, Object value)
    
protected  voidprintAttribute(Element node, String name)
    
protected  voidprintAttribute(Element node, String name, String namespace)
    
protected  voidprintCacheDepends(String path)
    
abstract protected  voidprintCallTemplate(String name, String mode)
    
protected  voidprintChoose(Element element, Expr expr, boolean first)
    
protected  voidprintComment(Element node)
    
protected  voidprintCopy(Element element)
    
protected  voidprintCopyElement(Element element)
    
abstract protected  voidprintCopyOf(String select, Element element)
    
protected  voidprintDeclaration(Element node)
    
abstract protected  voidprintElement(Node node)
    
protected  voidprintElement(Element element, String name)
    
protected  voidprintElement(Element element, String name, String namespace)
    
protected  voidprintError(String msg)
    
protected  voidprintExpression(Element node)
    
abstract protected  voidprintForEach(Element element, String select)
    
abstract protected  voidprintForEach(Element element, String select, Sort[] sort)
    
protected  voidprintHeader()
    
protected  voidprintIf(Element element, Expr expr)
    
 voidprintLocation(Node node)
     Prints location code for the node.
abstract protected  voidprintLocation(String systemId, String filename, int line)
    
protected  voidprintMessage(Element node)
    
 voidprintNumber(Expr expr, XslNumberFormat format)
    
 voidprintNumber(String level, AbstractPattern countPattern, AbstractPattern fromPattern, XslNumberFormat format)
    
protected  voidprintOtherwise(Element element, boolean first)
    
abstract protected  voidprintParam(String name, Object value)
    
abstract protected  voidprintParam(String name, String value, Element elt)
    
abstract protected  voidprintParamVariable(String name, Expr expr)
    
abstract protected  voidprintParamVariable(String name, Element elt)
    
protected  voidprintPi(Element node)
    
abstract protected  voidprintPopScope(int count)
    
protected  voidprintResultDocument(Element element, String href, String format)
    
protected  voidprintScriptlet(Element node)
    
abstract protected  voidprintSelectValue(String select, Element element)
    
abstract protected  voidprintTemplate(Element node, String name, String pattern, String mode, double priority)
    
abstract protected  voidprintVariable(String name, Object value)
    
protected  voidprintWhile(Element element, Expr expr)
    
abstract protected  voidpushCall()
    
 DocumentreadXsl(Path path)
     Read in an imported or included XSL file.
Parameters:
  path - Path to the include files.
 DocumentreadXsl(ReadStream file)
     Read in an imported or included XSL file.
Parameters:
  path - Path to the include files.
public  voidsetContentType(String type)
    
public  voidsetDisableOutputEscaping(boolean disable)
    
public  voidsetErrorPage(String errorPage)
    
 voidsetLocation(Node node)
     Sets location code for the node.
public  voidsetLocation(String systemId, String filename, int line)
    
public  voidsetMinImportance(int importance)
    
public  voidsetOutputAttribute(String name, String value)
    
 voidsetPath(Path path)
    
public  voidsetStyleScript(boolean stylescript)
    
 voidsetWorkPath(Path path)
    
abstract protected  voidstartDisableEscaping()
    
public  intuniqueId()
    
abstract protected  voidwriteText(String text)
    

Field Detail
L
final protected static L10N L(Code)



XSLNS
final public static String XSLNS(Code)



XTPNS
final public static String XTPNS(Code)



_attributeSets
HashMap<String, XslAttributeSet> _attributeSets(Code)



_baseURL
Path _baseURL(Code)



_cacheDepends
protected ArrayList<String> _cacheDepends(Code)



_context
Path _context(Code)



_defaultCacheable
boolean _defaultCacheable(Code)



_depends
protected ArrayList<Path> _depends(Code)



_destLine
protected int _destLine(Code)



_doc
protected Document _doc(Code)



_encoding
protected String _encoding(Code)



_errorPage
protected String _errorPage(Code)



_excludedNamespaces
protected HashMap<String, String> _excludedNamespaces(Code)



_filename
String _filename(Code)



_files
HashMap<String, Document> _files(Code)



_formatNumberFun
protected FormatNumberFun _formatNumberFun(Code)



_globalActions
protected ArrayList _globalActions(Code)



_globalParameters
protected ArrayList<String> _globalParameters(Code)



_hasSession
boolean _hasSession(Code)



_importance
int _importance(Code)



_imports
protected ArrayList<String> _imports(Code)



_isCacheable
boolean _isCacheable(Code)



_isRawText
protected boolean _isRawText(Code)



_isSpecial
protected boolean _isSpecial(Code)



_isStyleScript
protected boolean _isStyleScript(Code)



_keyFun
protected KeyFun _keyFun(Code)



_line
int _line(Code)



_lineContent
boolean _lineContent(Code)



_lineMap
protected LineMap _lineMap(Code)



_lineWs
int _lineWs(Code)



_loopDepth
int _loopDepth(Code)



_macros
HashMap<String, String> _macros(Code)



_minImportance
int _minImportance(Code)



_names
HashMap<String, String> _names(Code)



_namespace
protected NamespaceContext _namespace(Code)



_namespaceAliases
protected HashMap<String, String[]> _namespaceAliases(Code)



_nodeListContext
protected AbstractPattern _nodeListContext(Code)



_outputAttributes
HashMap<String, String> _outputAttributes(Code)



_path
protected Path _path(Code)



_preserve
protected HashMap<String, String> _preserve(Code)



_qDoc
protected CauchoDocument _qDoc(Code)



_strip
protected HashMap<String, String> _strip(Code)



_systemId
String _systemId(Code)



_templateCount
int _templateCount(Code)



_templates
HashMap<String, ArrayList<Template>> _templates(Code)



_text
CharBuffer _text(Code)



_topContext
Path _topContext(Code)



_uniqueId
int _uniqueId(Code)



_workPath
Path _workPath(Code)



_xslGenerator
protected AbstractStylesheetFactory _xslGenerator(Code)



_xslName
String _xslName(Code)




Constructor Detail
Generator
Generator(AbstractStylesheetFactory xslGenerator)(Code)




Method Detail
addAttributeSet
public void addAttributeSet(String name, XslAttributeSet attributeSet)(Code)
Scans through the stylesheet, grabbing the attribute set definitions.
Parameters:
  element - the current node



addDepend
void addDepend(Path depend)(Code)



addExcludedNamespace
public void addExcludedNamespace(String ns)(Code)



addGlobalParameter
public void addGlobalParameter(String param)(Code)



addImport
public void addImport(String pkg)(Code)
Adds a Java import to the generated stylesheet.



addImportList
public void addImportList(String value) throws XslParseException(Code)



addInit
public void addInit(XslNode node)(Code)



addKey
public void addKey(String name, AbstractPattern match, Expr use)(Code)



addLocale
public void addLocale(String name, DecimalFormatSymbols format)(Code)



addNamespace
protected NamespaceContext addNamespace(Element elt)(Code)
Adds the namespaces in the element to the current NamespaceContext. The XPath pattern parsing uses NamespaceContext to associate the right context with element patterns.
Parameters:
  elt - the XSL element being processed. the old namespace context



addNamespaceAlias
public void addNamespaceAlias(String stylesheetPrefix, String resultPrefix)(Code)



addNamespaceAlias
public void addNamespaceAlias(String namespace, String[] result)(Code)



addPattern
Template addPattern(AbstractPattern pattern, String mode, double priority, String function, int funId)(Code)
Adds a new template pattern.
Parameters:
  pattern - the match pattern.
Parameters:
  mode - the template mode.
Parameters:
  priority - the template priority.
Parameters:
  function - the associated function name.
Parameters:
  funId - the function id.



addPreserveSpace
public void addPreserveSpace(String elements)(Code)



addStripSpace
public void addStripSpace(String elements)(Code)



close
public void close() throws IOException, XslParseException(Code)
Close call when an error occurs.



completeGenerate
abstract protected StylesheetImpl completeGenerate(ArrayList<XslNode> inits, ArrayList globals) throws Exception(Code)



createChild
abstract protected XslNode createChild(Node child) throws Exception(Code)



createChild
abstract protected XslNode createChild(XslNode parent, Node child) throws Exception(Code)



endDisableEscaping
abstract protected void endDisableEscaping() throws Exception(Code)



error
XslParseException error(Exception e)(Code)



error
XslParseException error(Node node, Exception e)(Code)



error
XslParseException error(String message)(Code)



error
XslParseException error(Node node, String message)(Code)
Creates an error message with filename and line number based on the source node.
Parameters:
  node - XML node of the source XSL.
Parameters:
  message - the error message.



generate
public StylesheetImpl generate(Node node) throws Exception(Code)
Starts the generation from the top of the document.
Parameters:
  xsl - the stylesheet document.



generateAttribute
void generateAttribute(Element element) throws Exception(Code)



generateChild
protected void generateChild(Node child) throws Exception(Code)



generateChild
public void generateChild(Node child, int code) throws Exception(Code)



generateChildImpl
public void generateChildImpl(Node child) throws Exception(Code)



generateChildren
protected void generateChildren(Node node) throws Exception(Code)



generateChoose
void generateChoose(Element element) throws Exception(Code)



generateElement
void generateElement(Element element) throws Exception(Code)



generateForEach
void generateForEach(Element element) throws Exception(Code)
Generates code for the xsl:for-each element



generateIf
void generateIf(Element element) throws Exception(Code)



generateImport
public XslNode generateImport(String href) throws Exception(Code)



generateInclude
void generateInclude(Element element) throws Exception(Code)
Generates code for xsl:include. The included file has the same importance as the containing file.



generateInclude
public void generateInclude(XslNode parent, String href) throws Exception(Code)



generateKey
void generateKey(Element element) throws Exception(Code)



generateLocale
void generateLocale(Element element) throws Exception(Code)



generateNamespaceAlias
void generateNamespaceAlias(Element element) throws Exception(Code)



generateNumber
void generateNumber(Element element) throws Exception(Code)



generateTemplate
void generateTemplate(Element element) throws Exception(Code)
Generate code for xsl:template



generateWhile
void generateWhile(Element element) throws Exception(Code)



generateXslText
void generateXslText(Element element) throws Exception(Code)



getDisableOutputEscaping
public boolean getDisableOutputEscaping()(Code)



getImportance
public int getImportance()(Code)



getMaxImportance
public int getMaxImportance()(Code)



getMinImportance
public int getMinImportance()(Code)



getNamespace
public NamespaceContext getNamespace()(Code)



getNamespaceAlias
public String[] getNamespaceAlias(String namespace)(Code)



getNodeListContext
public AbstractPattern getNodeListContext()(Code)



getOut
abstract protected JavaWriter getOut()(Code)



getTextLength
int getTextLength()(Code)



getXslLocal
protected String getXslLocal(Node node)(Code)
Returns the local name of an XSL element. Non-XSL elements return null. So xsl:copy will return "copy", while "foo:bar" returns null.
Parameters:
  node - the XSL source node the local part of the XSL name.



getXtpLocal
protected String getXtpLocal(Node node)(Code)



incrementImportance
public void incrementImportance()(Code)



init
void init(String filename)(Code)



parseExpr
public Expr parseExpr(String pattern) throws XslParseException(Code)



parseMatch
public AbstractPattern parseMatch(String pattern) throws XslParseException, IOException(Code)



parseSelect
public AbstractPattern parseSelect(String pattern) throws IOException, XslParseException(Code)



parseSelect
protected AbstractPattern parseSelect(String pattern, Node node) throws IOException, XslParseException(Code)



popCall
abstract protected void popCall() throws Exception(Code)



printApplyImports
abstract protected void printApplyImports(String mode, int min, int max) throws Exception(Code)



printApplyTemplates
abstract protected void printApplyTemplates(AbstractPattern select, String mode, Sort[] sort) throws Exception(Code)



printAssign
protected void printAssign(String name, Object value) throws Exception(Code)



printAttribute
protected void printAttribute(Element node, String name) throws Exception(Code)



printAttribute
protected void printAttribute(Element node, String name, String namespace) throws Exception(Code)



printCacheDepends
protected void printCacheDepends(String path) throws Exception(Code)



printCallTemplate
abstract protected void printCallTemplate(String name, String mode) throws Exception(Code)



printChoose
protected void printChoose(Element element, Expr expr, boolean first) throws Exception(Code)



printComment
protected void printComment(Element node) throws Exception(Code)



printCopy
protected void printCopy(Element element) throws Exception(Code)



printCopyElement
protected void printCopyElement(Element element) throws Exception(Code)



printCopyOf
abstract protected void printCopyOf(String select, Element element) throws Exception(Code)



printDeclaration
protected void printDeclaration(Element node) throws Exception(Code)



printElement
abstract protected void printElement(Node node) throws Exception(Code)



printElement
protected void printElement(Element element, String name) throws Exception(Code)



printElement
protected void printElement(Element element, String name, String namespace) throws Exception(Code)



printError
protected void printError(String msg) throws Exception(Code)



printExpression
protected void printExpression(Element node) throws Exception(Code)



printForEach
abstract protected void printForEach(Element element, String select) throws Exception(Code)



printForEach
abstract protected void printForEach(Element element, String select, Sort[] sort) throws Exception(Code)



printHeader
protected void printHeader() throws XslParseException, IOException(Code)



printIf
protected void printIf(Element element, Expr expr) throws Exception(Code)



printLocation
void printLocation(Node node) throws Exception(Code)
Prints location code for the node.



printLocation
abstract protected void printLocation(String systemId, String filename, int line) throws Exception(Code)



printMessage
protected void printMessage(Element node) throws Exception(Code)



printNumber
void printNumber(Expr expr, XslNumberFormat format) throws Exception(Code)



printNumber
void printNumber(String level, AbstractPattern countPattern, AbstractPattern fromPattern, XslNumberFormat format) throws Exception(Code)



printOtherwise
protected void printOtherwise(Element element, boolean first) throws Exception(Code)



printParam
abstract protected void printParam(String name, Object value) throws Exception(Code)



printParam
abstract protected void printParam(String name, String value, Element elt) throws Exception(Code)



printParamVariable
abstract protected void printParamVariable(String name, Expr expr) throws Exception(Code)



printParamVariable
abstract protected void printParamVariable(String name, Element elt) throws Exception(Code)



printPi
protected void printPi(Element node) throws Exception(Code)



printPopScope
abstract protected void printPopScope(int count) throws Exception(Code)



printResultDocument
protected void printResultDocument(Element element, String href, String format) throws Exception(Code)



printScriptlet
protected void printScriptlet(Element node) throws Exception(Code)



printSelectValue
abstract protected void printSelectValue(String select, Element element) throws Exception(Code)



printTemplate
abstract protected void printTemplate(Element node, String name, String pattern, String mode, double priority) throws Exception(Code)



printVariable
abstract protected void printVariable(String name, Object value) throws Exception(Code)



printWhile
protected void printWhile(Element element, Expr expr) throws Exception(Code)



pushCall
abstract protected void pushCall() throws Exception(Code)



readXsl
Document readXsl(Path path) throws IOException, XslParseException(Code)
Read in an imported or included XSL file.
Parameters:
  path - Path to the include files. XML tree describing the XSL.



readXsl
Document readXsl(ReadStream file) throws IOException, XslParseException(Code)
Read in an imported or included XSL file.
Parameters:
  path - Path to the include files. XML tree describing the XSL.



setContentType
public void setContentType(String type)(Code)



setDisableOutputEscaping
public void setDisableOutputEscaping(boolean disable)(Code)



setErrorPage
public void setErrorPage(String errorPage)(Code)



setLocation
void setLocation(Node node) throws Exception(Code)
Sets location code for the node.



setLocation
public void setLocation(String systemId, String filename, int line) throws XslParseException, IOException(Code)



setMinImportance
public void setMinImportance(int importance)(Code)



setOutputAttribute
public void setOutputAttribute(String name, String value)(Code)



setPath
void setPath(Path path)(Code)



setStyleScript
public void setStyleScript(boolean stylescript)(Code)



setWorkPath
void setWorkPath(Path path)(Code)



startDisableEscaping
abstract protected void startDisableEscaping() throws Exception(Code)



uniqueId
public int uniqueId()(Code)
Generates a uniqueId



writeText
abstract protected void writeText(String text) throws Exception(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.