|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dv.sbu.filehandler.ftl.DefaultSourceParser.ComponentResult
class DefaultSourceParser.ComponentResult
Parsing result for a component tag.
Constructor Summary | |
---|---|
DefaultSourceParser.ComponentResult(java.lang.String name,
DefaultSourceParser.DataResult data)
Creates a new instance. |
Method Summary | |
---|---|
DefaultSourceParser.DataResult |
getData()
Returns the attributes and XML data. |
java.lang.String |
getName()
Returns the parsed component name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSourceParser.ComponentResult(java.lang.String name, DefaultSourceParser.DataResult data) throws java.lang.NullPointerException
name
- The parsed component name.data
- The attributes and XML data. If null
a default instance will be created.
java.lang.NullPointerException
- The given name is null
.Method Detail |
---|
public java.lang.String getName()
null
.
public DefaultSourceParser.DataResult getData()
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |