Assuming node you need Page/jcr:content/yournode:
The object Pagehas a method getContentResource()that by default returns you the jcr:contentnode resource . You can also use page.getContentResource("yournode")to get a specific node below jcr:content.
node, - jcr:content ( btw), resource.listChildren().
, Sling API, , . JCR node resource.adaptTo(Node.class)