de.smartics.properties.spi.core.metadata.projectdoc
Class ProjectdocMetaDataParser.ParserContext

Package class diagram package ProjectdocMetaDataParser.ParserContext
java.lang.Object
  extended by de.smartics.properties.spi.core.metadata.projectdoc.ProjectdocMetaDataParser.ParserContext
Enclosing class:
ProjectdocMetaDataParser

public final class ProjectdocMetaDataParser.ParserContext
     
     
extends Object

Provide access to information relevant for parsing and storing the parsed information.


Method Summary
 PropertyDescriptor getDescriptor()
          Returns the descriptor whose comments are requested to be parsed.
 org.jdom.Document getDocument()
          Returns the parsed document to extract information from.
 Locale getLocale()
          Returns the locale to select the comments.
 ProjectdocMetaData getMetaData()
          Returns the container where the parsed information is put to.
 String getSystemId()
          Returns the identifier of the document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

public PropertyDescriptor getDescriptor()
Returns the descriptor whose comments are requested to be parsed.

Returns:
the descriptor whose comments are requested to be parsed.

getLocale

public Locale getLocale()
Returns the locale to select the comments.

Returns:
the locale to select the comments.

getSystemId

public String getSystemId()
Returns the identifier of the document.

Returns:
the identifier of the document.

getDocument

public org.jdom.Document getDocument()
Returns the parsed document to extract information from.

Returns:
the parsed document to extract information from.

getMetaData

public ProjectdocMetaData getMetaData()
Returns the container where the parsed information is put to. You may safely cast this instance to the type that has been passed to ProjectdocMetaDataParser.parseBase(PropertyDescriptor,Locale,ProjectdocMetaData).

Returns:
the container where the parsed information is put to.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.