Skip to content

shortstuffsushi/Sidewalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

_____________________________________________________________________________________________________
             /                /    __    __     /             ____   /                /             
            /                /____/_/___/ /__  /     ______ _/ / /__/                /              
           /                / ___/ / __  / _ \/| /| / / __ `/ / / _/                /               
          /                /__  / / /_/ /  __/ |/ |/ / /_/ / / ,< /                /                /
         /                /____/_/\__,_/\___/|__/|__/\__,_/_/_/|_|                /                /
________/________________/_________________/____________________/________________/________________/__

======

Sidewalk is a Java library built in collaboration with JNodalXML. Where JNodal focuses on the XML document (parsing, modifying, creating, and writing), Sidewalk exists for interaction, specifically through XPath.

Sidewalk is a Maven project, as is JNodal. If you don't want to use Maven to manage the dependencies, you can check out the pom.xml to see where the required projects are located.

Some of the goals in the project include the following XPath items

  • Direct child node (/nodeName)
  • Ancestor node (//nodeName)
  • Direct child attribute (/@attrName)
  • Ancestor child attribute (//@attrName)
  • Generic matching (/*)
  • Target filtering (/nodeName[1])
  • Current Node (.)
  • Parent Node (..)

About

A Java XPath libary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages