public class DefaultNCharStreamElementBuilder extends AbstractNElementBuilder implements net.thevpc.nuts.elem.NCharStreamElementBuilder
| Constructor and Description |
|---|
DefaultNCharStreamElementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addAnnotation(String name,
net.thevpc.nuts.elem.NElement... args) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addAnnotationAt(int index,
net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addComments(net.thevpc.nuts.elem.NElementComments comments) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NCharStreamElement |
build() |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
clearAnnotations() |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
clearComments() |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NCharStreamElement element) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NCharStreamElementBuilder element) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NMapStrategy strategy) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NMapStrategy strategy) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
doWith(Consumer<net.thevpc.nuts.elem.NCharStreamElementBuilder> con) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
removeAnnotationAt(int index) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
removeLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
removeLeadingCommentAt(int index) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
removeTrailingCommentAt(int index) |
net.thevpc.nuts.elem.NElementType |
type() |
net.thevpc.nuts.io.NReaderProvider |
value() |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
value(net.thevpc.nuts.io.NReaderProvider value) |
annotations, comments, isCustomTree, leadingComments, trailingCommentspublic net.thevpc.nuts.elem.NCharStreamElementBuilder removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
removeAnnotation in interface net.thevpc.nuts.elem.NCharStreamElementBuilderremoveAnnotation in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other)
copyFrom in interface net.thevpc.nuts.elem.NCharStreamElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other)
copyFrom in interface net.thevpc.nuts.elem.NCharStreamElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NMapStrategy strategy)
copyFrom in interface net.thevpc.nuts.elem.NCharStreamElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NMapStrategy strategy)
copyFrom in interface net.thevpc.nuts.elem.NCharStreamElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder doWith(Consumer<net.thevpc.nuts.elem.NCharStreamElementBuilder> con)
doWith in interface net.thevpc.nuts.elem.NCharStreamElementBuilderpublic net.thevpc.nuts.io.NReaderProvider value()
value in interface net.thevpc.nuts.elem.NCharStreamElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder value(net.thevpc.nuts.io.NReaderProvider value)
value in interface net.thevpc.nuts.elem.NCharStreamElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElement build()
build in interface net.thevpc.nuts.elem.NCharStreamElementBuilderbuild in interface net.thevpc.nuts.elem.NElementBuilderpublic net.thevpc.nuts.elem.NElementType type()
type in interface net.thevpc.nuts.elem.NElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NCharStreamElement element)
copyFrom in interface net.thevpc.nuts.elem.NCharStreamElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NCharStreamElementBuilder element)
copyFrom in interface net.thevpc.nuts.elem.NCharStreamElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text)
addLeadingComment in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text)
addTrailingComment in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
addLeadingComment in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments)
addLeadingComments in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddLeadingComments in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
addTrailingComment in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments)
addTrailingComments in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddTrailingComments in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder removeTrailingCommentAt(int index)
removeTrailingCommentAt in interface net.thevpc.nuts.elem.NCharStreamElementBuilderremoveTrailingCommentAt in interface net.thevpc.nuts.elem.NElementBuilderremoveTrailingCommentAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder removeLeadingCommentAt(int index)
removeLeadingCommentAt in interface net.thevpc.nuts.elem.NCharStreamElementBuilderremoveLeadingCommentAt in interface net.thevpc.nuts.elem.NElementBuilderremoveLeadingCommentAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
removeTrailingComment in interface net.thevpc.nuts.elem.NCharStreamElementBuilderremoveTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderremoveTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder removeLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
removeLeadingComment in interface net.thevpc.nuts.elem.NCharStreamElementBuilderremoveLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderremoveLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addComments(net.thevpc.nuts.elem.NElementComments comments)
addComments in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddComments in interface net.thevpc.nuts.elem.NElementBuilderaddComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations)
addAnnotations in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddAnnotations in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addAnnotation(String name, net.thevpc.nuts.elem.NElement... args)
addAnnotation in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotation in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder addAnnotationAt(int index,
net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotationAt in interface net.thevpc.nuts.elem.NCharStreamElementBuilderaddAnnotationAt in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotationAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder removeAnnotationAt(int index)
removeAnnotationAt in interface net.thevpc.nuts.elem.NCharStreamElementBuilderremoveAnnotationAt in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotationAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder clearAnnotations()
clearAnnotations in interface net.thevpc.nuts.elem.NCharStreamElementBuilderclearAnnotations in interface net.thevpc.nuts.elem.NElementBuilderclearAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NCharStreamElementBuilder clearComments()
clearComments in interface net.thevpc.nuts.elem.NCharStreamElementBuilderclearComments in interface net.thevpc.nuts.elem.NElementBuilderclearComments in class AbstractNElementBuilderCopyright © 2025 vpc open source initiative. All rights reserved.