| |
|
| java.lang.Object uk.org.ponder.rsf.template.XMLLump
XMLLump | public class XMLLump (Code) | | A primitive "lump" of an XML document, representing a "significant"
character span. The basic function is to hold indexes start, length into
the character array for the document, as well as various housekeeping
information to aid navigation and debugging.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Constructor Summary | |
public | XMLLump() | public | XMLLump(int lumpindex, int nestingdepth) |
ELISION_PREFIX | final public static String ELISION_PREFIX(Code) | | This prefix for an rsf:id will elide the surrounding tag when rendered. This
cannot be combined with an empty body
|
MSG_PREFIX | final public static String MSG_PREFIX(Code) | | The prefix indicating an rsf:id for a simple internationalised message *
|
PAYLOAD_COMPONENT | final public static String PAYLOAD_COMPONENT(Code) | | |
SCR_CONTRIBUTE_PREFIX | final public static String SCR_CONTRIBUTE_PREFIX(Code) | | Value for rsf:id that represents a CollectingSCR
|
linecolumn | public int linecolumn(Code) | | |
lumpindex | public int lumpindex(Code) | | |
nestingdepth | public int nestingdepth(Code) | | |
startlength | public int startlength(Code) | | |
XMLLump | public XMLLump(int lumpindex, int nestingdepth)(Code) | | |
|
|
|