Class ImplJHtmlTag
java.lang.Object
org.jboss.jdeparser.AbstractJComment
org.jboss.jdeparser.AbstractJHtmlComment
org.jboss.jdeparser.ImplJHtmlTag
- All Implemented Interfaces:
DocCommentContent, HtmlCommentContent, JComment, JHtmlComment, JHtmlTag, Writable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final Stringprivate final booleanFields inherited from class AbstractJComment
CLOSE_PAREN_CONTENT, COMMA_CONTENT, DOC_ROOT_CONTENT, HASH_CONTENT, NL_CONTENT, OPEN_PAREN_CONTENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void(package private) StringgetTag()(package private) booleanvoidwrite(SourceFileWriter writer) (package private) voidwriteCloseTag(SourceFileWriter writer) (package private) voidwriteOpenTag(SourceFileWriter writer) Methods inherited from class AbstractJHtmlComment
add, block, br, docRoot, htmlLink, htmlTag, inlineDocTag, nl, p, preformattedCode, sp, text, typeName, valueMethods inherited from class AbstractJComment
add, addItemDirectly, code, getContent, inlineDocTag, linkConstructor, linkField, linkMethod, linkMethod, linkTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JComment
code, inlineDocTag, linkConstructor, linkField, linkMethod, linkMethod, linkTypeMethods inherited from interface JHtmlComment
block, br, docRoot, htmlLink, htmlTag, inlineDocTag, nl, p, preformattedCode, sp, text, typeName, value
-
Field Details
-
tag
-
newLine
private final boolean newLine -
writeClose
private final boolean writeClose -
attributes
-
-
Constructor Details
-
ImplJHtmlTag
ImplJHtmlTag(String tag, boolean newLine, boolean writeClose)
-
-
Method Details
-
getTag
String getTag() -
isNewLine
boolean isNewLine() -
attribute
-
attribute
-
doAdd
-
attributes
-
writeOpenTag
- Throws:
IOException
-
writeCloseTag
- Throws:
IOException
-
write
- Specified by:
writein interfaceWritable- Overrides:
writein classAbstractJComment- Throws:
IOException
-