|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dv.sbu.filehandler.ftl.DefaultSourceParser.DataResult
class DefaultSourceParser.DataResult
Wraps a attributes and XML information.
Constructor Summary | |
---|---|
DefaultSourceParser.DataResult(java.util.Map<java.lang.String,java.lang.String> attributes,
NodeModel xml)
Creates a new instance. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns the attributes. |
NodeModel |
getXml()
Returns the parsed XML or null . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSourceParser.DataResult(java.util.Map<java.lang.String,java.lang.String> attributes, NodeModel xml)
attributes
- The parsed attributes. If null
an empty instance will be created.xml
- The parsed XML content.Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
null
.
public NodeModel getXml()
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |