- ICELANDIC - Static variable in class org.licas_text.util.WebResourceHandler
-
- ICELANDICCODE - Static variable in class org.licas_text.util.WebResourceHandler
-
- ICELANDICCODE3 - Static variable in class org.licas_text.util.WebResourceHandler
-
- ID - Static variable in class org.licas_text.util.QueryConst
-
- IMAGELINKTYPE - Static variable in class org.licas_text.util.HtmlConst
-
Defines an image link type
- IMAGESTART - Static variable in class org.licas_text.util.HtmlConst
-
- IMGL2 - Static variable in class org.licas_text.util.HtmlConst
-
- IMGU2 - Static variable in class org.licas_text.util.HtmlConst
-
- INDONESIAN - Static variable in class org.licas_text.util.WebResourceHandler
-
- INDONESIANCODE - Static variable in class org.licas_text.util.WebResourceHandler
-
- INDONESIANCODE3 - Static variable in class org.licas_text.util.WebResourceHandler
-
- innerText(Element) - Static method in class org.licas_text.util.XmlHtmlHandler
-
Parse the root element to return a concatenated text of all nested elements.
- INPUTL2 - Static variable in class org.licas_text.util.HtmlConst
-
- INPUTU2 - Static variable in class org.licas_text.util.HtmlConst
-
- IRISH - Static variable in class org.licas_text.util.WebResourceHandler
-
- IRISHCODE - Static variable in class org.licas_text.util.WebResourceHandler
-
- IRISHCODE3 - Static variable in class org.licas_text.util.WebResourceHandler
-
- isAnyNode(String) - Static method in class org.licas_text.query.QueryMediator
-
Return true if the comparison indicates any node.
- isAnyValue(String) - Static method in class org.licas_text.query.QueryMediator
-
Return true if the comparison indicates any value.
- isAuthor(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed author description.
- isBinaryFile(String) - Static method in class org.licas_text.util.WebResourceHandler
-
Return true if the file is binary, requiring a byte list.
- isChannel(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed channel.
- isClauseType(String) - Static method in class org.licas_text.query.sparql.SparqlQuery
-
Return true if the keyword is a clause type word: DISTINCT, LIMIT, excluding '*'.
- isCopyright(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed copyright description.
- isCurrencyChar(char) - Method in class org.licas_text.query.QueryEngine
-
Return true if the character represents a currency character.
- isDefaultLanguage(String) - Method in class org.licas_text.search.semantic.OnlineDictionary
-
Return true if the language code is the default one for the dictionary.
- isDescription(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed item description.
- isEndConstraint(String) - Method in class org.licas_text.query.QueryEngine
-
Return true if the value is recognised as an end constraint type.
- isEndHtmlContentTag(String) - Static method in class org.licas_text.util.XmlHtmlHandler
-
Return true if the tag entered is the end of an html content tag.
- isExactNode(String) - Static method in class org.licas_text.query.QueryMediator
-
Return true if the comparison indicates exact node.
- isFeedElement(Element) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the root element is a feed element defined as the rss or atom type.
- isFilterSPO(String) - Static method in class org.licas_text.query.sparql.SparqlQuery
-
Return true if the keyword is a filter type that allows subject-predicate-object: SUM, excluding '*'.
- isFilterType(String) - Static method in class org.licas_text.query.sparql.SparqlQuery
-
Return true if the keyword is a filter type word: DISTINCT, NAMED, excluding '*'.
- isFilterWithFunction(String) - Static method in class org.licas_text.query.sparql.SparqlQuery
-
Return true if the keyword is a filter that can have a function: FILTER.
- isGuid(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed id.
- isHtml(String) - Static method in class org.licas_text.util.WebResourceHandler
-
Return true if the data type indicates an html or xhtml type.
- isHtmlFile(String) - Static method in class org.licas_text.util.WebResourceHandler
-
Return true if the file path ends with a known internet file type.
- isHyperLink(String) - Static method in class org.licas_text.util.XmlHtmlHandler
-
Return true if the text entered starts with an http address protocol.
- isHyperLinkTag(String) - Static method in class org.licas_text.util.XmlHtmlHandler
-
Return true if the tag entered is potentially a hyperlink tag.
- isImageFile(String) - Static method in class org.licas_text.util.WebResourceHandler
-
Return true if the file path ends with a known image file type.
- isItem(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed item.
- isKeyWord(String) - Static method in class org.licas_text.query.QueryMediator
-
Return true if the string entered is a recognised keyword.
- isKeyword(String) - Static method in class org.licas_text.query.sparql.SparqlQuery
-
Return true if the keyword is a statement word.
- isLanguage(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed language description.
- isLink(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed link.
- isNumericalConstraint(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the constraint tye is a numerical constraint.
- isNumericalQuery() - Method in class org.licas_text.query.model.QueryModel
-
Return true if the query type is a numerical type (numerical evaluation).
- isNumericalQueryType(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the query type is a numerical type (numerical evaluation).
- isOtherQuery() - Method in class org.licas_text.query.model.QueryModel
-
Return true if the query type is a special type (specific evaluation).
- isOtherQueryType(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the query type is a special type (specific evaluation).
- isPatternType(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the value should be added as part of the pattern.
- isPubDate(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed publication date.
- isRangeConstraint(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the value is recognised a range constraint type.
- isReservedWord(String) - Static method in class org.licas_text.query.sparql.SparqlQuery
-
Return true if the keyword is a reserved word of any type.
- isRestQuery(String) - Static method in class org.licas_text.util.XmlHtmlHandler
-
Return true if the text entered starts with an http address protocol.
- isSame(PatternConstraint) - Method in class org.licas_text.query.model.PatternConstraint
-
Return true if the constraint passed in would result in the same evaluation
as this constraint.
- isSearchType(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the value is recognised as a search type.
- isSingleConstraint(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the value is recognised a single constraint type.
- isStartConstraint(String) - Method in class org.licas_text.query.QueryEngine
-
Return true if the value is recognised as a start constraint type.
- isStartHtmlContentTag(String) - Static method in class org.licas_text.util.XmlHtmlHandler
-
Return true if the tag entered is the start of an html content tag.
- isSubTree(String) - Static method in class org.licas_text.query.QueryMediator
-
Return true if the value indicates a sub-tree node search.
- isTextFile(String) - Static method in class org.licas_text.util.WebResourceHandler
-
Return true if the file path ends with a known text file type.
- isTextQuery() - Method in class org.licas_text.query.model.QueryModel
-
Return true if the query type is a text-based type (lines of text).
- isTextQueryType(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the query type is a text-based type (lines of text).
- isTitle(String) - Static method in class org.licas_text.stream.FeedParser
-
Return true if the text token indicates a feed title.
- ISURI - Static variable in class org.licas_text.query.sparql.SparqlQuery
-
- isValueCount(String) - Static method in class org.licas_text.query.QueryMediator
-
Return true if the value indicates a sub-tree node search.
- isWildcard(char) - Method in class org.licas_text.query.QueryEngine
-
Return true if the character represents a wildcard character.
- isWildcard(String) - Method in class org.licas_text.query.QueryEngine
-
Return true if the first character represents a wildcard character.
- isXmlFile(String) - Static method in class org.licas_text.util.WebResourceHandler
-
Return true if the file path ends with a known xml file type, including
some derivatives.
- isXmlQuery() - Method in class org.licas_text.query.model.QueryModel
-
Return true if the query type is a pattern-based XML type.
- isXmlQueryType(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the query type is a pattern-based XML type.
- ITALIAN - Static variable in class org.licas_text.util.WebResourceHandler
-
- ITALIANCODE - Static variable in class org.licas_text.util.WebResourceHandler
-
- ITALIANCODE3 - Static variable in class org.licas_text.util.WebResourceHandler
-
- ITEM - Static variable in class org.licas_text.util.QueryConst
-
- ItemList - Class in org.json.simple
-
|a:b:c| => |a|,|b|,|c|
|:| => ||,||
|a:| => |a|,||
- ItemList() - Constructor for class org.json.simple.ItemList
-
- ItemList(String) - Constructor for class org.json.simple.ItemList
-
- ItemList(String, String) - Constructor for class org.json.simple.ItemList
-
- ItemList(String, String, boolean) - Constructor for class org.json.simple.ItemList
-