public class XMLTypeInfo extends Object implements TypeInfo:
Lightweight immutable TypeInfo implementation.
import klyn.io.xml.dom
info = XMLTypeInfo("string", null)
print(info.typeName)| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | typeNametypeName as String: |
No summary. |
| public readonly property | typeNamespacetypeNamespace as String: |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | XMLTypeInfoXMLTypeInfo(typeName as String = null, typeNamespace as String = null): |
Creates schema type metadata. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | isDerivedFrom | No summary. |