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