Package | Description |
---|---|
net.sf.juffrou.xml.internal | |
net.sf.juffrou.xml.internal.binding | |
net.sf.juffrou.xml.internal.config | |
net.sf.juffrou.xml.internal.io |
Modifier and Type | Method and Description |
---|---|
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JuffrouBeanMetadata.registerProperty(Class beanClazz,
String beanPropertyName,
String elementName,
String serializerId,
NodeType nodeType) |
Modifier and Type | Method and Description |
---|---|
NodeType |
BeanPropertyBinding.getNodeType() |
Modifier and Type | Method and Description |
---|---|
void |
BeanPropertyBinding.setNodeType(NodeType nodeType) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigReader.processElement(JuffrouBeanMetadata metadata,
BeanClassBinding xmlBeanWrapperContext,
Node currentNode,
NodeType nodeType)
Processes a bean property as a XML element
|
Modifier and Type | Method and Description |
---|---|
void |
JuffrouWriter.startNode(String nodeName,
NodeType nodeType) |
void |
XmlWriter.startNode(String nodeName,
NodeType nodeType) |
Copyright © 2011–2020 Juffrou. All rights reserved.