|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XLEntry | |
| com.g11ntoolkit.levblock | The set of classes that make up the LevBlock support for the G11NToolKit. |
| com.g11ntoolkit.strfile | The set of classes that make up the StrFile support for the G11NToolKit. |
| com.g11ntoolkit.tokenizer | The set of classes that make up the Tokenizer support for the G11NToolKit. |
| Uses of XLEntry in com.g11ntoolkit.levblock |
| Subclasses of XLEntry in com.g11ntoolkit.levblock | |
class |
JSXLEntry
The set of information that makes up one translation entry for a particular leverage entry block. |
| Fields in com.g11ntoolkit.levblock declared as XLEntry | |
private XLEntry |
LeverageBlock.sourceEntry
The source entry for this block. |
| Methods in com.g11ntoolkit.levblock that return XLEntry | |
XLEntry |
LeverageBlock.getSource()
Returns the source entry for this block. |
| Methods in com.g11ntoolkit.levblock with parameters of type XLEntry | |
boolean |
XLEntry.equals(XLEntry anotherEntry)
Returns true if this entry is equal to the specified entry. |
void |
LeverageBlock.setSource(XLEntry aSource)
Sets the source entry for this block. |
void |
LeverageBlock.addTarget(XLEntry aTarget)
Adds a target entry to the current set of target entries for this block. |
| Constructors in com.g11ntoolkit.levblock with parameters of type XLEntry | |
LeverageBlock(Token aToken,
XLEntry aSource,
XLEntry aTarget)
Creates an instance of LeverageBlock for the specified token, source entry, and target entry. |
|
LeverageBlock(Token aToken,
XLEntry aSource,
XLEntry aTarget)
Creates an instance of LeverageBlock for the specified token, source entry, and target entry. |
|
| Uses of XLEntry in com.g11ntoolkit.strfile |
| Methods in com.g11ntoolkit.strfile that return XLEntry | |
XLEntry |
StrFile.getString(Token aToken)
Returns the string translation entry for the specified token. |
XLEntry |
StrFile.getString(java.lang.String anElementId)
Returns the string translation entry that has the specified element id in its context. |
| Methods in com.g11ntoolkit.strfile with parameters of type XLEntry | |
boolean |
StrFile.findString(XLEntry aString)
Returns true if the specified string translation entry is in the file. |
void |
StrFile.append(Token aToken,
XLEntry aString)
Adds the specified token and string translation entry to the hashtable. |
| Uses of XLEntry in com.g11ntoolkit.tokenizer |
| Methods in com.g11ntoolkit.tokenizer that return XLEntry | |
private XLEntry |
TokSQLFile.newXLEntry(java.lang.String fn,
java.lang.String sc,
java.lang.String tuse)
Returns a new XLEntry for the extracted string. |
private XLEntry |
TokJSFile.newXLEntry(java.lang.String fn,
java.lang.String sc,
java.lang.String tuse)
Returns a new XLEntry for the extracted string. |
private XLEntry |
TokCSSFile.newXLEntry(java.lang.String fn,
java.lang.String sc,
java.lang.String tuse)
Returns a new XLEntry for the extracted string. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||