public class DeleteChildSchemaCommand extends AbstractSchemaInhCommand
Modifier and Type | Field and Description |
---|---|
Object |
_oldSchema |
String |
_oldSchemaType |
NodePath |
_parentPath |
NodePath |
_schemaPath |
TYPE_ALL_OF, TYPE_ANY_OF, TYPE_NONE, TYPE_ONE_OF
Modifier and Type | Method and Description |
---|---|
void |
execute(Document document)
Called to execute the command against the given document.
|
void |
undo(Document document)
Called to undo the command (restore the document to a previous state).
|
copySchemaJsTo, createSchema
isNullOrUndefined, type
public NodePath _schemaPath
public NodePath _parentPath
public Object _oldSchema
public String _oldSchemaType
public void execute(Document document)
ICommand
Copyright © 2020 Red Hat. All rights reserved.