de.lessvoid.xml.lwxs.elements
Class Element

java.lang.Object
  extended by de.lessvoid.xml.lwxs.elements.Element

public class Element
extends Object


Constructor Summary
Element(String elementNameParam, String elementTypeParam, OccursEnum elementOccursParam)
           
 
Method Summary
 void addToProcessor(Schema schema, XmlProcessorType processor)
           
 void addToSubstGroup(Schema schema, SubstitutionGroup substitutionGroup, XmlType xmlType)
           
 String getTagName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element(String elementNameParam,
               String elementTypeParam,
               OccursEnum elementOccursParam)
        throws Exception
Throws:
Exception
Method Detail

addToProcessor

public void addToProcessor(Schema schema,
                           XmlProcessorType processor)
                    throws Exception
Throws:
Exception

addToSubstGroup

public void addToSubstGroup(Schema schema,
                            SubstitutionGroup substitutionGroup,
                            XmlType xmlType)
                     throws Exception
Throws:
Exception

getTagName

public String getTagName()


Copyright © 2011. All Rights Reserved.