se.biltmore.tools.odttoapt.maven.plugin
Class OdtSAXHandler.Current

java.lang.Object
  extended by se.biltmore.tools.odttoapt.maven.plugin.OdtSAXHandler.Current
Enclosing class:
OdtSAXHandler

private static class OdtSAXHandler.Current
extends Object

This represents what is currently being parsed.


Field Summary
private  APT apt
          The currentStyle APT.
private  QName qName
          The currentStyle qName.
private  Style style
          The currentStyle style.
 
Constructor Summary
OdtSAXHandler.Current(APT apt, QName qName, Style style)
          Creates a new Current instance.
 
Method Summary
 APT getAPT()
          Returns the currentStyle APT.
 QName getQName()
          Returns the currentStyle qName.
 Style getStyle()
          Returns the currentStyle style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

apt

private APT apt
The currentStyle APT.


qName

private QName qName
The currentStyle qName.


style

private Style style
The currentStyle style.

Constructor Detail

OdtSAXHandler.Current

public OdtSAXHandler.Current(APT apt,
                             QName qName,
                             Style style)
Creates a new Current instance.

Parameters:
apt - The currentStyle APT.
qName - The currentStyle qName.
style - The currentStyle style.
Method Detail

getAPT

public APT getAPT()
Returns the currentStyle APT.


getQName

public QName getQName()
Returns the currentStyle qName.


getStyle

public Style getStyle()
Returns the currentStyle style.



Copyright © 2009-2010 Biltmore Group AB. All Rights Reserved.