IBuilder
public 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 AbstractBuilder
public void reset(org.apache.hyracks.data.std.api.IMutableValueStorage mvs) throws IOException
reset
in interface IBuilder
reset
in class AbstractBuilder
IOException
public void finish() throws IOException
IOException
public void setName(int uriCode, int localNameCode, int prefixCode) throws IOException
IOException
public void setType(int uriCode, int localNameCode, int prefixCode) throws IOException
IOException
public void setLocalNodeId(int localNodeId) throws IOException
IOException
public void startNamespaceChunk()
public void addNamespace(int prefixCode, int uriCode) throws IOException
IOException
public void endNamespaceChunk()
public void startAttributeChunk()
public void startAttribute(AttributeNodeBuilder attrb) throws IOException
IOException
public void endAttribute(AttributeNodeBuilder attrb) throws IOException
IOException
public void endAttributeChunk() throws IOException
IOException
public void startChildrenChunk()
public void startChild(AbstractNodeBuilder nb) throws IOException
IOException
public void endChild(AbstractNodeBuilder nb) throws IOException
IOException
public void addChild(org.apache.hyracks.data.std.api.IValueReference value) throws IOException
IOException
public void endChildrenChunk() throws IOException
IOException
Copyright © 2019 Apache Software Foundation. All rights reserved.