Package org.apache.batik.dom
Class AbstractElement.ElementTypeInfo
- java.lang.Object
-
- org.apache.batik.dom.AbstractElement.ElementTypeInfo
-
- All Implemented Interfaces:
org.w3c.dom.TypeInfo
- Enclosing class:
- AbstractElement
public class AbstractElement.ElementTypeInfo extends java.lang.Object implements org.w3c.dom.TypeInfo
Inner class to hold type information about this element.
-
-
Constructor Summary
Constructors Constructor Description ElementTypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTypeName()
Type name.java.lang.String
getTypeNamespace()
Type namespace.boolean
isDerivedFrom(java.lang.String ns, java.lang.String name, int method)
Returns whether this type derives from the given type.
-
-
-
Method Detail
-
getTypeNamespace
public java.lang.String getTypeNamespace()
Type namespace.- Specified by:
getTypeNamespace
in interfaceorg.w3c.dom.TypeInfo
-
getTypeName
public java.lang.String getTypeName()
Type name.- Specified by:
getTypeName
in interfaceorg.w3c.dom.TypeInfo
-
isDerivedFrom
public boolean isDerivedFrom(java.lang.String ns, java.lang.String name, int method)
Returns whether this type derives from the given type.- Specified by:
isDerivedFrom
in interfaceorg.w3c.dom.TypeInfo
-
-