org.krysalis.barcode4j.xalan
Class ElemWrappingConfiguration
java.lang.Object
org.apache.avalon.framework.configuration.AbstractConfiguration
org.krysalis.barcode4j.xalan.ElemWrappingConfiguration
- All Implemented Interfaces:
- org.apache.avalon.framework.configuration.Configuration
public class ElemWrappingConfiguration
- extends org.apache.avalon.framework.configuration.AbstractConfiguration
Implementation of the Avalon Configuration interface that wraps the
not fully implemented DOM nodes coming from Xalan-J.
- Version:
- $Id: ElemWrappingConfiguration.java,v 1.2 2004/09/04 20:26:16 jmaerki Exp $
- Author:
- Jeremias Maerki
Constructor Summary |
ElemWrappingConfiguration(org.w3c.dom.Element elem)
Creates a new Configuration wrapper/adapter around a DOM element. |
Methods inherited from class org.apache.avalon.framework.configuration.AbstractConfiguration |
getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsFloat, getAttributeAsFloat, getAttributeAsInteger, getAttributeAsInteger, getAttributeAsLong, getAttributeAsLong, getChild, getChild, getValue, getValueAsBoolean, getValueAsBoolean, getValueAsFloat, getValueAsFloat, getValueAsInteger, getValueAsInteger, getValueAsLong, getValueAsLong, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ElemWrappingConfiguration
public ElemWrappingConfiguration(org.w3c.dom.Element elem)
- Creates a new Configuration wrapper/adapter around a DOM element.
- Parameters:
elem
- the DOM element
getPrefix
protected java.lang.String getPrefix()
throws org.apache.avalon.framework.configuration.ConfigurationException
- Specified by:
getPrefix
in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
- See Also:
AbstractConfiguration.getPrefix()
getName
public java.lang.String getName()
- See Also:
Configuration.getName()
getLocation
public java.lang.String getLocation()
- See Also:
Configuration.getLocation()
getNamespace
public java.lang.String getNamespace()
throws org.apache.avalon.framework.configuration.ConfigurationException
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
- See Also:
Configuration.getNamespace()
getChildren
public org.apache.avalon.framework.configuration.Configuration[] getChildren()
- See Also:
Configuration.getChildren()
getChildren
public org.apache.avalon.framework.configuration.Configuration[] getChildren(java.lang.String name)
- See Also:
Configuration.getChildren(java.lang.String)
getAttributeNames
public java.lang.String[] getAttributeNames()
- See Also:
Configuration.getAttributeNames()
getAttribute
public java.lang.String getAttribute(java.lang.String name)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
- See Also:
Configuration.getAttribute(java.lang.String)
getValue
public java.lang.String getValue()
throws org.apache.avalon.framework.configuration.ConfigurationException
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
- See Also:
Configuration.getValue()
Copyright © 2000-2010 Jeremias Maerki. All rights reserved.