|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateOMElementTestCase | |
---|---|
org.apache.axiom.ts.om.factory |
Uses of CreateOMElementTestCase in org.apache.axiom.ts.om.factory |
---|
Subclasses of CreateOMElementTestCase in org.apache.axiom.ts.om.factory | |
---|---|
class |
TestCreateOMElementWithDefaultNamespace
|
class |
TestCreateOMElementWithGeneratedPrefix
Tests the behavior of the createOMElement methods in OMFactory when
requested to create an element with a namespace but no namespace prefix is given and no matching
namespace declaration is in scope. |
class |
TestCreateOMElementWithInvalidNamespace
Tests that OMFactory forbids creating prefixed elements with an empty namespace name. |
class |
TestCreateOMElementWithNamespaceInScope1
Tests the behavior of the createOMElement methods in OMFactory if no
namespace prefix is given and an existing namespace declaration is in scope. |
class |
TestCreateOMElementWithNamespaceInScope2
Tests the behavior of the createOMElement methods in OMFactory if a
namespace prefix is given and an existing namespace declaration for the same URI but a different
prefix is in scope. |
class |
TestCreateOMElementWithNamespaceInScope3
Tests the behavior of the createOMElement methods in OMFactory if an empty
namespace prefix is given and an existing namespace declaration for the same URI but non empty
prefix is in scope. |
class |
TestCreateOMElementWithNonDefaultNamespace
|
class |
TestCreateOMElementWithoutNamespace
Tests the behavior of the createOMElement methods in OMFactory when
requested to create an element without namespace. |
class |
TestCreateOMElementWithoutNamespace2
Tests the behavior of the createOMElement methods in OMFactory when
requested to create an element without namespace as a child of an element that has a default
namespace with a non empty namespace URI. |
class |
TestCreateOMElementWithoutNamespace3
Tests the behavior of the createOMElement methods in OMFactory when
requested to create an element without namespace as a child of an element with a
xmlns="" declaration. |
class |
TestCreateOMElementWithoutNamespaceNullPrefix
Tests the behavior of the createOMElement methods in OMFactory when
requested to create an element without namespace and the specified namespace prefix is
null . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |