Package | Description |
---|---|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HTMLNode
Represent an HTML node.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLCharacters
Represent character content inside an HTML node.
|
static class |
HTMLNode.Default
The node used for all allowed html tags.
|
static class |
HTMLNode.Empty
The empty node, used for not allowed html tags.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HTMLElement> |
HTMLNode.getChildren()
Return the chidren elements, which can be children nodes or HTML character content.
|
java.util.List<HTMLElement> |
HTMLNode.Default.getChildren()
Return the chidren elements, which can be children nodes or HTML character content.
|
java.util.List<HTMLElement> |
HTMLNode.Empty.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
HTMLNode.addChild(HTMLElement child)
Add a child to the HTML node.
|
void |
HTMLNode.Default.addChild(HTMLElement child)
Add a child to the HTML node.
|
void |
HTMLNode.Empty.addChild(HTMLElement child) |
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence