org.modeshape.sequencer.xml
Class InheritingXmlSequencer

java.lang.Object
  extended by org.modeshape.sequencer.xml.XmlSequencer
      extended by org.modeshape.sequencer.xml.InheritingXmlSequencer
All Implemented Interfaces:
StreamSequencer

public class InheritingXmlSequencer
extends XmlSequencer

An XML sequencer that is a specialization of XmlSequencer by inheriting unqualified attribute namespaces from the element rather than from the default namespace.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modeshape.sequencer.xml.XmlSequencer
XmlSequencer.AttributeScoping
 
Constructor Summary
InheritingXmlSequencer()
           
 
Method Summary
 
Methods inherited from class org.modeshape.sequencer.xml.XmlSequencer
getAttributeScoping, sequence, setAttributeScoping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InheritingXmlSequencer

public InheritingXmlSequencer()


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