IBuilder
public class DocumentNodeBuilder extends AbstractNodeBuilder
out
Constructor | Description |
---|---|
DocumentNodeBuilder() |
Modifier and Type | Method | Description |
---|---|---|
void |
endChild(AbstractNodeBuilder nb) |
|
void |
endChildrenChunk() |
|
void |
finish() |
|
int |
getValueTag() |
|
void |
setLocalNodeId(int localNodeId) |
|
void |
startChild(AbstractNodeBuilder nb) |
|
void |
startChildrenChunk() |
reset
public int getValueTag()
getValueTag
in class AbstractBuilder
public void finish() throws IOException
IOException
public void setLocalNodeId(int localNodeId) throws IOException
IOException
public void startChildrenChunk()
public void startChild(AbstractNodeBuilder nb) throws IOException
IOException
public void endChild(AbstractNodeBuilder nb) throws IOException
IOException
public void endChildrenChunk() throws IOException
IOException
Copyright © 2019 Apache Software Foundation. All rights reserved.