public class XmlProcessorType extends Object implements XmlProcessor
Constructor and Description |
---|
XmlProcessorType(String fullClassNameParam) |
Modifier and Type | Method and Description |
---|---|
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.
|
public XmlProcessorType(String fullClassNameParam)
public void addElementProcessor(XmlProcessorElement element)
public void addSubstituitionGroup(XmlProcessorSubstituitionGroup element)
public void process(XmlParser xmlParser, Attributes attributes) throws Exception
XmlProcessor
process
in interface XmlProcessor
xmlParser
- XmlParserattributes
- attributesException
- exceptionpublic XmlType getXmlType()
Copyright © 2013. All Rights Reserved.