Package | Description |
---|---|
org.opensaml.core.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
Modifier and Type | Method and Description |
---|---|
static XMLObjectSupport.CloneOutputOption |
XMLObjectSupport.CloneOutputOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLObjectSupport.CloneOutputOption[] |
XMLObjectSupport.CloneOutputOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends XMLObject> |
XMLObjectSupport.cloneXMLObject(T originalXMLObject,
XMLObjectSupport.CloneOutputOption cloneOutputOption)
Clone an XMLObject by brute force:
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.