Package com.helger.html.hc.impl
Class HCCommentNode
- java.lang.Object
-
- com.helger.html.hc.impl.AbstractHCNode
-
- com.helger.html.hc.impl.HCCommentNode
-
- All Implemented Interfaces:
com.helger.commons.hierarchy.IHasChildren<IHCNode>,com.helger.commons.hierarchy.IHasChildrenRecursive<IHCNode>,com.helger.commons.hierarchy.IHasChildrenSorted<IHCNode>,IHCNode,Serializable
public class HCCommentNode extends AbstractHCNode
Represents a single CDATA node as HC node.- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HCCommentNode(String sText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()protected com.helger.xml.microdom.IMicroCommentinternalConvertToMicroNode(IHCConversionSettingsToNode aConversionSettings)StringtoString()-
Methods inherited from class com.helger.html.hc.impl.AbstractHCNode
canConvertToMicroNode, consistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, findFirstChild, findFirstChildMapped, forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getAllChildren, getChildAtIndex, getChildCount, getChildren, getFirstChild, getLastChild, getNodeState, getPlainText, hasChildren, internalSetNodeState, onConsistencyCheck, onCustomizeNode, onFinalizeNodeState, onRegisterExternalResources, registerExternalResources
-
-
-
-
Method Detail
-
internalConvertToMicroNode
@Nonnull protected com.helger.xml.microdom.IMicroComment internalConvertToMicroNode(@Nonnull IHCConversionSettingsToNode aConversionSettings)
- Specified by:
internalConvertToMicroNodein classAbstractHCNode
-
toString
public String toString()
- Overrides:
toStringin classAbstractHCNode
-
-