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
 org.osgi.service.blueprint.reflect.ComponentMetadata NamespaceHandler.decorate(Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, ParserContext context)
          Process a child node of an enclosing blueprint component.
 org.osgi.service.blueprint.reflect.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-2011 The Apache Software Foundation. All Rights Reserved.