IBuilderpublic class ElementNodeBuilder extends AbstractNodeBuilder
out| Constructor | Description |
|---|---|
ElementNodeBuilder() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addChild(org.apache.hyracks.data.std.api.IValueReference value) |
|
void |
addNamespace(int prefixCode,
int uriCode) |
|
void |
endAttribute(AttributeNodeBuilder attrb) |
|
void |
endAttributeChunk() |
|
void |
endChild(AbstractNodeBuilder nb) |
|
void |
endChildrenChunk() |
|
void |
endNamespaceChunk() |
|
void |
finish() |
|
int |
getValueTag() |
|
void |
reset(org.apache.hyracks.data.std.api.IMutableValueStorage mvs) |
|
void |
setLocalNodeId(int localNodeId) |
|
void |
setName(int uriCode,
int localNameCode,
int prefixCode) |
|
void |
setType(int uriCode,
int localNameCode,
int prefixCode) |
|
void |
startAttribute(AttributeNodeBuilder attrb) |
|
void |
startAttributeChunk() |
|
void |
startChild(AbstractNodeBuilder nb) |
|
void |
startChildrenChunk() |
|
void |
startNamespaceChunk() |
public int getValueTag()
getValueTag in class AbstractBuilderpublic void reset(org.apache.hyracks.data.std.api.IMutableValueStorage mvs)
throws IOException
reset in interface IBuilderreset in class AbstractBuilderIOExceptionpublic void finish()
throws IOException
IOExceptionpublic void setName(int uriCode,
int localNameCode,
int prefixCode)
throws IOException
IOExceptionpublic void setType(int uriCode,
int localNameCode,
int prefixCode)
throws IOException
IOExceptionpublic void setLocalNodeId(int localNodeId)
throws IOException
IOExceptionpublic void startNamespaceChunk()
public void addNamespace(int prefixCode,
int uriCode)
throws IOException
IOExceptionpublic void endNamespaceChunk()
public void startAttributeChunk()
public void startAttribute(AttributeNodeBuilder attrb) throws IOException
IOExceptionpublic void endAttribute(AttributeNodeBuilder attrb) throws IOException
IOExceptionpublic void endAttributeChunk()
throws IOException
IOExceptionpublic void startChildrenChunk()
public void startChild(AbstractNodeBuilder nb) throws IOException
IOExceptionpublic void endChild(AbstractNodeBuilder nb) throws IOException
IOExceptionpublic void addChild(org.apache.hyracks.data.std.api.IValueReference value)
throws IOException
IOExceptionpublic void endChildrenChunk()
throws IOException
IOExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.