Package org.apache.batik.dom
Class AbstractElement.ElementTypeInfo
java.lang.Object
org.apache.batik.dom.AbstractElement.ElementTypeInfo
- All Implemented Interfaces:
TypeInfo
- Enclosing class:
AbstractElement
Inner class to hold type information about this element.
-
Field Summary
Fields inherited from interface org.w3c.dom.TypeInfo
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionType name.Type namespace.boolean
isDerivedFrom
(String ns, String name, int method) Returns whether this type derives from the given type.
-
Constructor Details
-
ElementTypeInfo
public ElementTypeInfo()
-
-
Method Details
-
getTypeNamespace
Type namespace.- Specified by:
getTypeNamespace
in interfaceTypeInfo
-
getTypeName
Type name.- Specified by:
getTypeName
in interfaceTypeInfo
-
isDerivedFrom
Returns whether this type derives from the given type.- Specified by:
isDerivedFrom
in interfaceTypeInfo
-