org.apache.batik.dom
Class AbstractAttr.AttrTypeInfo
java.lang.Object
org.apache.batik.dom.AbstractAttr.AttrTypeInfo
- All Implemented Interfaces:
- TypeInfo
- Enclosing class:
- AbstractAttr
public class AbstractAttr.AttrTypeInfo
- extends Object
- implements TypeInfo
Inner class to hold type information about this attribute.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAttr.AttrTypeInfo
public AbstractAttr.AttrTypeInfo()
getTypeNamespace
public String getTypeNamespace()
- Type namespace.
- Specified by:
getTypeNamespace
in interface TypeInfo
getTypeName
public String getTypeName()
- Type name.
- Specified by:
getTypeName
in interface TypeInfo
isDerivedFrom
public boolean isDerivedFrom(String ns,
String name,
int method)
- Returns whether this type derives from the given type.
- Specified by:
isDerivedFrom
in interface TypeInfo
Copyright © 2017 Apache Software Foundation. All Rights Reserved.