public interface Comment
Modifier and Type | Method and Description |
---|---|
void |
discard()
Delete the comment node
|
Factory |
getFactory()
The Abdera Factory
|
<T extends Base> |
getParentElement()
The parent node
|
java.lang.String |
getText()
The text of this comment node
|
Comment |
setText(java.lang.String text)
The text of this comment node
|
void discard()
java.lang.String getText()
Comment setText(java.lang.String text)
Factory getFactory()
<T extends Base> T getParentElement()
Copyright © 2010 - 2020 Adobe. All Rights Reserved