public class DefaultNElementFormatContext extends DefaultNElementTransformContext implements net.thevpc.nuts.elem.NElementFormatContext
| Constructor and Description |
|---|
DefaultNElementFormatContext(net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.text.NContentType contentType) |
DefaultNElementFormatContext(net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.elem.NElementPath path,
Map<String,Object> properties,
Map<String,Object> sharedConfig,
boolean lastElement,
String indent,
net.thevpc.nuts.elem.NElementFormatOptions options,
net.thevpc.nuts.elem.NElementBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElementBuilder |
builder() |
net.thevpc.nuts.text.NContentType |
contentType() |
String |
indent() |
protected net.thevpc.nuts.elem.NElementFormatContext |
newInstance(net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.elem.NElementPath path,
Map<String,Object> properties,
Map<String,Object> sharedConfig,
boolean lastElement) |
protected net.thevpc.nuts.elem.NElementFormatContext |
newInstance(net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.elem.NElementPath path,
Map<String,Object> properties,
Map<String,Object> sharedConfig,
boolean lastElement,
String indent,
net.thevpc.nuts.elem.NElementFormatOptions options,
net.thevpc.nuts.elem.NElementBuilder builder) |
net.thevpc.nuts.elem.NElementFormatOptions |
options() |
net.thevpc.nuts.elem.NElementFormatContext |
withBuilder(net.thevpc.nuts.elem.NElementBuilder builder) |
net.thevpc.nuts.elem.NElementFormatContext |
withElement(net.thevpc.nuts.elem.NElement element) |
net.thevpc.nuts.elem.NElementFormatContext |
withIndent(String indent) |
net.thevpc.nuts.elem.NElementFormatContext |
withOptions(net.thevpc.nuts.elem.NElementFormatOptions options) |
net.thevpc.nuts.elem.NElementFormatContext |
withPath(net.thevpc.nuts.elem.NElementPath path) |
element, getProperty, getSharedProperty, isTail, next, path, properties, sharedConfig, withProperties, withProperty, withTailpublic DefaultNElementFormatContext(net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.text.NContentType contentType)
public DefaultNElementFormatContext(net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.elem.NElementPath path,
Map<String,Object> properties,
Map<String,Object> sharedConfig,
boolean lastElement,
String indent,
net.thevpc.nuts.elem.NElementFormatOptions options,
net.thevpc.nuts.elem.NElementBuilder builder)
public net.thevpc.nuts.text.NContentType contentType()
contentType in interface net.thevpc.nuts.elem.NElementFormatContextpublic String indent()
indent in interface net.thevpc.nuts.elem.NElementFormatContextpublic net.thevpc.nuts.elem.NElementFormatOptions options()
options in interface net.thevpc.nuts.elem.NElementFormatContextpublic net.thevpc.nuts.elem.NElementBuilder builder()
builder in interface net.thevpc.nuts.elem.NElementFormatContextpublic net.thevpc.nuts.elem.NElementFormatContext withBuilder(net.thevpc.nuts.elem.NElementBuilder builder)
withBuilder in interface net.thevpc.nuts.elem.NElementFormatContextpublic net.thevpc.nuts.elem.NElementFormatContext withOptions(net.thevpc.nuts.elem.NElementFormatOptions options)
withOptions in interface net.thevpc.nuts.elem.NElementFormatContextpublic net.thevpc.nuts.elem.NElementFormatContext withPath(net.thevpc.nuts.elem.NElementPath path)
withPath in interface net.thevpc.nuts.elem.NElementFormatContextwithPath in interface net.thevpc.nuts.elem.NElementTransformContextwithPath in class DefaultNElementTransformContextpublic net.thevpc.nuts.elem.NElementFormatContext withElement(net.thevpc.nuts.elem.NElement element)
withElement in interface net.thevpc.nuts.elem.NElementFormatContextwithElement in interface net.thevpc.nuts.elem.NElementTransformContextwithElement in class DefaultNElementTransformContextpublic net.thevpc.nuts.elem.NElementFormatContext withIndent(String indent)
withIndent in interface net.thevpc.nuts.elem.NElementFormatContextprotected net.thevpc.nuts.elem.NElementFormatContext newInstance(net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.elem.NElementPath path,
Map<String,Object> properties,
Map<String,Object> sharedConfig,
boolean lastElement)
newInstance in class DefaultNElementTransformContextprotected net.thevpc.nuts.elem.NElementFormatContext newInstance(net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.elem.NElementPath path,
Map<String,Object> properties,
Map<String,Object> sharedConfig,
boolean lastElement,
String indent,
net.thevpc.nuts.elem.NElementFormatOptions options,
net.thevpc.nuts.elem.NElementBuilder builder)
Copyright © 2026 vpc open source initiative. All rights reserved.