Package com.helger.html.hc.impl
Class HCOutOfBandNode
- java.lang.Object
-
- com.helger.html.hc.impl.AbstractHCNode
-
- com.helger.html.hc.impl.AbstractHCWrappingNode
-
- com.helger.html.hc.impl.HCOutOfBandNode
-
- All Implemented Interfaces:
com.helger.commons.hierarchy.IHasChildren<IHCNode>,com.helger.commons.hierarchy.IHasChildrenRecursive<IHCNode>,com.helger.commons.hierarchy.IHasChildrenSorted<IHCNode>,IHCNode,IHCWrappingNode,Serializable
@OutOfBandNode public class HCOutOfBandNode extends AbstractHCWrappingNode
Implementation of a node that is ONLY an out-of-band node!- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HCOutOfBandNode(IHCNode aOutOfBandNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IHCNodegetWrappedNode()StringtoString()-
Methods inherited from class com.helger.html.hc.impl.AbstractHCWrappingNode
canConvertToMicroNode, forAllChildren, forAllChildren, forAllChildrenMapped, getAllChildren, getChildAtIndex, getChildCount, getChildren, getFirstChild, getLastChild, getNodeState, getPlainText, hasChildren, internalConvertToMicroNode, onConsistencyCheck, onCustomizeNode, onFinalizeNodeState, onRegisterExternalResources
-
Methods inherited from class com.helger.html.hc.impl.AbstractHCNode
consistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, findFirstChild, findFirstChildMapped, forAllChildrenBreakable, internalSetNodeState, registerExternalResources
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.commons.hierarchy.IHasChildren
forAllChildrenBreakable, hasNoChildren
-
Methods inherited from interface com.helger.commons.hierarchy.IHasChildrenRecursive
forAllChildrenRecursive, forAllChildrenRecursive
-
Methods inherited from interface com.helger.commons.hierarchy.IHasChildrenSorted
findFirstChild, findFirstChildMapped
-
Methods inherited from interface com.helger.html.hc.IHCNode
consistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, registerExternalResources
-
-