public abstract class Utils
extends java.lang.Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static org.xml.sax.Attributes |
clearAttribute(org.xml.sax.Attributes atts,
int attNum)
Given a SAX2 Attributes and an index, remove the specified attribute as best we can.
|
static org.xml.sax.Attributes |
removeAttribute(org.xml.sax.Attributes atts,
int attNum)
Given a SAX2 Attributes and an index, remove the specified attribute as best we can.
|
static org.xml.sax.Attributes |
setAttributeValue(org.xml.sax.Attributes atts,
int attNum,
java.lang.String value)
Given a SAX2 Attributes and an index, set the specified attribute as best we can.
|
public static org.xml.sax.Attributes removeAttribute(org.xml.sax.Attributes atts, int attNum)
public static org.xml.sax.Attributes clearAttribute(org.xml.sax.Attributes atts, int attNum)
public static org.xml.sax.Attributes setAttributeValue(org.xml.sax.Attributes atts, int attNum, java.lang.String value)