Package org.jboss.dna.graph.xml

Graph content can often be represented in XML, so this part of the JBoss DNA 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.
 

Package org.jboss.dna.graph.xml Description

Graph content can often be represented in XML, so this part of the JBoss DNA 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-Present JBoss a division of Red Hat. All Rights Reserved.