Forge - Parent 1.0.6-SNAPSHOT

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

Packages that use org.jboss.forge.parser.xml.query
org.jboss.forge.parser.xml   
org.jboss.forge.parser.xml.query   
org.jboss.forge.parser.xml.util   
 

Classes in org.jboss.forge.parser.xml.query used by org.jboss.forge.parser.xml
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.
 

Classes in org.jboss.forge.parser.xml.query used by org.jboss.forge.parser.xml.query
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.
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.
Query
          Contract for something capable of executing a query (collection of Patterns) upon a Node to find a match or matches.
 

Classes in org.jboss.forge.parser.xml.query used by org.jboss.forge.parser.xml.util
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.
 


Forge - Parent 1.0.6-SNAPSHOT

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