Package org.wurbelizer.wurbel
Class SourcePropertySubElement
java.lang.Object
org.wurbelizer.wurbel.SourceSubElement
org.wurbelizer.wurbel.SourcePropertySubElement
Property-Document: all text in between @{ and @} within a comment block.
Property documents are unnamed.
Property documents are unnamed.
- Author:
- harald
-
Constructor Summary
ConstructorDescriptionSourcePropertySubElement
(SourceElement element, String text) Creates a property document. -
Method Summary
Modifier and TypeMethodDescriptionvoid
scanTo
(Properties props) Scan for properties and append them to given property list.Methods inherited from class org.wurbelizer.wurbel.SourceSubElement
getElement, getName, getText, setName, toString
-
Constructor Details
-
SourcePropertySubElement
Creates a property document.- Parameters:
element
- the element containing the property documenttext
- the contents of the property document
-
-
Method Details
-
scanTo
Scan for properties and append them to given property list.- Parameters:
props
- the properties to add the contents of this sub element to
-