public class Element extends Object
Constructor and Description |
---|
Element(String elementNameParam,
String elementTypeParam,
OccursEnum elementOccursParam) |
Modifier and Type | Method and Description |
---|---|
void |
addToProcessor(Schema schema,
XmlProcessorType processor) |
void |
addToSubstGroup(Schema schema,
SubstitutionGroup substitutionGroup,
XmlType xmlType) |
String |
getTagName() |
public Element(String elementNameParam, String elementTypeParam, OccursEnum elementOccursParam) throws Exception
Exception
public void addToProcessor(Schema schema, XmlProcessorType processor) throws Exception
Exception
public void addToSubstGroup(Schema schema, SubstitutionGroup substitutionGroup, XmlType xmlType) throws Exception
Exception
public String getTagName()
Copyright © 2013. All Rights Reserved.