Package 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.

See:
          Description


Class Summary
XmlHandler A DefaultHandler2 specialization that responds to XML content events by creating the corresponding content in the supplied graph.
 

Enum Summary
XmlHandler.AttributeScoping The choices for how attributes that have no namespace prefix should be assigned a namespace.
XmlHandler.ElementEntryState Possible states for an ElementEntry instance.
 

Package org.modeshape.graph.xml Description

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. The XmlHandler is an implementation of several SAX interfaces (including LexicalHandler, DeclHandler, and EntityResolver2) that responds to XML content events by creating the corresponding content in a supplied graph.



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