de.lessvoid.xml.lwxs.elements
Class XmlProcessorType

java.lang.Object
  extended by de.lessvoid.xml.lwxs.elements.XmlProcessorType
All Implemented Interfaces:
XmlProcessor

public class XmlProcessorType
extends Object
implements XmlProcessor


Constructor Summary
XmlProcessorType(String fullClassNameParam)
           
 
Method Summary
 void addElementProcessor(XmlProcessorElement element)
           
 void addSubstituitionGroup(XmlProcessorSubstituitionGroup element)
           
 XmlType getXmlType()
           
 void parentLinkAdd(XmlType xmlTypeParent, String elementName)
           
 void parentLinkSet(XmlType xmlTypeParent, String elementName)
           
 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

XmlProcessorType

public XmlProcessorType(String fullClassNameParam)
Method Detail

addElementProcessor

public void addElementProcessor(XmlProcessorElement element)

addSubstituitionGroup

public void addSubstituitionGroup(XmlProcessorSubstituitionGroup element)

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

getXmlType

public XmlType getXmlType()

parentLinkSet

public void parentLinkSet(XmlType xmlTypeParent,
                          String elementName)

parentLinkAdd

public void parentLinkAdd(XmlType xmlTypeParent,
                          String elementName)


Copyright © 2012. All Rights Reserved.