Methods in net.xqhs.graphs.representation.text with parameters of type ContentHolder |
Graph |
TextGraphRepresentation.readRepresentation(ContentHolder<java.lang.String> input)
Same as TextGraphRepresentation.readRepresentation(String) , but taking the input from a ContentHolder , leaving any
un-consumed input in the holder. |
protected static TextRepresentationElement |
TextRepresentationElement.readRepresentation(ContentHolder<java.lang.String> input,
TextGraphRepresentation root,
net.xqhs.util.logging.UnitComponent log)
Same as TextRepresentationElement.readRepresentation(String, TextGraphRepresentation, UnitComponent) , but using a content holder
and leaving all un-consumed input in the holder. |
protected static TextRepresentationElement |
TextRepresentationElement.readRepresentation(ContentHolder<java.lang.String> input,
TextRepresentationElement.Type type,
boolean firstSibling,
TextGraphRepresentation root,
net.xqhs.util.logging.UnitComponent log)
The method uses the input string to read the representation of an element, removing the representation from the
input and leaving other calls of the method to read the rest (if any). |