Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

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

  • /../NodeA[list]
  • /../NodeB[text]
  • /../NodeA[3]