public class XsdElementsFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANNOTATION |
static String |
APPINFO |
static String |
BASE |
static String |
CHOICE |
static String |
CLASS |
static String |
COMPLEX_TYPE |
static String |
ELEMENT |
static String |
ELEMENT_FORM_DEFAULT |
static String |
GENERATE_IS_SET_METHOD |
static String |
GLOBAL_BINDINGS |
static String |
MAX_OCCURS |
static String |
MIN_OCCURS |
static String |
NAME |
static String |
PACKAGE |
static String |
QUALIFIED |
static String |
RESTRICTION |
static org.dom4j.QName |
SCHEMA |
static String |
SCHEMA_BINDINGS |
static String |
SEQUENCE |
static String |
SIMPLE_TYPE |
static String |
TRUE |
static String |
TYPE |
static String |
UNBOUNDED |
static String |
VERSION |
static org.dom4j.Namespace |
XSD_NAMESPACE |
| Constructor and Description |
|---|
XsdElementsFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Element |
createApplicationInfoAnnotation(org.dom4j.Element... elements) |
static org.dom4j.Element |
createChoiceElement(List<org.dom4j.Element> elements) |
static org.dom4j.Element |
createComplexTypeElement(String typeName,
org.dom4j.Element structurElement) |
static org.dom4j.Element |
createElement(String name,
String contentTypeName,
int minimumOccurs,
int maximumOccurs) |
static org.dom4j.QName |
createName(String name) |
static org.dom4j.Element |
createSchemaElement() |
static org.dom4j.Element |
createSequenceElement(List<org.dom4j.Element> elements) |
static org.dom4j.Element |
createSimpleTypeElement(String typeName,
String baseTypeName) |
static org.dom4j.QName |
createXsdName(String name) |
public static final String ANNOTATION
public static final String APPINFO
public static final String BASE
public static final String CHOICE
public static final String CLASS
public static final String COMPLEX_TYPE
public static final String ELEMENT
public static final String ELEMENT_FORM_DEFAULT
public static final String GENERATE_IS_SET_METHOD
public static final String GLOBAL_BINDINGS
public static final String MAX_OCCURS
public static final String MIN_OCCURS
public static final String NAME
public static final String PACKAGE
public static final String QUALIFIED
public static final String RESTRICTION
public static final String SCHEMA_BINDINGS
public static final String SEQUENCE
public static final String SIMPLE_TYPE
public static final String TRUE
public static final String TYPE
public static final String UNBOUNDED
public static final String VERSION
public static final org.dom4j.Namespace XSD_NAMESPACE
public static final org.dom4j.QName SCHEMA
public static org.dom4j.Element createSchemaElement()
public static org.dom4j.Element createElement(String name, String contentTypeName, int minimumOccurs, int maximumOccurs)
public static org.dom4j.Element createSimpleTypeElement(String typeName, String baseTypeName)
public static org.dom4j.Element createComplexTypeElement(String typeName, org.dom4j.Element structurElement)
public static org.dom4j.Element createSequenceElement(List<org.dom4j.Element> elements)
public static org.dom4j.Element createChoiceElement(List<org.dom4j.Element> elements)
public static org.dom4j.Element createApplicationInfoAnnotation(org.dom4j.Element... elements)
public static org.dom4j.QName createName(String name)
public static org.dom4j.QName createXsdName(String name)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.