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