ChunkGrouppublic final class NameIdChunks extends java.lang.Object implements ChunkGroup
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
NAME |
| Constructor | Description |
|---|---|
NameIdChunks() |
| Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.