public class XMLElementDecl extends Object
| Modifier and Type | Field and Description |
|---|---|
QName |
name
name
|
int |
scope
scope
|
XMLSimpleType |
simpleType
simpleType
|
short |
type
type
|
static short |
TYPE_ANY
TYPE_ANY
|
static short |
TYPE_CHILDREN
TYPE_CHILDREN
|
static short |
TYPE_EMPTY
TYPE_EMPTY
|
static short |
TYPE_MIXED
TYPE_MIXED
|
static short |
TYPE_SIMPLE
TYPE_SIMPLE
|
| Constructor and Description |
|---|
XMLElementDecl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clear
|
void |
setValues(QName name,
int scope,
short type,
XMLSimpleType simpleType)
setValues
|
public static final short TYPE_ANY
public static final short TYPE_EMPTY
public static final short TYPE_MIXED
public static final short TYPE_CHILDREN
public static final short TYPE_SIMPLE
public final QName name
public int scope
public short type
public final XMLSimpleType simpleType
public void setValues(QName name, int scope, short type, XMLSimpleType simpleType)
name - scope - type - contentModelValidator - simpleType - public void clear()
Copyright © 2018–2021 mhoffrogge. All rights reserved.