Uses of Class
com.helger.html.hc.special.AbstractHCSpecialNodes
-
Packages that use AbstractHCSpecialNodes Package Description com.helger.html.hc.special -
-
Uses of AbstractHCSpecialNodes in com.helger.html.hc.special
Classes in com.helger.html.hc.special with type parameters of type AbstractHCSpecialNodes Modifier and Type Class Description classAbstractHCSpecialNodes<IMPLTYPE extends AbstractHCSpecialNodes<IMPLTYPE>>Abstract implementation ofIHCSpecialNodes.Subclasses of AbstractHCSpecialNodes in com.helger.html.hc.special Modifier and Type Class Description classHCSpecialNodesDefault implementation ofIHCSpecialNodes.Methods in com.helger.html.hc.special with parameters of type AbstractHCSpecialNodes Modifier and Type Method Description static voidHCSpecialNodeHandler. extractSpecialContent(IHCNode aNode, AbstractHCSpecialNodes<?> aSpecialNodes, boolean bKeepOnDocumentReady)Extract all out-of-band nodes of the source node, merge JS and CSS and finally extract all special nodes into the passed object.static voidHCSpecialNodeHandler. extractSpecialContent(IHCNode aNode, AbstractHCSpecialNodes<?> aSpecialNodes, IHCOnDocumentReadyProvider aOnDocumentReadyProvider)Extract all out-of-band nodes of the source node, merge JS and CSS and finally extract all special nodes into the passed object.static com.helger.commons.collection.impl.ICommonsList<IHCNode>HCSpecialNodeHandler. extractSpecialNodes(Iterable<? extends IHCNode> aNodes, AbstractHCSpecialNodes<?> aSpecialNodes)
-