public static class CodeMirrorXML.Tag
extends org.fujion.ancillary.Options
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
CodeMirrorXML.Tag |
addAttribute(String name,
String... values)
Add an attribute with optional value constraints.
|
CodeMirrorXML.Tag |
addChildren(String... children)
Add zero or more children.
|
CodeMirrorXML.Tag |
clear()
Remove all attributes and children.
|
CodeMirrorXML.Tag |
copy(CodeMirrorXML.Tag tag)
Copy the attributes and children of one tag to this one, removing any existing values.
|
public CodeMirrorXML.Tag addAttribute(String name, String... values)
name - The attribute name.values - Optional list of value constraints.public CodeMirrorXML.Tag addChildren(String... children)
children - List of children for this tag.public CodeMirrorXML.Tag clear()
public CodeMirrorXML.Tag copy(CodeMirrorXML.Tag tag)
tag - The tag to copy from.Copyright © 2023 Fujion Framework. All rights reserved.