public class NamespaceSupportTest extends Object
NamespaceSupport| Modifier and Type | Field and Description |
|---|---|
private Element |
child |
private static String |
DEFAULT_NAMESPACE_1 |
private static String |
DEFAULT_NAMESPACE_2 |
private Element |
grandchild |
private static String |
NAMESPACE_1 |
private static String |
NAMESPACE_2 |
private static String |
NAMESPACE_3 |
private static String |
NAMESPACE_4 |
private Element |
parent |
private net.shibboleth.utilities.java.support.xml.BasicParserPool |
parserPool |
private static String |
PREFIX_1 |
private static String |
PREFIX_2 |
private static String |
PREFIX_3 |
private static String |
PREFIX_4 |
| Constructor and Description |
|---|
NamespaceSupportTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testAppendNamespaceDeclaration() |
void |
testLookupNamespaceURI() |
void |
testLookupPrefix() |
void |
testRootNamespaces() |
private Element parent
private Element child
private Element grandchild
private net.shibboleth.utilities.java.support.xml.BasicParserPool parserPool
private static final String NAMESPACE_1
private static final String NAMESPACE_2
private static final String NAMESPACE_3
private static final String NAMESPACE_4
private static final String DEFAULT_NAMESPACE_1
private static final String DEFAULT_NAMESPACE_2
private static final String PREFIX_1
private static final String PREFIX_2
private static final String PREFIX_3
private static final String PREFIX_4
public void setup()
throws net.shibboleth.utilities.java.support.xml.XMLParserException,
net.shibboleth.utilities.java.support.component.ComponentInitializationException,
SAXException,
IOException
net.shibboleth.utilities.java.support.xml.XMLParserExceptionnet.shibboleth.utilities.java.support.component.ComponentInitializationExceptionSAXExceptionIOExceptionpublic void testLookupNamespaceURI()
public void testLookupPrefix()
public void testAppendNamespaceDeclaration()
public void testRootNamespaces()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.