public static class CodeMirrorXML.SchemaInfo
extends org.fujion.ancillary.Options
| Constructor and Description |
|---|
SchemaInfo() |
| Modifier and Type | Method and Description |
|---|---|
CodeMirrorXML.Tag |
addTag(String tagName)
Add a tag if one does not already exist.
|
CodeMirrorXML.Tag |
addTag(String tagName,
CodeMirrorXML.Tag tag) |
void |
clear()
Clears all schema information.
|
CodeMirrorXML.Tag |
getTag(String tagName)
Returns the tag associated with the specified name.
|
public CodeMirrorXML.Tag addTag(String tagName)
tagName - The tag name.public CodeMirrorXML.Tag addTag(String tagName, CodeMirrorXML.Tag tag)
public CodeMirrorXML.Tag getTag(String tagName)
tagName - The tag name. A null tag name returns the root tag.public void clear()
Copyright © 2023 Fujion Framework. All rights reserved.