public final class XsiModule extends Object implements Module
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_PREFIX_XSI |
static String |
NAMESPACE_SCHEMA_INSTANCE |
| Constructor and Description |
|---|
XsiModule() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<Attribute> |
attributes(String name) |
Class<? extends AknObject> |
getAknClass(String localName) |
CharArray |
namespace() |
String |
toString() |
void |
writeNamespace(XmlWriter writer) |
public static final String NAMESPACE_SCHEMA_INSTANCE
public static final String NAMESPACE_PREFIX_XSI
public void writeNamespace(XmlWriter writer) throws IOException
writeNamespace in interface ModuleIOExceptionpublic Supplier<Attribute> attributes(String name)
attributes in interface Modulepublic Class<? extends AknObject> getAknClass(String localName)
getAknClass in interface ModuleCopyright © 2017. All rights reserved.