org.springframework.batch.core.configuration.xml
Class CoreNamespaceUtils
java.lang.Object
org.springframework.batch.core.configuration.xml.CoreNamespaceUtils
public class CoreNamespaceUtils
- extends java.lang.Object
Utility methods used in parsing of the batch core namespace
- Author:
- Thomas Risberg
|
Method Summary |
protected static void |
autoregisterBeansForNamespace(org.springframework.beans.factory.xml.ParserContext parserContext,
java.lang.Object source)
|
static boolean |
isAbstract(org.w3c.dom.Element element)
|
static boolean |
isUnderspecified(org.w3c.dom.Element element)
Should this element be treated as incomplete? If it has a parent or is
abstract, then it may not have all properties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreNamespaceUtils
public CoreNamespaceUtils()
autoregisterBeansForNamespace
protected static void autoregisterBeansForNamespace(org.springframework.beans.factory.xml.ParserContext parserContext,
java.lang.Object source)
isUnderspecified
public static boolean isUnderspecified(org.w3c.dom.Element element)
- Should this element be treated as incomplete? If it has a parent or is
abstract, then it may not have all properties.
- Parameters:
element -
- Returns:
- TRUE if the element is abstract or has a parent
isAbstract
public static boolean isAbstract(org.w3c.dom.Element element)
- Parameters:
element -
- Returns:
- TRUE if the element is abstract
Copyright © 2009. All Rights Reserved.