de.lessvoid.xml.lwxs.elements
Class XmlProcessorType
java.lang.Object
de.lessvoid.xml.lwxs.elements.XmlProcessorType
- All Implemented Interfaces:
- XmlProcessor
public class XmlProcessorType
- extends Object
- implements XmlProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlProcessorType
public XmlProcessorType(String fullClassNameParam)
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
- XmlParserattributes
- 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.