Class | Description |
---|---|
CreateOMElementParentSupplier | |
CreateOMElementTestCase |
Base class for the test cases that validate the behavior of the various
createOMElement methods in OMFactory . |
CreateOMElementVariant | |
TestCreateOMAttributeGeneratedPrefix |
Tests that
OMFactory.createOMAttribute(String, OMNamespace, String) generates a prefix if
an OMNamespace object with a null prefix and a non empty namespace URI is given. |
TestCreateOMAttributeNullPrefixNoNamespace |
Tests the behavior of
OMFactory.createOMAttribute(String, OMNamespace, String) if an
OMNamespace object with a null prefix and an empty namespace URI is given. |
TestCreateOMAttributeWithInvalidNamespace | |
TestCreateOMCommentWithoutParent | |
TestCreateOMDocTypeWithoutParent | |
TestCreateOMDocument | |
TestCreateOMElementWithDefaultNamespace | |
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. |
TestCreateOMElementWithInvalidNamespace |
Tests that
OMFactory forbids creating prefixed elements with an empty namespace name. |
TestCreateOMElementWithNamespaceInScope1 |
Tests the behavior of the
createOMElement methods in OMFactory if no
namespace prefix is given and an existing namespace declaration is in scope. |
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. |
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. |
TestCreateOMElementWithNonDefaultNamespace | |
TestCreateOMElementWithNullOMDataSource1 |
Tests the behavior of
OMFactory.createOMElement(OMDataSource, String, OMNamespace) if the
data source is null . |
TestCreateOMElementWithNullOMDataSource2 |
Tests the behavior of
OMFactory.createOMElement(OMDataSource, QName) if the data source
is null . |
TestCreateOMElementWithNullURIAndPrefix | |
TestCreateOMElementWithoutNamespace |
Tests the behavior of the
createOMElement methods in OMFactory when
requested to create an element without namespace. |
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. |
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. |
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 . |
TestCreateOMEntityReference | |
TestCreateOMEntityReferenceWithNullParent | |
TestCreateOMNamespace | |
TestCreateOMNamespaceWithNullURI | |
TestCreateOMProcessingInstructionWithoutParent | |
TestCreateOMText | |
TestCreateOMTextFromDataHandlerProvider | |
TestCreateOMTextFromOMText | |
TestCreateOMTextWithNullParent |
Tests that
OMFactory.createOMText(OMContainer, String) can be used to create an orphaned
node by setting parent to null . |
TestFactoryIsSingleton |
Tests that the
OMFactory returned by OMMetaFactory is a singleton. |
TestGetMetaFactory |
Tests that
OMFactory.getMetaFactory() returns the reference of the OMMetaFactory
from which the reference to the OMFactory was obtained. |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.