Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Corrected links that should have been relative instead of absolute.

...

  • The XML instance
  • The JAXFront -type-tree (JAXFront DOM).

It is important to know what is addressed with an XPath statement:

  • A list orof elements 
  • All the elements.
  • A single element

JAXFront uses its own XPath extension, because the "normal" XPath syntax does not distinguish between list types (container) and the contents of their element.

  • Wiki-Markup*/../NodeA{_}\[list\]_*unmigrated-wiki-markup
  • */../NodeB{_}\[text\]_*
  • Wiki-Markup/../NodeA{_}\[3\]_