Uses of Interface
org.apache.aries.blueprint.ParserContext

Packages that use ParserContext
org.apache.aries.blueprint   
org.apache.aries.blueprint.parser   
 

Uses of ParserContext in org.apache.aries.blueprint
 

Methods in org.apache.aries.blueprint with parameters of type ParserContext
 ComponentMetadata NamespaceHandler.decorate(Node node, ComponentMetadata component, ParserContext context)
          Process a child node of an enclosing blueprint component.
 Metadata NamespaceHandler.parse(Element element, ParserContext context)
          Parse a stand-alone blueprint component Given an Element node as a root, this method parses the stand-alone component and returns its metadata.
 

Uses of ParserContext in org.apache.aries.blueprint.parser
 

Classes in org.apache.aries.blueprint.parser that implement ParserContext
 class ParserContextImpl
          A simple ParserContext implementation.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.