org.mule.config.spring.parsers.processors
Class CheckExclusiveAttributesAndChildren

java.lang.Object
  extended by org.mule.config.spring.parsers.processors.CheckExclusiveAttributesAndChildren
All Implemented Interfaces:
PreProcessor

public class CheckExclusiveAttributesAndChildren
extends java.lang.Object
implements PreProcessor

Attributes and children elements cannot appear together. Child names are either node names or types.


Nested Class Summary
static class CheckExclusiveAttributesAndChildren.CheckExclusiveAttributesAndChildrenException
           
 
Constructor Summary
CheckExclusiveAttributesAndChildren(java.lang.String[] attributeNames, java.lang.String[] childrenNamesOrTypes)
           
 
Method Summary
 void preProcess(PropertyConfiguration config, org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckExclusiveAttributesAndChildren

public CheckExclusiveAttributesAndChildren(java.lang.String[] attributeNames,
                                           java.lang.String[] childrenNamesOrTypes)
Method Detail

preProcess

public void preProcess(PropertyConfiguration config,
                       org.w3c.dom.Element element)
Specified by:
preProcess in interface PreProcessor


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.