|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlHandler.AttributeScoping | |
|---|---|
| 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. |
| Uses of XmlHandler.AttributeScoping in org.jboss.dna.graph.xml |
|---|
| Fields in org.jboss.dna.graph.xml declared as XmlHandler.AttributeScoping | |
|---|---|
static XmlHandler.AttributeScoping |
XmlHandler.DEFAULT_ATTRIBUTE_SCOPING
The default XmlHandler.AttributeScoping. |
| Methods in org.jboss.dna.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.jboss.dna.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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||