MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getTagName

Method getTagName

CodenameOne/src/com/codename1/xml/Element.java:125–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 ///
124 /// - `IllegalStateException`: if this is a text element
125 public String getTagName() {
126 if (textElement) {
127 throw new IllegalStateException("Text elements do not have a tag name");
128 }
129 return name;
130 }
131
132 /// Sets the name or text (for text elements) of this tag
133 ///

Callers 6

fromXmlMethod · 0.95
toStringMethod · 0.95
parseMethod · 0.95
buildMethod · 0.95
buildMethod · 0.95

Calls

no outgoing calls

Tested by 1