Package | Description |
---|---|
com.liferay.portal.kernel.xml |
Modifier and Type | Method and Description |
---|---|
Attribute |
Element.attribute(int index) |
Attribute |
Element.attribute(QName qName) |
Attribute |
Element.attribute(String name) |
static Attribute |
SAXReaderUtil.createAttribute(Element element,
QName qName,
String value) |
Attribute |
SAXReader.createAttribute(Element element,
QName qName,
String value) |
static Attribute |
SAXReaderUtil.createAttribute(Element element,
String name,
String value) |
Attribute |
SAXReader.createAttribute(Element element,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
Iterator<Attribute> |
Element.attributeIterator() |
List<Attribute> |
Element.attributes() |
Modifier and Type | Method and Description |
---|---|
void |
Element.add(Attribute attribute) |
protected abstract T |
BaseVisitor.handleAttribute(Attribute attribute) |
boolean |
Element.remove(Attribute attribute) |
T |
BaseVisitor.visitAttribute(Attribute attribute) |
T |
Visitor.visitAttribute(Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
Element.setAttributes(List<Attribute> attributes) |