Package org.htmlcleaner
Class Serializer.HeadlessTagNode
- java.lang.Object
-
- org.htmlcleaner.TagToken
-
- org.htmlcleaner.TagNode
-
- org.htmlcleaner.Serializer.HeadlessTagNode
-
- Enclosing class:
- Serializer
private class Serializer.HeadlessTagNode extends TagNode
Used to implement serialization with missing envelope - omiting open and close tags, just serialize children.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.htmlcleaner.TagNode
TagNode.ITagNodeCondition, TagNode.TagAllCondition, TagNode.TagNodeAttExistsCondition, TagNode.TagNodeAttValueCondition, TagNode.TagNodeNameCondition
-
-
Constructor Summary
Constructors Modifier Constructor Description private
HeadlessTagNode(TagNode wrappedNode)
-
Method Summary
-
Methods inherited from class org.htmlcleaner.TagNode
addAttribute, addChild, addChildren, addItemForMoving, addNamespaceDeclaration, collectNamespacePrefixesOnPath, evaluateXPath, findElementByAttValue, findElementByName, findElementHavingAttribute, getAllElements, getAllElementsList, getAttributeByName, getAttributes, getChildIndex, getChildren, getChildTagList, getChildTags, getDocType, getElementListByAttValue, getElementListByName, getElementListHavingAttribute, getElementsByAttValue, getElementsByName, getElementsHavingAttribute, getItemsToMove, getNamespaceDeclarations, getNamespaceURIOnPath, getParent, getText, hasAttribute, hasChildren, insertChild, insertChildAfter, insertChildBefore, isFormed, makeCopy, removeAllChildren, removeAttribute, removeChild, removeFromTree, replaceChild, serialize, setAttribute, setChildren, setDocType, setFormed, setFormed, setItemsToMove, setName, transformAttributes, traverse
-
-
-
-
Constructor Detail
-
HeadlessTagNode
private HeadlessTagNode(TagNode wrappedNode)
-
-