net.sourceforge.jeuclid.test
Class DOMNameSpaceTest

java.lang.Object
  extended by net.sourceforge.jeuclid.test.DOMNameSpaceTest

public class DOMNameSpaceTest
extends Object

Tests misc DOM Namespace functionality.

Version:
$Revision: 92b6a7c39d7f $

Constructor Summary
DOMNameSpaceTest()
           
 
Method Summary
 void testForeignNameSpaces()
          Tests foreign namespaces.
 void testNameSpaceAdded()
          Tests if MathML Namespace is added.
 void testNameSpaceKeep()
          Tests if MathML Namespace is kept.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMNameSpaceTest

public DOMNameSpaceTest()
Method Detail

testNameSpaceKeep

public void testNameSpaceKeep()
                       throws Exception
Tests if MathML Namespace is kept.

Throws:
Exception - if the test fails.

testNameSpaceAdded

public void testNameSpaceAdded()
                        throws Exception
Tests if MathML Namespace is added.

Throws:
Exception - if the test fails.

testForeignNameSpaces

public void testForeignNameSpaces()
                           throws Exception
Tests foreign namespaces.

Throws:
Exception - if the test fails.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.