| Frames | No Frames |
Constructors with parameter type au.id.jericho.lib.html.Attributes | |
Constructs a new AttributesOutputSegment with the same span
as the specified source Attributes, using the specified Map to
store the entries. | |
AttributesOutputSegment.AttributesOutputSegment(Attributes attributes, boolean convertNamesToLowerCase) Constructs a new AttributesOutputSegment with the same span and initial name/value entries as the specified source Attributes. | |
Methods with parameter type au.id.jericho.lib.html.Attributes | |
| StartTag | StartTagType.constructStartTag(Source source, int begin, int end, String name, Attributes attributes) Internal method for the construction of a StartTag object if this type. |
| void | Replaces the specified attributes segment in this source document with the name/value entries in the specified Map. |
| Map | Replaces the specified Attributes segment in this output document with the name/value entries
in the returned Map. |
Methods with return type au.id.jericho.lib.html.Attributes | |
| Attributes | Returns the attributes specified in this element's start tag. |
| Attributes | Returns the attributes specified in this start tag. |
| Attributes | Parses any Attributes within this segment. |
| Attributes | Parses the attributes specified in this start tag, regardless of the type of start tag. |
| Attributes | Internal method for the parsing of Attributes. |
| Attributes | StartTag.parseAttributes(int maxErrorCount) Parses the attributes specified in this start tag, regardless of the type of start tag. |
| Attributes | Source.parseAttributes(int pos, int maxEnd) Parses any Attributes starting at the specified position. |
| Attributes | Source.parseAttributes(int pos, int maxEnd, int maxErrorCount) Parses any Attributes starting at the specified position. |