Uses of Interface
org.opensaml.core.xml.schema.XSAny
-
Packages that use XSAny Package Description org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types. -
-
Uses of XSAny in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement XSAny Modifier and Type Class Description classXSAnyImplConcrete implementation ofXSAny.Methods in org.opensaml.core.xml.schema.impl that return XSAny Modifier and Type Method Description XSAnyXSAnyBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.
-