public abstract class JHElement extends Object
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the column number for the start of the element.
|
protected List |
getEntities(String text)
Extracts entities from a text string and returns them as
a List of Strings.
|
int |
getLine()
Returns the line number for the start of the element.
|
public JHElement(List elements)
elements
- List of elements representing the document.
May be null for a stub element which is implied
rather than being generated by the parser.Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.