Class PositionedXmlDoc
- java.lang.Object
-
- com.github.oowekyala.ooxml.messages.PositionedXmlDoc
-
public final class PositionedXmlDoc extends java.lang.ObjectA simple pair of a parsedDocumentand anXmlPositionerthat can position its nodes.
-
-
Field Summary
Fields Modifier and Type Field Description private org.w3c.dom.Documentdocumentprivate XmlPositionerreporter
-
Constructor Summary
Constructors Constructor Description PositionedXmlDoc(org.w3c.dom.Document document, XmlPositioner reporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.DocumentgetDocument()XmlPositionergetPositioner()
-
-
-
Field Detail
-
document
private final org.w3c.dom.Document document
-
reporter
private final XmlPositioner reporter
-
-
Constructor Detail
-
PositionedXmlDoc
PositionedXmlDoc(org.w3c.dom.Document document, XmlPositioner reporter)
-
-
Method Detail
-
getDocument
public org.w3c.dom.Document getDocument()
-
getPositioner
public XmlPositioner getPositioner()
-
-