|
|||||||||
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 |