Moved global attributes to namespace attribute to reflect schema

infoset.
This commit is contained in:
Willem Cazander 2013-08-24 22:04:18 +02:00
parent 4e9052244c
commit 57f3c20655
34 changed files with 958 additions and 1158 deletions

View file

@ -26,7 +26,7 @@ import java.util.logging.Logger;
import javax.el.ValueExpression;
import org.x4o.xml.element.AbstractElementAttributeHandler;
import org.x4o.xml.element.AbstractElementNamespaceAttribute;
import org.x4o.xml.element.Element;
import org.x4o.xml.element.ElementConfiguratorException;
@ -37,7 +37,7 @@ import org.x4o.xml.element.ElementConfiguratorException;
* @author Willem Cazander
* @version 1.0 Aug 23, 2006
*/
public class ELIDAttributeHandler extends AbstractElementAttributeHandler {
public class ELIDAttributeHandler extends AbstractElementNamespaceAttribute {
/**
* @see org.x4o.xml.element.ElementConfigurator#doConfigElement(org.x4o.xml.element.Element)