org.apache.batik.dom

Class AbstractElement.ElementTypeInfo

public class AbstractElement.ElementTypeInfo extends Object implements TypeInfo

Inner class to hold type information about this element.
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) 2007 Apache Software Foundation. All Rights Reserved.