Uses of Class
org.xembly.ImpossibleModificationException
-
-
Uses of ImpossibleModificationException in org.xembly
Methods in org.xembly that throw ImpossibleModificationException Modifier and Type Method Description Node
Xembler. apply(Node dom)
Apply all changes to the document/node.Document
Xembler. dom()
Apply all changes to an empty DOM.Directive.Cursor
Directive. exec(Node dom, Directive.Cursor cursor, Directive.Stack stack)
Execute it in the given document with current position at the given node.Directive.Cursor
Directive.Stack. pop()
Pop cursor (runtime exception if stack is empty).String
Xembler. xml()
Convert to XML document.
-