Index

A C D F G H T U V 
All Classes and Interfaces|All Packages

A

Attribute - Class in com.aoapps.tldparser
Models one attribute within a tag within the *.tld file.
Attribute(String, Tag, Element) - Constructor for class com.aoapps.tldparser.Attribute
Creates a new attribute.

C

com.aoapps.tldparser - module com.aoapps.tldparser
 
com.aoapps.tldparser - package com.aoapps.tldparser
 

D

Dates - Class in com.aoapps.tldparser
TLD files may provide dates within special comments inside the XML.
DeferredMethod - Class in com.aoapps.tldparser
DeferredMethod(Attribute, Element) - Constructor for class com.aoapps.tldparser.DeferredMethod
 
DeferredValue - Class in com.aoapps.tldparser
DeferredValue(Attribute, Element) - Constructor for class com.aoapps.tldparser.DeferredValue
 

F

fromComments(Element, Dates) - Static method in class com.aoapps.tldparser.Dates
Parses dates from within direct child comments of the given element.
Function - Class in com.aoapps.tldparser
Models one function within the *.tld file.
Function(String, Taglib, Element) - Constructor for class com.aoapps.tldparser.Function
Creates a new function.
Function(String, Taglib, Element, Map<String, String>) - Constructor for class com.aoapps.tldparser.Function
Deprecated, for removal: This API element is subject to removal in a future version.

G

getAllowRobots() - Method in class com.aoapps.tldparser.Function
 
getAllowRobots() - Method in class com.aoapps.tldparser.Tag
 
getAllowRobots() - Method in class com.aoapps.tldparser.Taglib
 
getAttribute() - Method in class com.aoapps.tldparser.DeferredMethod
 
getAttribute() - Method in class com.aoapps.tldparser.DeferredValue
 
getAttribute() - Method in class com.aoapps.tldparser.Tag
 
getAttributes() - Method in class com.aoapps.tldparser.Tag
 
getBodyContent() - Method in class com.aoapps.tldparser.Tag
 
getCreated() - Method in class com.aoapps.tldparser.Dates
getDates() - Method in class com.aoapps.tldparser.Function
 
getDates() - Method in class com.aoapps.tldparser.Tag
 
getDates() - Method in class com.aoapps.tldparser.Taglib
 
getDeferredMethod() - Method in class com.aoapps.tldparser.Attribute
 
getDeferredValue() - Method in class com.aoapps.tldparser.Attribute
 
getDescriptions() - Method in class com.aoapps.tldparser.Attribute
 
getDescriptions() - Method in class com.aoapps.tldparser.Function
 
getDescriptions() - Method in class com.aoapps.tldparser.Tag
 
getDescriptions() - Method in class com.aoapps.tldparser.Taglib
 
getDescriptionSummary() - Method in class com.aoapps.tldparser.Attribute
Gets a summary of the description.
getDescriptionSummary() - Method in class com.aoapps.tldparser.Function
Gets a summary of the description.
getDescriptionSummary() - Method in class com.aoapps.tldparser.Tag
Gets a summary of the description.
getDisplayNames() - Method in class com.aoapps.tldparser.Function
 
getDisplayNames() - Method in class com.aoapps.tldparser.Tag
 
getDisplayNames() - Method in class com.aoapps.tldparser.Taglib
 
getDynamicAttributes() - Method in class com.aoapps.tldparser.Tag
 
getExample() - Method in class com.aoapps.tldparser.Function
 
getExample() - Method in class com.aoapps.tldparser.Tag
 
getFragment() - Method in class com.aoapps.tldparser.Attribute
 
getFunction() - Method in class com.aoapps.tldparser.Taglib
 
getFunctionClass() - Method in class com.aoapps.tldparser.Function
 
getFunctions() - Method in class com.aoapps.tldparser.Taglib
 
getFunctionsEffectiveDates() - Method in class com.aoapps.tldparser.Taglib
Gets the effective dates for the all functions.
getFunctionSignature() - Method in class com.aoapps.tldparser.Function
 
getMethodSignature() - Method in class com.aoapps.tldparser.DeferredMethod
 
getModified() - Method in class com.aoapps.tldparser.Dates
getName() - Method in class com.aoapps.tldparser.Attribute
 
getName() - Method in class com.aoapps.tldparser.Function
 
getName() - Method in class com.aoapps.tldparser.Tag
 
getPublished() - Method in class com.aoapps.tldparser.Dates
getRequired() - Method in class com.aoapps.tldparser.Attribute
 
getReviewed() - Method in class com.aoapps.tldparser.Dates
This has no equivalent in https://schema.org/, however we feel it is important to actively review content to ensure its accuracy, even when it has not been modified.
getRtexprvalue() - Method in class com.aoapps.tldparser.Attribute
 
getShortName() - Method in class com.aoapps.tldparser.Taglib
 
getSummary(String, String) - Static method in class com.aoapps.tldparser.HtmlSnippet
Displays all elements with class="summaryClass" of the provided HTML snippet.
getTag() - Method in class com.aoapps.tldparser.Attribute
 
getTag() - Method in class com.aoapps.tldparser.Taglib
 
getTagClass() - Method in class com.aoapps.tldparser.Tag
 
getTaglib() - Method in class com.aoapps.tldparser.Function
 
getTaglib() - Method in class com.aoapps.tldparser.Tag
 
getTaglibEffectiveDates() - Method in class com.aoapps.tldparser.Taglib
Gets the effective dates for the taglib overall, including itself along with all tags and functions.
getTags() - Method in class com.aoapps.tldparser.Taglib
 
getTagsEffectiveDates() - Method in class com.aoapps.tldparser.Taglib
Gets the effective dates for the all tags.
getTeiClass() - Method in class com.aoapps.tldparser.Tag
 
getTldPath() - Method in class com.aoapps.tldparser.Taglib
 
getTlibVersion() - Method in class com.aoapps.tldparser.Taglib
 
getType() - Method in class com.aoapps.tldparser.Attribute
 
getType() - Method in class com.aoapps.tldparser.DeferredValue
 
getUri() - Method in class com.aoapps.tldparser.Taglib
 

H

HtmlSnippet - Class in com.aoapps.tldparser
Extracts summaries from descriptions.

T

Tag - Class in com.aoapps.tldparser
Models one tag within the *.tld file.
Tag(String, Taglib, Element) - Constructor for class com.aoapps.tldparser.Tag
Creates a new tag.
Taglib - Class in com.aoapps.tldparser
Models the *.tld file overall.
Taglib(String, String, Dates, Document) - Constructor for class com.aoapps.tldparser.Taglib
Extracts the components of an XML-parsed *.tld file.
Taglib(String, String, Dates, Document, Map<String, String>) - Constructor for class com.aoapps.tldparser.Taglib
Deprecated, for removal: This API element is subject to removal in a future version.

U

UNKNOWN - Static variable in class com.aoapps.tldparser.Dates
A constant for a set of unknown dates.

V

valueOf(DateTime, DateTime, DateTime, DateTime) - Static method in class com.aoapps.tldparser.Dates
Gets or creates an instance of Dates.
A C D F G H T U V 
All Classes and Interfaces|All Packages