| Package | Description |
|---|---|
| com.phloc.commons.microdom.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMicroNodeWithChildren
Basic implementation class for the micro document object model.
|
class |
MicroCDATA
Default implementation of the
IMicroCDATA interface. |
class |
MicroComment
Default implementation of the
IMicroComment interface. |
class |
MicroContainer
Default implementation of the
IMicroContainer interface. |
class |
MicroDocument
Default implementation of the
IMicroDocument interface. |
class |
MicroDocumentType
Default implementation of the
IMicroDocumentType interface. |
class |
MicroElement
Default implementation of the
IMicroElement interface. |
class |
MicroEntityReference
Default implementation of the
IMicroEntityReference interface. |
class |
MicroProcessingInstruction
Default implementation of the
IMicroProcessingInstruction interface. |
class |
MicroText
Default implementation of the
IMicroText interface. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MicroDocument.onAppendChild(AbstractMicroNode aChildNode) |
protected void |
AbstractMicroNodeWithChildren.onAppendChild(AbstractMicroNode aChildNode) |
protected void |
AbstractMicroNode.onAppendChild(AbstractMicroNode aChildNode)
Callback that is invoked once a child is to be appended.
|
protected void |
AbstractMicroNodeWithChildren.onInsertAfter(AbstractMicroNode aChildNode,
IMicroNode aPredecessor) |
protected void |
AbstractMicroNode.onInsertAfter(AbstractMicroNode aChildNode,
IMicroNode aPredecessor)
Callback that is invoked once a child is to be inserted after another
child.
|
protected void |
AbstractMicroNodeWithChildren.onInsertAtIndex(int nIndex,
AbstractMicroNode aChildNode) |
protected void |
AbstractMicroNode.onInsertAtIndex(int nIndex,
AbstractMicroNode aChildNode)
Callback that is invoked once a child is to be inserted at the specified
index.
|
protected void |
AbstractMicroNodeWithChildren.onInsertBefore(AbstractMicroNode aChildNode,
IMicroNode aSuccessor) |
protected void |
AbstractMicroNode.onInsertBefore(AbstractMicroNode aChildNode,
IMicroNode aSuccessor)
Callback that is invoked once a child is to be inserted before another
child.
|
Copyright © 2006–2015 phloc systems. All rights reserved.