public class XSInstance extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
XSInstance.SampleValueGenerator |
| Modifier and Type | Field and Description |
|---|---|
boolean |
generateAllChoices |
Boolean |
generateDefaultAttributes |
Boolean |
generateDefaultElementValues |
Boolean |
generateFixedAttributes |
Boolean |
generateOptionalAttributes |
Boolean |
generateOptionalElements |
int |
maximumElementsGenerated |
int |
maximumListItemsGenerated |
int |
maximumRecursionDepth |
int |
minimumElementsGenerated |
int |
minimumListItemsGenerated |
XSInstance.SampleValueGenerator |
sampleValueGenerator |
Boolean |
showContentModel |
| Constructor and Description |
|---|
XSInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(org.apache.xerces.xs.XSModel xsModel,
QName rootElement,
XMLDocument doc) |
void |
generate(org.apache.xerces.xs.XSModel xsModel,
QName rootElement,
XMLDocument doc,
String xsiSchemaLocation,
String xsiNoNamespaceSchemaLocation) |
void |
loadOptions(Properties options) |
static void |
main(String[] args) |
public int minimumElementsGenerated
public int maximumElementsGenerated
public int minimumListItemsGenerated
public int maximumListItemsGenerated
public int maximumRecursionDepth
public Boolean generateOptionalElements
public Boolean generateOptionalAttributes
public Boolean generateFixedAttributes
public Boolean generateDefaultAttributes
public Boolean generateDefaultElementValues
public boolean generateAllChoices
public Boolean showContentModel
public XSInstance.SampleValueGenerator sampleValueGenerator
public void generate(org.apache.xerces.xs.XSModel xsModel,
QName rootElement,
XMLDocument doc)
public void generate(org.apache.xerces.xs.XSModel xsModel,
QName rootElement,
XMLDocument doc,
String xsiSchemaLocation,
String xsiNoNamespaceSchemaLocation)
public void loadOptions(Properties options)
Copyright © 2021. All rights reserved.