public class BaseURIDOMResolverImplTestCase extends BaseTestCase
Constructor and Description |
---|
BaseURIDOMResolverImplTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testFailureForMalformedXMLBaseURI()
Test the throwing of an exception when the xml:base attribute
is a relative address and there is no absolute URI to resolve
it against.
|
void |
testGetExplicitBaseURIForRootElement()
Test the Base URI construction for the root element
in an XML document without namespaces for elements and
where the root element has an explicit xml:base attribute
|
void |
testGetImplicitBaseURIForRootElement()
Test the Base URI construction for the root element
in an XML document without namespaces for elements and
where the root element has NO explicit xml:base attribute.
|
void |
testGetResolvedBaseURI()
Test the resolution of a relative child elements xml:base
against the absolute xml:base of the root element.
|
void |
testGetResolvedBaseURICascadingToDocumentURI()
Test the resolution of a relative child against a relative root
against an absolute document URI.
|
public final void testGetExplicitBaseURIForRootElement()
public final void testGetImplicitBaseURIForRootElement()
public final void testGetResolvedBaseURI()
public final void testGetResolvedBaseURICascadingToDocumentURI()
public final void testFailureForMalformedXMLBaseURI()