barcode4j 2.1.0

org.krysalis.barcode4j.xalan
Class ElemWrappingConfiguration

java.lang.Object
  extended by org.apache.avalon.framework.configuration.AbstractConfiguration
      extended by 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.
 
Method Summary
 java.lang.String getAttribute(java.lang.String name)
           
 java.lang.String[] getAttributeNames()
           
 org.apache.avalon.framework.configuration.Configuration[] getChildren()
           
 org.apache.avalon.framework.configuration.Configuration[] getChildren(java.lang.String name)
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 java.lang.String getNamespace()
           
protected  java.lang.String getPrefix()
           
 java.lang.String getValue()
           
 
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
 

Constructor Detail

ElemWrappingConfiguration

public ElemWrappingConfiguration(org.w3c.dom.Element elem)
Creates a new Configuration wrapper/adapter around a DOM element.

Parameters:
elem - the DOM element
Method Detail

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()

barcode4j 2.1.0

Copyright © 2000-2010 Jeremias Maerki. All rights reserved.