| Package | Description |
|---|---|
| com.helger.commons.microdom |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMicroContainer
This interface is just a hull for a node that has no properties itself but
contains children.
|
interface |
IMicroDocument
Represents a complete document.
|
interface |
IMicroElement
Represents a single element (=tag) of a document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMicroNodeWithChildren
Basic implementation class for the micro document object model.
|
class |
MicroContainer
Default implementation of the
IMicroContainer interface. |
class |
MicroDocument
Default implementation of the
IMicroDocument interface. |
class |
MicroElement
Default implementation of the
IMicroElement interface. |
| Modifier and Type | Method and Description |
|---|---|
IMicroNodeWithChildren |
IMicroNodeWithChildren.getClone() |
Copyright © 2014–2015 Philip Helger. All rights reserved.