| Modifier and Type | Method and Description |
|---|---|
CodeMirrorXML.Tag |
CodeMirrorXML.Tag.addAttribute(String name,
String... values)
Add an attribute with optional value constraints.
|
CodeMirrorXML.Tag |
CodeMirrorXML.Tag.addChildren(String... children)
Add zero or more children.
|
CodeMirrorXML.Tag |
CodeMirrorXML.SchemaInfo.addTag(String tagName)
Add a tag if one does not already exist.
|
CodeMirrorXML.Tag |
CodeMirrorXML.SchemaInfo.addTag(String tagName,
CodeMirrorXML.Tag tag) |
CodeMirrorXML.Tag |
CodeMirrorXML.Tag.clear()
Remove all attributes and children.
|
CodeMirrorXML.Tag |
CodeMirrorXML.Tag.copy(CodeMirrorXML.Tag tag)
Copy the attributes and children of one tag to this one, removing any existing values.
|
CodeMirrorXML.Tag |
CodeMirrorXML.SchemaInfo.getTag(String tagName)
Returns the tag associated with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
CodeMirrorXML.Tag |
CodeMirrorXML.SchemaInfo.addTag(String tagName,
CodeMirrorXML.Tag tag) |
CodeMirrorXML.Tag |
CodeMirrorXML.Tag.copy(CodeMirrorXML.Tag tag)
Copy the attributes and children of one tag to this one, removing any existing values.
|
Copyright © 2023 Fujion Framework. All rights reserved.