de.lessvoid.xml.lwxs.processor
Class IncludeProcessor

java.lang.Object
  extended by de.lessvoid.xml.lwxs.processor.IncludeProcessor
All Implemented Interfaces:
XmlProcessor

public class IncludeProcessor
extends Object
implements XmlProcessor


Constructor Summary
IncludeProcessor(Map<String,Type> typesParam)
           
 
Method Summary
 void process(XmlParser xmlParser, Attributes attributes)
          Process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeProcessor

public IncludeProcessor(Map<String,Type> typesParam)
Method Detail

process

public void process(XmlParser xmlParser,
                    Attributes attributes)
             throws Exception
Description copied from interface: XmlProcessor
Process.

Specified by:
process in interface XmlProcessor
Parameters:
xmlParser - XmlParser
attributes - attributes
Throws:
Exception - exception


Copyright © 2011. All Rights Reserved.