Class DeferredValue

java.lang.Object
com.aoapps.tldparser.DeferredValue

public class DeferredValue extends Object
Models deferred values.

TLD files may provide generics within special comments inside the XML, where the value must match type, but with the addition of <…> segments.

<!-- type = "…" -->
  • Constructor Details

    • DeferredValue

      public DeferredValue(Attribute attribute, Element deferredValueElem)
  • Method Details

    • getAttribute

      public Attribute getAttribute()
    • getType

      public String getType()