public class Type extends Object
Constructor and Description |
---|
Type() |
Type(String classNameParam,
String extendsNameParam) |
Modifier and Type | Method and Description |
---|---|
void |
addChildren(Schema schema,
XmlProcessorType processor,
String tagName,
String tagType,
OccursEnum occurs) |
void |
addElement(Element child) |
void |
addSubstitutionGroup(SubstitutionGroup substitutionGroup) |
XmlProcessorType |
createXmlProcessor(Schema schema) |
XmlProcessorType |
createXmlProcessorFromType(Schema schema,
Type typeParent) |
String |
getClassName() |
Type |
getTypeParent(Schema schema) |
public void addElement(Element child)
public void addSubstitutionGroup(SubstitutionGroup substitutionGroup)
public XmlProcessorType createXmlProcessor(Schema schema) throws Exception
Exception
public XmlProcessorType createXmlProcessorFromType(Schema schema, Type typeParent) throws Exception
Exception
public void addChildren(Schema schema, XmlProcessorType processor, String tagName, String tagType, OccursEnum occurs) throws Exception
Exception
public String getClassName()
Copyright © 2013. All Rights Reserved.