org.apache.batik.dom
Class AbstractElement.ElementTypeInfo
java.lang.Object
org.apache.batik.dom.AbstractElement.ElementTypeInfo
- All Implemented Interfaces:
- TypeInfo
- Enclosing class:
- AbstractElement
public class AbstractElement.ElementTypeInfo
- extends Object
- implements TypeInfo
Inner class to hold type information about this element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractElement.ElementTypeInfo
public AbstractElement.ElementTypeInfo()
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.