Package org.apache.batik.dom
Class AbstractAttr.AttrTypeInfo
java.lang.Object
org.apache.batik.dom.AbstractAttr.AttrTypeInfo
- All Implemented Interfaces:
TypeInfo
- Enclosing class:
- AbstractAttr
Inner class to hold type information about this attribute.
-
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
-
AttrTypeInfo
public AttrTypeInfo()
-
-
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
-