Package | Description |
---|---|
org.apache.axiom.ts.om.factory |
Modifier and Type | Class and Description |
---|---|
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 . |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.