Package | Description |
---|---|
de.lessvoid.xml.lwxs | |
de.lessvoid.xml.lwxs.elements | |
de.lessvoid.xml.lwxs.processor | |
de.lessvoid.xml.xpp3 |
Modifier and Type | Class and Description |
---|---|
class |
Schema |
Modifier and Type | Class and Description |
---|---|
class |
XmlProcessorType |
Modifier and Type | Class and Description |
---|---|
class |
IncludeProcessor |
class |
TypeProcessor |
class |
TypeProcessorElement |
class |
TypeProcessorSubstitutionGroup |
Modifier and Type | Method and Description |
---|---|
XmlProcessor |
SubstitutionGroup.matches(String tag)
Check if the given tag is contained in the list of registered tags.
|
Modifier and Type | Method and Description |
---|---|
SubstitutionGroup |
SubstitutionGroup.add(String tag,
XmlProcessor xmlElement)
Add an XmlElementProcessor for the given tag to this SubstituionGroup.
|
void |
XmlParser.oneOrMore(String tag,
XmlProcessor xmlElement)
One or more element.
|
void |
XmlParser.optional(String tag,
XmlProcessor xmlElement)
Optional element.
|
void |
XmlParser.required(String tag,
XmlProcessor xmlElement)
Required element.
|
void |
XmlParser.zeroOrMore(String tag,
XmlProcessor xmlElement)
Zero or more element.
|
Copyright © 2013. All Rights Reserved.