com.ssx.xml.output.impl
Class Test_AttributesAdapter

java.lang.Object
  extended byTestCase
      extended bycom.ssx.xml.output.impl.Test_AttributesAdapter

public class Test_AttributesAdapter
extends TestCase

See Also:
Serialized Form

Constructor Summary
Test_AttributesAdapter(String name)
           
 
Method Summary
 void testAttributesAndNamespaces()
          The adapter will transparently merge a collection of namespace defenitions and attributes so that the user perceives a list of SAX attributes.
 void testEmptyContainer()
          If no aattributes or namespaces are added to the adapter it will appear empty to the user.
 void testOnlyAttributes()
          The adapter will present a collection of XmlOutput attributes as a collection of SAX attributes.
 void testOnlyNamespaces()
          The adapter will present a collection of namespaces as a collection of SAX attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test_AttributesAdapter

public Test_AttributesAdapter(String name)
Parameters:
name - The test suite name
Method Detail

testEmptyContainer

public void testEmptyContainer()
If no aattributes or namespaces are added to the adapter it will appear empty to the user.


testOnlyAttributes

public void testOnlyAttributes()
The adapter will present a collection of XmlOutput attributes as a collection of SAX attributes.


testOnlyNamespaces

public void testOnlyNamespaces()
The adapter will present a collection of namespaces as a collection of SAX attributes.


testAttributesAndNamespaces

public void testAttributesAndNamespaces()
The adapter will transparently merge a collection of namespace defenitions and attributes so that the user perceives a list of SAX attributes.