Home | History | Annotate | Download | only in ext

Lines Matching refs:Attributes

9 import org.xml.sax.Attributes;
13 * SAX2 extension helper for additional Attributes information,
27 * always be false, except for defaulted attributes (<em>specified</em>
28 * is false), non-CDATA attributes, or when it is set to true using
54 * Copy an existing Attributes or Attributes2 object.
59 * unless there is evidence to the contrary (such as attributes with
65 * @param atts The existing Attributes object.
67 public Attributes2Impl (Attributes atts)
186 * Copy an entire Attributes object. The "specified" flags are
192 * @param atts The attributes to copy.
196 public void setAttributes (Attributes atts)
226 * to true for CDATA attributes, use {@link #setDeclared}.
279 * This is normally needed only for attributes of type CDATA,
280 * including attributes whose type is changed to or from CDATA.