public class Anchor
extends java.lang.Object
| Constructor and Description |
|---|
Anchor(Section parent,
javax.xml.namespace.QName element,
java.lang.String uri)
Instantiates a new anchor.
|
Anchor(net.sf.saxon.s9api.XdmNode node,
Section parent)
Create an anchor from a node.
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Element |
generateNode(boolean relativize,
java.net.URI base)
Generate node.
|
javax.xml.namespace.QName |
getElement()
Gets the element.
|
Section |
getParent()
Gets the parent.
|
java.lang.String |
getURI()
Gets the uri.
|
void |
setElement(javax.xml.namespace.QName element)
Sets the element.
|
void |
setURI(java.lang.String uri)
Sets the uri.
|
public Anchor(net.sf.saxon.s9api.XdmNode node,
Section parent)
throws MapConfigurationFileException
node - the nodeparent - the parentMapConfigurationFileException - the map configuration file exceptionpublic Anchor(Section parent, javax.xml.namespace.QName element, java.lang.String uri)
parent - the parentelement - the elementuri - the uripublic javax.xml.namespace.QName getElement()
public java.lang.String getURI()
public void setElement(javax.xml.namespace.QName element)
element - the element to setpublic void setURI(java.lang.String uri)
uri - the uri to setpublic Section getParent()
public org.jdom.Element generateNode(boolean relativize,
java.net.URI base)
relativize - the relativizebase - the base