Interface RootXNode
-
- All Superinterfaces:
Cloneable
,DebugDumpable
,Serializable
,Visitable
,XNode
- All Known Implementing Classes:
RootXNodeImpl
public interface RootXNode extends XNode
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getRootElementName()
XNode
getSubnode()
MapXNode
toMapXNode()
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.xnode.XNode
clone, getMaxOccurs, getTypeQName, isEmpty, isExplicitTypeDeclaration, toRootXNode
-
-