Uses of Class
org.jboss.dna.sequencer.xml.XmlSequencer.AttributeScoping

Packages that use XmlSequencer.AttributeScoping
org.jboss.dna.sequencer.xml The classes that make up the XML sequencer. 
 

Uses of XmlSequencer.AttributeScoping in org.jboss.dna.sequencer.xml
 

Fields in org.jboss.dna.sequencer.xml declared as XmlSequencer.AttributeScoping
static XmlSequencer.AttributeScoping XmlSequencerHandler.DEFAULT_ATTRIBUTE_SCOPING
          The default XmlSequencer.AttributeScoping.
 

Methods in org.jboss.dna.sequencer.xml that return XmlSequencer.AttributeScoping
 XmlSequencer.AttributeScoping XmlSequencer.getAttributeScoping()
           
static XmlSequencer.AttributeScoping XmlSequencer.AttributeScoping.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlSequencer.AttributeScoping[] XmlSequencer.AttributeScoping.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.dna.sequencer.xml with parameters of type XmlSequencer.AttributeScoping
 void XmlSequencer.setAttributeScoping(XmlSequencer.AttributeScoping scoping)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.