|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLConstituent | |
de.fu_berlin.ties.xml | This package contains utility classes for working with XML documents and related data. |
Uses of XMLConstituent in de.fu_berlin.ties.xml |
Subclasses of XMLConstituent in de.fu_berlin.ties.xml | |
class |
OtherConstituent
A constituent in an XML document that is not a tag. |
class |
TagConstituent
A tag in an XML document. |
Methods in de.fu_berlin.ties.xml that return XMLConstituent | |
XMLConstituent |
XMLConstituent.nextConstituent()
Returns the next constituent in the list, if any. |
XMLConstituent |
XMLConstituent.previousConstituent()
Returns the previous constituent in the list, if any. |
XMLConstituent |
XMLAdjuster.fixedConstituents(CharSequence input)
Returns the constituents of an XML-like document after fixing possible nesting errors etc. |
XMLConstituent |
XMLAdjuster.rawConstituents(CharSequence input,
boolean fixCharacterErrors)
Returns the raw constituents of an XML-like document. |
protected XMLConstituent |
XMLAdjuster.rawConstituents(CharSequence input,
boolean fixCharacterErrors,
UnprocessedTags startAndEndTags)
Returns the raw constituents of an XML-like document. |
Methods in de.fu_berlin.ties.xml with parameters of type XMLConstituent | |
protected void |
XMLAdjuster.handleEOF(XMLConstituent lastConst,
OpenTags openTags,
UnprocessedTags unprocessedTags,
boolean insertedMissingRoot)
Helper method for handling an the end of a file. |
Constructors in de.fu_berlin.ties.xml with parameters of type XMLConstituent | |
OtherConstituent(short constType,
String rep,
XMLConstituent prevEntry,
XMLConstituent nextEntry)
Creates a new instance. |
|
TagConstituent(short constType,
String tagName,
String rep,
int markupSeries,
XMLConstituent prevEntry,
XMLConstituent nextEntry)
Creates a new instance. |
|
XMLConstituent(short constType,
String rep,
XMLConstituent prevEntry,
XMLConstituent nextEntry)
Creates a new instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |