|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
CharacterReference.encode(CharSequence)
method.
StartTag
.Attribute
objects present within a particular StartTag
.IOutputSegment
whose content is a list of attribute name/value pairs.AttributesOutputSegment
with the same span and initial name/value entries as the specified source Attributes
.
AttributesOutputSegment
with the same span
as the specified source Attributes
, using the specified Map
to
store the entries.
OutputDocument
.
FormField.allowsMultipleValues()
method instead.
<button type="submit" name="FieldName" value="PredefinedValue">Send</button>
.
IOutputSegment
whose content is a string of spaces with the same length as the segment.BlankOutputSegment
with the specified begin and end positions.
BlankOutputSegment
with the same span as the specified Segment
.
<input type="checkbox" name="FieldName" value="PredefinedValue" />
.
OutputDocument
.
IOutputSegment
whose content is a character constant.CharOutputSegment
with the specified begin and end character positions and the specified content.
CharOutputSegment
with the same span as the specified Segment
.
CharOutputSegment
which converts the specified CharacterReference
to a normal character.
CharacterEntityReference
or NumericCharacterReference
.Segment
object to another object.
FormControl
is replaced with a simple representation of its current value.
<!DOCTYPE ... >
)
StartTag
, an optional EndTag
and all content in between.Element
.Segment
encloses the specified Segment
.
Source
document.
Segment
for equality.
<input type="file" name="FieldName" value="DefaultFileName" />
.
FormField
objects.FormFields
object based on the specified form controls.
CharacterReference
objects enclosed by this segment.
Segment
objects enclosed by this segment that represent HTML comments.
Element
objects enclosed by this segment.
Element
objects with the specified name enclosed by this segment.
StartTag
objects enclosed by this segment.
StartTag
objects with the specified name enclosed by this segment.
StartTag
objects with the specified attribute name/value pair beginning at or immediately following the specified position in the source document.
StartTag
enclosing the specified position in the source document.
FormControl
objects enclosed by this segment.
FormFields
object representing all form fields enclosed by this segment.
CharacterReference
beginning at or immediately following the specified position in the source document.
StartTag
beginning at or immediately following the specified position in the source document.
StartTag
with the specified name beginning at or immediately following the specified position in the source document.
StartTag
with the specified attribute name/value pair beginning at or immediately following the specified position in the source document.
StartTag
or EndTag
) beginning at or immediately following the specified position in the source document.
CharacterReference
at or immediately preceding (or enclosing) the specified position in the source document.
StartTag
at or immediately preceding (or enclosing) the specified position in the source document.
StartTag
with the specified name at or immediately preceding (or enclosing) the specified position in the source document.
Attribute
with the specified name (case insensitive).
FormControlType
with the specified ID.
OutputDocument
where this segment begins.
FormField
objects.
Element
with the specified id
attribute value.
OutputDocument
where this segment ends.
new Segment(source,this.getEnd(),source.findNextTag(this.getEnd()))
instead.
FormControl
defined by this element.
FormControl
defined by this start tag.
getFormControl().getFormControlType()
instead.
Map
containing the name/value entries to be output.
Map
of character entity reference names (String
) to code points (Integer
).
Tag
objects beginning at or immediately following the specified position in the source document.
OutputDocument
is based.
Segment.toString()
method instead
CharacterReference.decodeCollapseWhiteSpace(CharSequence)
method instead.
javax.servlet.ServletRequest.getParameterMap()
<input type="hidden" name="FieldName" value="PredefinedValue" />
.
<input type="image" name="FieldName" src="ImageURL" value="PredefinedValue" />
.
OutputDocument
to
replace segments of the source document with other text.Segment
represents an HTML comment.
<% ... %>
).
<& ... &>
).
<?php ... ?>
).
select
element.
Attribute
objects in this list in proper sequence.
FormField
objects in the collection.
Attribute
objects in this list (in proper sequence),
starting at the specified position in the list.
FormFields
into this FormFields
collection.
FormControl
.
OutputDocument
based on the specified source text.
OutputDocument
.Writer
.
Writer
.
OutputDocument
to the specified Writer
.
<input type="password" name="FieldName" value="DefaultValue" />
.
<? ... ?>
)
Attributes
within this segment.
Attributes
starting at the specified position.
Attributes
starting at the specified position.
Map
with the name/value pairs from these attributes.
<input type="radio" name="FieldName" value="PredefinedValue" />
.
FormControl
from the output document.
<select name="FieldName" multiple> <option value="PredefinedValue">Display Text</option> </select>
.
<select name="FieldName"> <option value="PredefinedValue">Display Text</option> </select>
.
<% ... %>
)
<& ... &>
)
<&| ... &> ... </&>
)
<%name ... > ... </%name>
)
<?php ... ?>
)
<input type="submit" name="FieldName" value="PredefinedValue" />
.
Source
document.Segment
with the specified Source
and the specified begin and end character positions.
Source
object with the specified text.
Element
.IOutputSegment
whose content is a CharSequence
.StringOutputSegment
with the specified begin and end positions and the specified content.
Segment
.
javax.servlet.ServletRequest.getParameterMap()
FormField
objects.
<input type="text" name="FieldName" value="DefaultValue" />
.
<textarea name="FieldName">Default Value</textarea>
.
StartTag
or EndTag
.String
.
OutputDocument
as a String
.
String
.
String
.
<?xml ... ?>
)
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |