| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.primitive |
A set of utilities dealing with Java's primitive types.
|
| net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<java.lang.String> |
StringSupport.normalizeStringCollection(java.util.Collection<java.lang.String> values)
Normalize a string collection by:
Safely trimming each member.
Converting all empty members to null.
Removing any null members.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicParserPool.setBuilderAttributes(java.util.Map<java.lang.String,java.lang.Object> newAttributes)
Sets the builder attributes used when creating builders.
|
void |
BasicParserPool.setBuilderFeatures(java.util.Map<java.lang.String,java.lang.Boolean> newFeatures)
Sets the the builders' features.
|
void |
SchemaBuilder.setSchemaResources(java.util.Collection<Resource> schemaResources)
Set the schemas to load from the given schema resources (replaces any previously added).
|
void |
SchemaBuilder.setSchemas(java.util.Collection<javax.xml.transform.Source> schemaSources)
Set the schemas to load from the given schema sources (replaces any previously added).
|
| Constructor and Description |
|---|
SimpleNamespaceContext(java.util.Map<java.lang.String,java.lang.String> prefixToUriMappings)
Constructor.
|