Uses of Class
org.modeshape.graph.xml.XmlHandler.AttributeScoping

Packages that use XmlHandler.AttributeScoping
org.modeshape.graph.xml Graph content can often be represented in XML, so this part of the ModeShape Graph API defines the classes that provide the binding between graph and XML content. 
 

Uses of XmlHandler.AttributeScoping in org.modeshape.graph.xml
 

Fields in org.modeshape.graph.xml declared as XmlHandler.AttributeScoping
static XmlHandler.AttributeScoping XmlHandler.DEFAULT_ATTRIBUTE_SCOPING
          The default XmlHandler.AttributeScoping.
 

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

Constructors in org.modeshape.graph.xml with parameters of type XmlHandler.AttributeScoping
XmlHandler(Destination destination, boolean skipRootElement, Path parent, TextDecoder textDecoder, Name nameAttribute, Name typeAttribute, Name typeAttributeValue, XmlHandler.AttributeScoping scoping)
          Create a handler that creates content in the supplied graph
 



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