Java Doc for DOMTest.java in  » Web-Framework » Tapestry » org » apache » tapestry » dom » 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 » Web Framework » Tapestry » org.apache.tapestry.dom 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.tapestry.internal.test.InternalBaseTestCase
   org.apache.tapestry.dom.DOMTest

DOMTest
public class DOMTest extends InternalBaseTestCase (Code)
Tests for a number of DOM node classes, including org.apache.tapestry.dom.Element and org.apache.tapestry.dom.Document .




Method Summary
public  voidattribute_names_may_not_be_blank()
    
public  voidattribute_value_null_is_no_op()
    
public  voidcomments()
    
public  voiddocument_find_match()
    
public  voiddocument_find_no_match()
    
public  voiddocument_find_no_root_element()
    
public  voiddocument_find_not_a_match()
    
public  voiddocument_find_root_is_match()
    
public  voiddocument_with_empty_root_element()
    
public  voiddocument_with_root_element_and_attributes()
     Also demonstrates that attributes are provided in alphabetical order.
public  voiddtd_with_markup()
    
public  voiddtd_with_nullids()
    
public  voidelement_name_may_not_be_blank()
    
public  voidforce_attributes_overrides_existing()
    
public  voidget_child_markup()
    
public  voidget_element_by_id()
    
public  voidinsert_element_at()
    
public  voidnested_elements()
    
public  voidraw_output()
    
public  voidspecify_attributes_with_new_element()
    
public  voidtext()
    
public  voidtext_with_control_characters()
    
public  voidto_string_on_empty_document()
    
public  voidwritef_with_text()
    
public  voidxml_style_empty_element()
    



Method Detail
attribute_names_may_not_be_blank
public void attribute_names_may_not_be_blank()(Code)



attribute_value_null_is_no_op
public void attribute_value_null_is_no_op()(Code)



comments
public void comments() throws Exception(Code)



document_find_match
public void document_find_match()(Code)



document_find_no_match
public void document_find_no_match()(Code)



document_find_no_root_element
public void document_find_no_root_element()(Code)



document_find_not_a_match
public void document_find_not_a_match()(Code)



document_find_root_is_match
public void document_find_root_is_match()(Code)



document_with_empty_root_element
public void document_with_empty_root_element()(Code)



document_with_root_element_and_attributes
public void document_with_root_element_and_attributes() throws Exception(Code)
Also demonstrates that attributes are provided in alphabetical order.



dtd_with_markup
public void dtd_with_markup()(Code)



dtd_with_nullids
public void dtd_with_nullids()(Code)



element_name_may_not_be_blank
public void element_name_may_not_be_blank()(Code)



force_attributes_overrides_existing
public void force_attributes_overrides_existing()(Code)



get_child_markup
public void get_child_markup()(Code)



get_element_by_id
public void get_element_by_id()(Code)



insert_element_at
public void insert_element_at()(Code)



nested_elements
public void nested_elements() throws Exception(Code)



raw_output
public void raw_output()(Code)



specify_attributes_with_new_element
public void specify_attributes_with_new_element()(Code)



text
public void text()(Code)



text_with_control_characters
public void text_with_control_characters()(Code)



to_string_on_empty_document
public void to_string_on_empty_document()(Code)



writef_with_text
public void writef_with_text()(Code)



xml_style_empty_element
public void xml_style_empty_element()(Code)



Methods inherited from org.apache.tapestry.internal.test.InternalBaseTestCase
final public T autobuild(Class<T> clazz)(Code)(Java Doc)
final public void cleanupThread()(Code)(Java Doc)
public void eagerLoadServices()(Code)(Java Doc)
final public T getObject(Class<T> objectType, AnnotationProvider annotationProvider)(Code)(Java Doc)
final public T getService(Class<T> serviceInterface)(Code)(Java Doc)
final public T getService(String serviceId, Class<T> serviceInterface)(Code)(Java Doc)
final protected ComponentInstantiatorSource mockComponentInstantiatorSource()(Code)(Java Doc)
final protected ComponentInvocationMap mockComponentInvocationMap()(Code)(Java Doc)
final protected ComponentPageElement mockComponentPageElement()(Code)(Java Doc)
final protected ComponentTemplate mockComponentTemplate()(Code)(Java Doc)
final protected ComponentTemplateSource mockComponentTemplateSource()(Code)(Java Doc)
final protected DocumentScriptBuilder mockDocumentScriptBuilder()(Code)(Java Doc)
final protected EmbeddedComponentModel mockEmbeddedComponentModel()(Code)(Java Doc)
final protected Instantiator mockInstantiator(Component component)(Code)(Java Doc)
final protected InternalComponentResources mockInternalComponentResources()(Code)(Java Doc)
final protected InvalidationListener mockInvalidationListener()(Code)(Java Doc)
final protected LinkFactory mockLinkFactory()(Code)(Java Doc)
final protected LinkFactoryListener mockLinkFactoryListener()(Code)(Java Doc)
final protected Page mockPage()(Code)(Java Doc)
final protected PageElement mockPageElement()(Code)(Java Doc)
final protected PageElementFactory mockPageElementFactory()(Code)(Java Doc)
final protected PageLoader mockPageLoader()(Code)(Java Doc)
final protected PagePool mockPagePool()(Code)(Java Doc)
final protected PageResponseRenderer mockPageResponseRenderer()(Code)(Java Doc)
final protected PageTemplateLocator mockPageTemplateLocator()(Code)(Java Doc)
protected RenderQueue mockRenderQueue()(Code)(Java Doc)
final protected RequestPageCache mockRequestPageCache()(Code)(Java Doc)
final protected ResourceCache mockResourceCache()(Code)(Java Doc)
final protected ResourceStreamer mockResourceStreamer()(Code)(Java Doc)
final protected TemplateParser mockTemplateParser()(Code)(Java Doc)
final protected String readFile(String file, boolean trim) throws Exception(Code)(Java Doc)
final public void setup_registry()(Code)(Java Doc)
final public void shutdown()(Code)(Java Doc)
final public void shutdown_registry()(Code)(Java Doc)
final protected void stub_isPageName(ComponentClassResolver resolver, boolean result)(Code)(Java Doc)
final protected void train_canonicalizePageName(ComponentClassResolver resolver, String pageName, String canonicalized)(Code)(Java Doc)
final protected void train_createPageLink(LinkFactory factory, Page page, Link link)(Code)(Java Doc)
final protected void train_detached(Page page, boolean dirty)(Code)(Java Doc)
final protected void train_findPageTemplateResource(PageTemplateLocator locator, ComponentModel model, Locale locale, Resource resource)(Code)(Java Doc)
final protected void train_get(RequestPageCache cache, String pageName, Page page)(Code)(Java Doc)
final protected void train_getComponent(ComponentPageElement element, Component component)(Code)(Java Doc)
final protected void train_getComponentClassName(EmbeddedComponentModel model, String className)(Code)(Java Doc)
final protected void train_getComponentElementByNestedId(Page page, String nestedId, ComponentPageElement element)(Code)(Java Doc)
final protected void train_getComponentIds(ComponentTemplate template, String... ids)(Code)(Java Doc)
final protected void train_getComponentModel(ComponentResources resources, ComponentModel model)(Code)(Java Doc)
final protected void train_getComponentResources(ComponentPageElement element, InternalComponentResources resources)(Code)(Java Doc)
final protected void train_getComponentType(EmbeddedComponentModel emodel, String componentType)(Code)(Java Doc)
final protected void train_getContainingPage(ComponentPageElement element, Page page)(Code)(Java Doc)
final protected void train_getContextPath(Request request, String contextPath)(Code)(Java Doc)
final protected void train_getEmbeddedComponentModel(ComponentModel model, String embeddedId, EmbeddedComponentModel emodel)(Code)(Java Doc)
final protected void train_getEmbeddedIds(ComponentModel model, String... ids)(Code)(Java Doc)
final protected void train_getId(ComponentResourcesCommon resources, String id)(Code)(Java Doc)
final protected void train_getLocale(Page page, Locale locale)(Code)(Java Doc)
final protected void train_getLog(ComponentModel model, Log log)(Code)(Java Doc)
final protected void train_getLogicalName(Page page, String logicalName)(Code)(Java Doc)
final protected void train_getMixinClassNames(EmbeddedComponentModel model, String... names)(Code)(Java Doc)
final protected void train_getModel(Instantiator ins, ComponentModel model)(Code)(Java Doc)
final protected void train_getNestedId(ComponentResourcesCommon resources, String nestedId)(Code)(Java Doc)
final protected void train_getParameterNames(EmbeddedComponentModel model, String... names)(Code)(Java Doc)
final protected void train_getRootComponent(Page page, Component component)(Code)(Java Doc)
final protected void train_getRootElement(Page page, ComponentPageElement element)(Code)(Java Doc)
final protected void train_getService(InternalRegistry registry, String serviceId, Class<T> serviceInterface, T service)(Code)(Java Doc)
protected void train_getTemplate(ComponentTemplateSource templateSource, ComponentModel model, Locale locale, ComponentTemplate template)(Code)(Java Doc)
final protected void train_getTimeModified(ResourceCache cache, Resource resource, long timeModified)(Code)(Java Doc)
final protected void train_getTokens(ComponentTemplate template, TemplateToken... tokens)(Code)(Java Doc)
final protected void train_isLoaded(InternalComponentResources resources, boolean isLoaded)(Code)(Java Doc)
final protected void train_isMissing(ComponentTemplate template, boolean isMissing)(Code)(Java Doc)
final protected void train_isPageName(ComponentClassResolver resolver, String pageName, boolean result)(Code)(Java Doc)
final protected void train_loadPage(PageLoader loader, String pageName, Locale locale, Page page)(Code)(Java Doc)
final protected void train_newComponentElement(PageElementFactory elementFactory, ComponentPageElement container, String embeddedId, String embeddedType, String componentClassName, String elementName, Location location, ComponentPageElement embedded)(Code)(Java Doc)
final protected void train_newRenderBodyElement(PageElementFactory elementFactory, ComponentPageElement component, PageElement body)(Code)(Java Doc)
final protected void train_newRootComponentElement(PageElementFactory elementFactory, String className, ComponentPageElement rootElement)(Code)(Java Doc)
final protected void train_parseTemplate(TemplateParser parser, Resource resource, ComponentTemplate template)(Code)(Java Doc)
final protected void train_requiresDigest(ResourceCache cache, Resource resource, boolean requiresChecksum)(Code)(Java Doc)
final protected void train_resolvePageClassNameToPageName(ComponentClassResolver resolver, String pageClassName, String pageName)(Code)(Java Doc)
final protected void train_resolvePageNameToClassName(ComponentClassResolver resolver, String pageName, String pageClassName)(Code)(Java Doc)
final protected Messages validationMessages()(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.