org.jboss.test.faces.writer
Class RecordBase
java.lang.Object
org.jboss.test.faces.writer.RecordBase
- All Implemented Interfaces:
- Record
- Direct Known Subclasses:
- CDATARecord, DocumentRecord, ElementRecord, TextRecord
public class RecordBase
- extends Object
- implements Record
| Nested classes/interfaces inherited from interface org.jboss.test.faces.writer.Record |
Record.Kind |
RecordBase
public RecordBase()
addAttribute
public void addAttribute(Attribute attr)
- Specified by:
addAttribute in interface Record
addRecord
public Record addRecord(Record next)
- Specified by:
addRecord in interface Record
getChildren
public List<Record> getChildren()
- Specified by:
getChildren in interface Record
- Returns:
- the records
getName
public String getName()
- Specified by:
getName in interface Record
getParent
public Record getParent()
- Specified by:
getParent in interface Record
setParent
public void setParent(Record parent)
- Specified by:
setParent in interface Record
- Parameters:
parent - the parent to set
getText
public String getText()
- Specified by:
getText in interface Record
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.