public final class NameIdChunks extends java.lang.Object implements ChunkGroup
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
NameIdChunks() |
| Modifier and Type | Method and Description |
|---|---|
void |
chunksComplete()
Used to flag that all the chunks of the NameID
have now been located.
|
Chunk[] |
getAll() |
Chunk[] |
getChunks()
Returns the chunks that make up the group.
|
void |
record(Chunk chunk)
Called by the parser whenever a chunk is found.
|
public static final java.lang.String NAME
public Chunk[] getAll()
public Chunk[] getChunks()
ChunkGroupgetChunks in interface ChunkGrouppublic void record(Chunk chunk)
record in interface ChunkGrouppublic void chunksComplete()
chunksComplete in interface ChunkGroupCopyright 2014 The Apache Software Foundation or its licensors, as applicable.