Class TldFile
java.lang.Object
org.fife.rsta.ac.jsp.TldFile
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Fileprivate JspCompletionProviderprivate List<TldElement> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.fife.ui.autocomplete.ParameterizedCompletion.Parameter> getAttributesForTag(String tagName) Returns the attributes for a tag.private StringgetChildText(Node elem) getElement(int index) Returns an element.intReturns the number of elements.private List<TldElement> private List<TldElement> parseTld(InputStream in)
-
Field Details
-
provider
-
jar
-
tldElems
-
-
Constructor Details
-
TldFile
- Throws:
IOException
-
-
Method Details
-
getAttributesForTag
-
getChildText
-
getElement
Returns an element.- Parameters:
index- The index of the element.- Returns:
- The element.
- See Also:
-
getElementCount
public int getElementCount()Returns the number of elements.- Returns:
- The element count.
- See Also:
-
loadTldElems
- Throws:
IOException
-
parseTld
- Throws:
IOException
-