Package org.apache.batik.dom
Class AbstractAttr.AttrTypeInfo
- java.lang.Object
-
- org.apache.batik.dom.AbstractAttr.AttrTypeInfo
-
- All Implemented Interfaces:
org.w3c.dom.TypeInfo
- Enclosing class:
- AbstractAttr
public static class AbstractAttr.AttrTypeInfo extends java.lang.Object implements org.w3c.dom.TypeInfoInner class to hold type information about this attribute.
-
-
Constructor Summary
Constructors Constructor Description AttrTypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTypeName()Type name.java.lang.StringgetTypeNamespace()Type namespace.booleanisDerivedFrom(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:
getTypeNamespacein interfaceorg.w3c.dom.TypeInfo
-
getTypeName
public java.lang.String getTypeName()
Type name.- Specified by:
getTypeNamein 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:
isDerivedFromin interfaceorg.w3c.dom.TypeInfo
-
-