public final class SchemaPairs extends Object
| Constructor and Description |
|---|
SchemaPairs() |
SchemaPairs(SchemaPairs other) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int eTag)
Gets the value for a specific key (tag)
|
int |
key(int index)
Returns the key (tag) at this position in the list.
|
void |
put(int eTag,
Object schema)
Adds a schema pair to the list.
|
int |
size()
Returns the size of the list.
|
Object |
value(int index)
Returns the schema object at this position in the list
|
public SchemaPairs(SchemaPairs other)
public SchemaPairs()
public Object get(int eTag)
eTag - the tag to search forpublic int key(int index)
index - the position in the listpublic void put(int eTag,
Object schema)
eTag - the tag of the schema element we're addingschema - the schema object - Normally a ChildReln or an Attributepublic int size()
public Object value(int index)
index - the position in the listCopyright © 2010 - 2020 Adobe. All Rights Reserved