Package com.github.weisj.jsvg.nodes
Class Metadata
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.MetaSVGNode
-
- com.github.weisj.jsvg.nodes.Metadata
-
- All Implemented Interfaces:
SVGNode
@ElementCategories(Descriptive) @PermittedContent(any=true, charData=true) public final class Metadata extends MetaSVGNode
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
-
Constructor Summary
Constructors Constructor Description Metadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.String
tagName()
-
Methods inherited from class com.github.weisj.jsvg.nodes.MetaSVGNode
addContent, build, id
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
-