Class AbstractAttr.AttrTypeInfo

  • All Implemented Interfaces:
    org.w3c.dom.TypeInfo
    Enclosing class:
    AbstractAttr

    public class AbstractAttr.AttrTypeInfo
    extends java.lang.Object
    implements org.w3c.dom.TypeInfo
    Inner class to hold type information about this attribute.
    • Field Summary

      • Fields inherited from interface org.w3c.dom.TypeInfo

        DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
    • Constructor Summary

      Constructors 
      Constructor Description
      AttrTypeInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTypeName()
      Type name.
      java.lang.String getTypeNamespace()
      Type namespace.
      boolean isDerivedFrom​(java.lang.String ns, java.lang.String name, int method)
      Returns whether this type derives from the given type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttrTypeInfo

        public AttrTypeInfo()
    • Method Detail

      • getTypeNamespace

        public java.lang.String getTypeNamespace()
        Type namespace.
        Specified by:
        getTypeNamespace in interface org.w3c.dom.TypeInfo
      • getTypeName

        public java.lang.String getTypeName()
        Type name.
        Specified by:
        getTypeName in interface org.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:
        isDerivedFrom in interface org.w3c.dom.TypeInfo