Java Doc for XslComponentImpl.java in  » IDE-Netbeans » xml » org » netbeans » modules » xslt » model » impl » 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 » IDE Netbeans » xml » org.netbeans.modules.xslt.model.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.xslt.model.impl.XslComponentImpl

All known Subclasses:   org.netbeans.modules.xslt.model.impl.ApplyImportsImpl,  org.netbeans.modules.xslt.model.impl.SequenceElementImpl,  org.netbeans.modules.xslt.model.impl.QNameableImpl,  org.netbeans.modules.xslt.model.impl.SequenceConstructorImpl,  org.netbeans.modules.xslt.model.impl.StylesheetImpl,  org.netbeans.modules.xslt.model.impl.CallTemplateImpl,  org.netbeans.modules.xslt.model.impl.HrefSpecImpl,
XslComponentImpl
abstract class XslComponentImpl extends AbstractDocumentComponent implements XslComponent(Code)

author:
   ads

Inner Class :interface AttributeListValueStartegy
Inner Class :static class SimpleStrategy implements AttributeListValueStartegy<String>
Inner Class :static class ReferenceStrategy implements AttributeListValueStartegy<T>
Inner Class :static class QNameStrategy implements AttributeListValueStartegy<QName>
Inner Class :static class Lazy

Field Summary
final protected static  Collection<Class<? extends XslComponent>>EMPTY
    
final protected static  Collection<Class<? extends XslComponent>>SEQUENCE_ELEMENTS
    

Constructor Summary
 XslComponentImpl(XslModelImpl model, Element e)
    
 XslComponentImpl(XslModelImpl model, XslElements type)
    

Method Summary
abstract public  voidaccept(XslVisitor visitor)
    
protected static  ElementcreateNewElement(XslElements type, XslModelImpl model)
    
public  XslReference<T>createReferenceTo(T referenced, Class<T> type)
    
public  AttributeValueTemplatecreateTemplate(QName qName)
     The methods below are frequently used in specific impls.
public  AttributeValueTemplatecreateTemplate(String value)
    
protected  intfindDomainIndex(Element e)
    
public  booleanfromSameModel(XslComponent other)
    
protected  ObjectgetAttributeValueOf(Attribute attr, String stringValue)
    
abstract public  Class<? extends XslComponent>getComponentType()
    
public  StringgetContent()
    
public  XslModelImplgetModel()
    
public  XslComponentImplgetParent()
    
protected  List<QName>getQNameList(String value)
    
public  StringgetSelect()
    
public  StringgetTrailingText()
    
protected  StringgetTrailingText(XslComponent child)
    
public  StringlookupNamespaceURI(String prefix)
    
protected  voidpopulateChildren(List<XslComponent> children)
    
protected  GlobalReferenceImpl<T>resolveGlobalReference(Class<T> clazz, XslAttributes attrName)
    
protected  List<XslReference<T>>resolveGlobalReferenceList(Class<T> clazz, XslAttributes attrName)
    
protected  voidsetAttribute(XslAttributes attribute, EnumValue value)
    
protected  voidsetAttribute(XslAttributes attribute, AttributeValueTemplate avt)
    
protected  voidsetAttribute(XslAttributes attribute, Object value)
    
protected  voidsetAttribute(XslAttributes attribute, XslReference<? extends ReferenceableXslComponent> value)
    
protected  voidsetAttribute(XslAttributes attr, List<QName> list)
    
protected  voidsetAttributeList(XslAttributes attr, List<XslReference<T>> collection)
    
protected  voidsetAttributeTokenList(XslAttributes attribute, List<String> value)
    
public  voidsetContent(String text)
    
public  voidsetSelect(String select)
    
public  voidsetTrailingText(String text)
    
protected  voidsetTrailingText(String propName, String text, XslComponent child)
    

Field Detail
EMPTY
final protected static Collection<Class<? extends XslComponent>> EMPTY(Code)



SEQUENCE_ELEMENTS
final protected static Collection<Class<? extends XslComponent>> SEQUENCE_ELEMENTS(Code)




Constructor Detail
XslComponentImpl
XslComponentImpl(XslModelImpl model, Element e)(Code)



XslComponentImpl
XslComponentImpl(XslModelImpl model, XslElements type)(Code)




Method Detail
accept
abstract public void accept(XslVisitor visitor)(Code)



createNewElement
protected static Element createNewElement(XslElements type, XslModelImpl model)(Code)



createReferenceTo
public XslReference<T> createReferenceTo(T referenced, Class<T> type)(Code)



createTemplate
public AttributeValueTemplate createTemplate(QName qName)(Code)
The methods below are frequently used in specific impls. So I place them here.



createTemplate
public AttributeValueTemplate createTemplate(String value)(Code)



findDomainIndex
protected int findDomainIndex(Element e)(Code)



fromSameModel
public boolean fromSameModel(XslComponent other)(Code)



getAttributeValueOf
protected Object getAttributeValueOf(Attribute attr, String stringValue)(Code)



getComponentType
abstract public Class<? extends XslComponent> getComponentType()(Code)



getContent
public String getContent()(Code)



getModel
public XslModelImpl getModel()(Code)



getParent
public XslComponentImpl getParent()(Code)



getQNameList
protected List<QName> getQNameList(String value)(Code)



getSelect
public String getSelect()(Code)



getTrailingText
public String getTrailingText()(Code)



getTrailingText
protected String getTrailingText(XslComponent child)(Code)



lookupNamespaceURI
public String lookupNamespaceURI(String prefix)(Code)



populateChildren
protected void populateChildren(List<XslComponent> children)(Code)



resolveGlobalReference
protected GlobalReferenceImpl<T> resolveGlobalReference(Class<T> clazz, XslAttributes attrName)(Code)



resolveGlobalReferenceList
protected List<XslReference<T>> resolveGlobalReferenceList(Class<T> clazz, XslAttributes attrName)(Code)



setAttribute
protected void setAttribute(XslAttributes attribute, EnumValue value)(Code)



setAttribute
protected void setAttribute(XslAttributes attribute, AttributeValueTemplate avt)(Code)



setAttribute
protected void setAttribute(XslAttributes attribute, Object value)(Code)



setAttribute
protected void setAttribute(XslAttributes attribute, XslReference<? extends ReferenceableXslComponent> value)(Code)



setAttribute
protected void setAttribute(XslAttributes attr, List<QName> list)(Code)



setAttributeList
protected void setAttributeList(XslAttributes attr, List<XslReference<T>> collection)(Code)



setAttributeTokenList
protected void setAttributeTokenList(XslAttributes attribute, List<String> value)(Code)



setContent
public void setContent(String text)(Code)



setSelect
public void setSelect(String select)(Code)



setTrailingText
public void setTrailingText(String text)(Code)



setTrailingText
protected void setTrailingText(String propName, String text, XslComponent child)(Code)



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