org.apache.batik.dom

Class AbstractAttr.AttrTypeInfo

public class AbstractAttr.AttrTypeInfo extends Object implements TypeInfo

Inner class to hold type information about this attribute.
Method Summary
StringgetTypeName()
Type name.
StringgetTypeNamespace()
Type namespace.
booleanisDerivedFrom(String ns, String name, int method)
Returns whether this type derives from the given type.

Method Detail

getTypeName

public String getTypeName()
Type name.

getTypeNamespace

public String getTypeNamespace()
Type namespace.

isDerivedFrom

public boolean isDerivedFrom(String ns, String name, int method)
Returns whether this type derives from the given type.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.