public class SchemaStrings extends Object
| Constructor and Description |
|---|
SchemaStrings(int size)
Constructor that allocates our internal data structures to
the specified size.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInt(String sStr)
Find the tag integer matching this schema string
|
void |
put(String sStr,
int eTag)
This method populates the data structures.
|
public SchemaStrings(int size)
size - - the size of our internal arrays. (They can't grow!)public void put(String sStr, int eTag)
sStr - the String to add.eTag - the corresponding eTagpublic int getInt(String sStr)
sStr - the schema string to look up.Copyright © 2010 - 2020 Adobe. All Rights Reserved