Forge - Parent 1.0.6-SNAPSHOT

Package org.jboss.forge.parser.xml.query

Interface Summary
Query<T> Contract for something capable of executing a query (collection of Patterns) upon a Node to find a match or matches.
 

Class Summary
Pattern A pattern that may be executed as part of a Query upon a Node in a search, or used to define a target Node to be created.
 

Enum Summary
CreateQuery Creates the specified Patterns starting at the specified Node.
GetOrCreateQuery Starting at the specified Node, either returns an existing match for the specified Patterns, or creates new Node(s) as appropriate and returns the root of those created.
GetQuery Obtains the List of Nodes designated by the specified Patterns under the specified root Node.
GetSingleQuery Form of GetQuery used as a convenience to retrieve a single result.
 


Forge - Parent 1.0.6-SNAPSHOT

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.