public class XMLParsingDescription_Type
extends org.apache.uima.jcas.cas.TOP_Type
| Modifier and Type | Field | Description |
|---|---|---|
static boolean |
featOkTst |
|
static int |
typeIndexID |
| Constructor | Description |
|---|---|
XMLParsingDescription_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType) |
initialize variables to correspond with Cas Type and Features
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getEncoding(int addr) |
|
int |
getXmlDeclarations(int addr) |
|
String |
getXmlDeclarations(int addr,
int i) |
|
void |
setEncoding(int addr,
String v) |
|
void |
setXmlDeclarations(int addr,
int v) |
|
void |
setXmlDeclarations(int addr,
int i,
String v) |
public static final int typeIndexID
public static final boolean featOkTst
public XMLParsingDescription_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
jcas - JCascasType - Typepublic String getEncoding(int addr)
addr - low level Feature Structure referencepublic void setEncoding(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic int getXmlDeclarations(int addr)
addr - low level Feature Structure referencepublic void setXmlDeclarations(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic String getXmlDeclarations(int addr, int i)
addr - low level Feature Structure referencei - index of item in the arraypublic void setXmlDeclarations(int addr,
int i,
String v)
addr - low level Feature Structure referencei - index of item in the arrayv - value to setCopyright © 2018. All rights reserved.