Uses of Class
com.evolveum.midpoint.prism.impl.xnode.RootXNodeImpl
-
-
Uses of RootXNodeImpl in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return RootXNodeImpl Modifier and Type Method Description @NotNull RootXNodeImpl
SerializerXNodeTarget. write(@NotNull RootXNodeImpl xroot, SerializationContext context)
@NotNull RootXNodeImpl
SerializerXNodeTarget. write(@NotNull List<RootXNodeImpl> roots, QName aggregateElementName, SerializationContext context)
Methods in com.evolveum.midpoint.prism.impl with parameters of type RootXNodeImpl Modifier and Type Method Description @NotNull Element
SerializerDomTarget. write(@NotNull RootXNodeImpl xroot, SerializationContext context)
@NotNull String
SerializerStringTarget. write(@NotNull RootXNodeImpl xroot, SerializationContext context)
abstract T
SerializerTarget. write(@NotNull RootXNodeImpl xroot, SerializationContext context)
@NotNull RootXNodeImpl
SerializerXNodeTarget. write(@NotNull RootXNodeImpl xroot, SerializationContext context)
Method parameters in com.evolveum.midpoint.prism.impl with type arguments of type RootXNodeImpl Modifier and Type Method Description @NotNull Element
SerializerDomTarget. write(@NotNull List<RootXNodeImpl> roots, @Nullable QName aggregateElementName, @Nullable SerializationContext context)
@NotNull String
SerializerStringTarget. write(@NotNull List<RootXNodeImpl> roots, @Nullable QName aggregateElementName, @Nullable SerializationContext context)
abstract T
SerializerTarget. write(@NotNull List<RootXNodeImpl> roots, @Nullable QName aggregateElementName, @Nullable SerializationContext context)
@NotNull RootXNodeImpl
SerializerXNodeTarget. write(@NotNull List<RootXNodeImpl> roots, QName aggregateElementName, SerializationContext context)
-
Uses of RootXNodeImpl in com.evolveum.midpoint.prism.impl.lex
Methods in com.evolveum.midpoint.prism.impl.lex that return RootXNodeImpl Modifier and Type Method Description static @NotNull RootXNodeImpl
LexicalUtils. createRootXNode(XNodeImpl xnode, QName rootElementName)
@NotNull RootXNodeImpl
LexicalProcessor. read(@NotNull ParserSource source, @NotNull ParsingContext parsingContext)
Methods in com.evolveum.midpoint.prism.impl.lex that return types with arguments of type RootXNodeImpl Modifier and Type Method Description @NotNull List<RootXNodeImpl>
LexicalProcessor. readObjects(@NotNull ParserSource source, @NotNull ParsingContext parsingContext)
Methods in com.evolveum.midpoint.prism.impl.lex with parameters of type RootXNodeImpl Modifier and Type Method Description boolean
LexicalProcessor.RootXNodeHandler. handleData(RootXNodeImpl node)
Called when a RootXNode was successfully retrieved from the input.Method parameters in com.evolveum.midpoint.prism.impl.lex with type arguments of type RootXNodeImpl Modifier and Type Method Description T
LexicalProcessor. write(@NotNull List<RootXNodeImpl> roots, @Nullable QName aggregateElementName, @Nullable SerializationContext context)
TODO Not supported for NullLexicalProcessor, though. -
Uses of RootXNodeImpl in com.evolveum.midpoint.prism.impl.lex.dom
Methods in com.evolveum.midpoint.prism.impl.lex.dom that return RootXNodeImpl Modifier and Type Method Description @NotNull RootXNodeImpl
DomLexicalProcessor. read(@NotNull ParserSource source, @NotNull ParsingContext parsingContext)
@NotNull RootXNodeImpl
DomLexicalProcessor. read(Document document)
@NotNull RootXNodeImpl
DomLexicalProcessor. read(Element rootElement)
Methods in com.evolveum.midpoint.prism.impl.lex.dom that return types with arguments of type RootXNodeImpl Modifier and Type Method Description @NotNull List<RootXNodeImpl>
DomLexicalProcessor. readObjects(@NotNull ParserSource source, @NotNull ParsingContext parsingContext)
Methods in com.evolveum.midpoint.prism.impl.lex.dom with parameters of type RootXNodeImpl Modifier and Type Method Description @NotNull Element
DomLexicalWriter. serialize(@NotNull RootXNodeImpl rootxnode)
Element
DomLexicalWriter. serializeUnderElement(RootXNodeImpl rootxnode, Element parentElement)
@NotNull Element
DomLexicalProcessor. writeXRootToElement(@NotNull RootXNodeImpl xroot)
Method parameters in com.evolveum.midpoint.prism.impl.lex.dom with type arguments of type RootXNodeImpl Modifier and Type Method Description Element
DomLexicalWriter. serialize(@NotNull List<RootXNodeImpl> roots, @Nullable QName aggregateElementName)
@NotNull String
DomLexicalProcessor. write(@NotNull List<RootXNodeImpl> roots, @Nullable QName aggregateElementName, @Nullable SerializationContext context)
@NotNull Element
DomLexicalProcessor. writeXRootListToElement(@NotNull List<RootXNodeImpl> roots, QName aggregateElementName)
-
Uses of RootXNodeImpl in com.evolveum.midpoint.prism.impl.lex.json
Methods in com.evolveum.midpoint.prism.impl.lex.json that return RootXNodeImpl Modifier and Type Method Description @NotNull RootXNodeImpl
AbstractJsonLexicalProcessor. read(@NotNull ParserSource source, @NotNull ParsingContext parsingContext)
@NotNull RootXNodeImpl
NullLexicalProcessor. read(@NotNull ParserSource source, @NotNull ParsingContext parsingContext)
Methods in com.evolveum.midpoint.prism.impl.lex.json that return types with arguments of type RootXNodeImpl Modifier and Type Method Description @NotNull List<RootXNodeImpl>
AbstractJsonLexicalProcessor. readObjects(@NotNull ParserSource source, @NotNull ParsingContext parsingContext)
Honors multi-document files and multiple objects in a single document ('c:objects', list-as-root mechanisms).@NotNull List<RootXNodeImpl>
NullLexicalProcessor. readObjects(@NotNull ParserSource source, @NotNull ParsingContext parsingContext)
Method parameters in com.evolveum.midpoint.prism.impl.lex.json with type arguments of type RootXNodeImpl Modifier and Type Method Description @NotNull String
AbstractJsonLexicalProcessor. write(@NotNull List<RootXNodeImpl> roots, QName aggregateElementName, @Nullable SerializationContext prismSerializationContext)
@NotNull XNodeImpl
NullLexicalProcessor. write(@NotNull List<RootXNodeImpl> roots, @Nullable QName aggregateElementName, @Nullable SerializationContext context)
-
Uses of RootXNodeImpl in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller that return RootXNodeImpl Modifier and Type Method Description RootXNodeImpl
PrismParserImplIO. parseToXNode()
RootXNodeImpl
PrismParserImplNoIO. parseToXNode()
-
Uses of RootXNodeImpl in com.evolveum.midpoint.prism.impl.xnode
Methods in com.evolveum.midpoint.prism.impl.xnode that return RootXNodeImpl Modifier and Type Method Description RootXNodeImpl
MapXNodeImpl. getEntryAsRoot(@NotNull QName key)
RootXNodeImpl
RootXNodeImpl. toRootXNode()
RootXNodeImpl
XNodeImpl. toRootXNode()
-