public class WikiDocument extends Object
DocumentSplitter
interface.Constructor and Description |
---|
WikiDocument(String fullName,
org.xwiki.rendering.block.XDOM xdom,
WikiDocument parent)
Constructs a new
WikiDocument . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFullName() |
WikiDocument |
getParent() |
org.xwiki.rendering.block.XDOM |
getXdom() |
int |
hashCode() |
public WikiDocument(String fullName, org.xwiki.rendering.block.XDOM xdom, WikiDocument parent)
WikiDocument
.fullName
- full name of the target wiki page.xdom
- XDOM
for the target wiki page.parent
- the parent WikiDocument
of this document.public String getFullName()
public org.xwiki.rendering.block.XDOM getXdom()
XDOM
of the target wiki page.public WikiDocument getParent()
WikiDocument
of this document.Copyright © 2004–2021 XWiki. All rights reserved.