-
Notifications
You must be signed in to change notification settings - Fork 0
Further notes & tips
Martin edited this page Jul 2, 2022
·
1 revision
Here are some further notes & usefull tips:
- If some element or attribute is missing in the document, the corresponding method returns null.
- In some rare cases, the
XSPFException
orXSPFRuntimeException
can be thrown. Think about that as like theIOException
. - After you
set
some element or collection, it's recomended to re-obtain all the corresponding view instances (thex()
methods). - Some more sample use cases can be found in the JUnit tests.
- The code is documented and quite well structured.