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 Collection<String> |
StringSupport.normalizeStringCollection(Collection<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(Map<String,Object> newAttributes)
Sets the builder attributes used when creating builders.
|
void |
BasicParserPool.setBuilderFeatures(Map<String,Boolean> newFeatures)
Sets the the builders' features.
|
void |
SchemaBuilder.setSchemaResources(Collection<Resource> schemaResources)
Set the schemas to load from the given schema resources (replaces any previously added).
|
void |
SchemaBuilder.setSchemas(Collection<Source> schemaSources)
Set the schemas to load from the given schema sources (replaces any previously added).
|
Constructor and Description |
---|
SimpleNamespaceContext(Map<String,String> prefixToUriMappings)
Constructor.
|
Copyright © 1999–2016. All rights reserved.