Package com.xmlcalabash.namespace
Object NsXsi
-
- All Implemented Interfaces:
public class NsXsi
-
-
Field Summary
Fields Modifier and Type Field Description private final NamespaceUri
namespace
private final QName
noNamespaceSchemaLocation
private final QName
schemaLocation
private final QName
type
public final static NsXsi
INSTANCE
-
Method Summary
Modifier and Type Method Description final NamespaceUri
getNamespace()
final QName
getNoNamespaceSchemaLocation()
final QName
getSchemaLocation()
final QName
getType()
-
-
Method Detail
-
getNamespace
final NamespaceUri getNamespace()
-
getNoNamespaceSchemaLocation
final QName getNoNamespaceSchemaLocation()
-
getSchemaLocation
final QName getSchemaLocation()
-
getType
final QName getType()
-
-
-
-