public abstract class OverrideTransformer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int |
OVERRIDE_ATTRIBUTE |
protected static int |
OVERRIDE_ATTRIBUTE_GROUP |
protected static int |
OVERRIDE_COMPLEX_TYPE |
protected static int |
OVERRIDE_ELEMENT |
protected static int |
OVERRIDE_GROUP |
protected static int |
OVERRIDE_NOTATION |
protected static int |
OVERRIDE_SIMPLE_TYPE |
Modifier | Constructor and Description |
---|---|
protected |
OverrideTransformer() |
Modifier and Type | Method and Description |
---|---|
abstract org.w3c.dom.Element |
transform(org.w3c.dom.Element overrideElement,
org.w3c.dom.Element overridenSchema)
Any transformer Implementation should implement this method
given a DOM overrideElement, and overridden schema.
|
protected static final int OVERRIDE_SIMPLE_TYPE
protected static final int OVERRIDE_COMPLEX_TYPE
protected static final int OVERRIDE_ATTRIBUTE_GROUP
protected static final int OVERRIDE_GROUP
protected static final int OVERRIDE_ELEMENT
protected static final int OVERRIDE_NOTATION
protected static final int OVERRIDE_ATTRIBUTE
public abstract org.w3c.dom.Element transform(org.w3c.dom.Element overrideElement, org.w3c.dom.Element overridenSchema) throws OverrideTransformException
OverrideTransformException
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.