Class SourcePropertySubElement

java.lang.Object
org.wurbelizer.wurbel.SourceSubElement
org.wurbelizer.wurbel.SourcePropertySubElement

public class SourcePropertySubElement extends SourceSubElement
Property-Document: all text in between @{ and @} within a comment block.
Property documents are unnamed.
Author:
harald
  • Constructor Details

    • SourcePropertySubElement

      public SourcePropertySubElement(SourceElement element, String text)
      Creates a property document.
      Parameters:
      element - the element containing the property document
      text - the contents of the property document
  • Method Details

    • scanTo

      public void scanTo(Properties props)
      Scan for properties and append them to given property list.
      Parameters:
      props - the properties to add the contents of this sub element to