Home | History | Annotate | Download | only in api

Lines Matching defs:editXml

116      * by an editXml() call. This call creates both an undo context wrapper and an
122 void editXml(@NonNull String undoName, @NonNull INodeHandler callback);
124 // TODO define an exception that methods below will throw if editXml() is not wrapping
132 * This call must be done in the context of editXml().
147 * This call must be done in the context of editXml().
161 * This call must be done in the context of editXml().
176 * This call must be done in the context of editXml().
189 * That means that if called in the context of {@link #editXml(String, INodeHandler)}, the value
191 * the editXml closure is completed and the actual XML is updated.
260 * That means that if called in the context of {@link #editXml(String, INodeHandler)}, the value
262 * the editXml closure is completed and the actual XML is updated.