de.lessvoid.xml.lwxs.elements
Class XmlProcessorElement

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

public class XmlProcessorElement
extends Object


Constructor Summary
XmlProcessorElement(XmlProcessorType elementProcessorParam, String elementNameParam, String elementTypeParam, OccursEnum elementOccursParam)
           
 
Method Summary
 void process(XmlParser xmlParser, XmlType xmlTypeParent)
           
 void processSubstGroup(XmlParser xmlParser, XmlType xmlTypeParent, Attributes attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlProcessorElement

public XmlProcessorElement(XmlProcessorType elementProcessorParam,
                           String elementNameParam,
                           String elementTypeParam,
                           OccursEnum elementOccursParam)
                    throws Exception
Throws:
Exception
Method Detail

process

public void process(XmlParser xmlParser,
                    XmlType xmlTypeParent)
             throws Exception
Throws:
Exception

processSubstGroup

public void processSubstGroup(XmlParser xmlParser,
                              XmlType xmlTypeParent,
                              Attributes attributes)
                       throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.