| Package | Description |
|---|---|
| csbase.logic.algorithms.parsers | |
| csbase.logic.algorithms.parsers.elements | |
| csbase.logic.algorithms.parsers.elements.attributes |
| Modifier and Type | Method and Description |
|---|---|
Map<IElementStructure<?>,List<ParsedElement>> |
XmlParser.extractChildren(List<IElementStructure<?>> structures)
Extrai os elementos filhos do elemento corrente.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnumerationItem> |
AbstractEnumerationParameterParser.loadEnumerationItems(List<ParsedElement> definitions,
String parameterName)
Carrega os
DefaultEnumerationItem. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParsedParameter
Parâmetro lido pelo parser.
|
class |
ParsedSimpleParameter
Parâmetro simples lido pelo parser.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParsedElement> |
ParsedElement.getChildren(String name)
Obtém a lista de elementos-filhos com um determinado nome.
|
| Constructor and Description |
|---|
ParsedElement(Map<IElementAttribute<?>,Object> attributeValues,
Map<IElementStructure<?>,List<ParsedElement>> children)
Construtor para elementos com filhos.
|
ParsedParameter(Map<IElementAttribute<?>,Object> attributeValues,
Map<IElementStructure<?>,List<ParsedElement>> children,
String defaultCommandLinePattern)
Construtor.
|
ParsedSimpleParameter(Map<IElementAttribute<?>,Object> attributeValues,
Map<IElementStructure<?>,List<ParsedElement>> children,
String defaultCommandLinePattern)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IntegerAttribute.validate(ParsedElement definition)
Valida o atributo de acordo com o elemento lido.
|
boolean |
IElementAttribute.validate(ParsedElement definition)
Valida o atributo de acordo com o elemento lido.
|
boolean |
DoubleAttribute.validate(ParsedElement definition)
Valida o atributo de acordo com o elemento lido.
|
boolean |
AbstractElementAttribute.validate(ParsedElement definition)
Valida o atributo de acordo com o elemento lido.
|
Copyright © 2017. All rights reserved.