Git Product home page Git Product logo

paloula / paloulahtml5 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.96 MB

Die Kombination aus Tomcat, XML und XSL ist eine der tollsten und effektivsten Methoden zur Entwicklung von hochdynamischen WebApps. Paloula hat das Ziel, Entwickler in diesem Prozess zu unterstützen.

Home Page: http://paloula.de/exampleshift

License: GNU General Public License v3.0

Java 100.00%
html5 tomcat java xml xsl javascript css3 dynamic-webpages java-servlet jdom2 sort sequencer order sequential-arrangement shift copy insert delete elements

paloulahtml5's Introduction

paloulahtml5

Die Kombination aus Tomcat, XML und XSL ist eine der tollsten und effektivsten Methoden zur Entwicklung von hochdynamischen WebApps. Paloula hat das Ziel, Entwickler in diesem Prozess zu unterstützen.

Sequence erleichtert die Änderung der Reihenfolge in XML-Dokumenten(org.jdom2.Document), sowie das Einfügen und Löschen von Elementen(org.jdom2.Element) durch zahlreiche nützliche und praktische Methoden.

Sequence Shift-Methoden

shiftWithinTagNameSiblings(@NotNull String shiftElementId, int targetPosition); shiftWithinTagNameSiblings(@NotNull Element shiftElement, int targetPosition); shiftWithinAllSiblings(@NotNull String shiftElementId, int targetPosition); shiftWithinAllSiblings(@NotNull Element shiftElement, int targetPosition);

Sequence InsertAt-Methoden

insertAtWithinTagNameSiblings(@NotNull String siblingElementId, @NotNull Element insertElement, int targetPosition); insertAtWithinTagNameSiblings(@NotNull String siblingElementId, @NotNull Element insertElement, int targetPosition); insertAtWithinAllSiblings(@NotNull String siblingElementId, @NotNull Element insertElement, int targetPosition); insertAtWithinAllSiblings(@NotNull String siblingElementId, @NotNull Element insertElement, int targetPosition);

Sequence InsertBefore-Methoden

insertBeforeWithinTagNameSiblings(@NotNull String beforeElementId, @NotNull Element insertElement); insertBeforeWithinTagNameSiblings(@NotNull Element beforeElement, @NotNull Element insertElement); insertBeforeWithinAllSiblings(@NotNull String beforeElementId, @NotNull Element insertElement); insertBeforeWithinAllSiblings(@NotNull Element beforeElement, @NotNull Element insertElement);

Sequence InsertAfter-Methoden

insertAfterWithinTagNameSiblings(@NotNull String afterElementId, @NotNull Element insertElement); insertAfterWithinTagNameSiblings(@NotNull Element afterElement, @NotNull Element insertElement); insertAfterWithinAllSiblings(@NotNull String afterElementId, @NotNull Element insertElement); insertAfterWithinAllSiblings(@NotNull Element afterElement, @NotNull Element insertElement);

Sequence Delete-Methoden

deleteWithinTagNameSiblings(String deleteElementId); deleteWithinTagNameSiblings(Element deleteElement); deleteWithinAllSiblings(String deleteElementId); deleteWithinAllSiblings(Element deleteElement);

https://github.com/Paloula/paloulahtml5/blob/master/documentation/Tutorial%20Sequence.docx

paloulahtml5's People

Contributors

paloula avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.