|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ixdlscontentreader
summary description for ixdlscontentreader.
method summary | |
---|---|
ixdlsattributereader |
getattributereader()
gets the attribute reader. |
java.lang.string |
getattributevalue(java.lang.string name)
gets the attribute value. |
int |
getnodetype()
gets the type of the node. |
java.lang.string |
gettagname()
gets the name of the tag. |
byte[] |
readchildbinaryelement()
reads the child binary element. |
java.lang.object |
readchildelement(java.lang.class type)
reads the child element. |
boolean |
readchildelement(java.lang.object value)
reads the child element. |
java.lang.string |
readchildstringcontent()
reads the content of the child string. |
method detail |
---|
java.lang.string gettagname()
int getnodetype()
java.lang.string getattributevalue(java.lang.string name)
name
- the name.
boolean readchildelement(java.lang.object value)
value
- the value
java.lang.object readchildelement(java.lang.class type)
type
- the type.
java.lang.string readchildstringcontent()
byte[] readchildbinaryelement()
ixdlsattributereader getattributereader()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |