info.magnolia.importexport.filters
Class SkipNodePropertyFilter.BufferedElement

java.lang.Object
  extended by info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
Enclosing class:
SkipNodePropertyFilter

public static class SkipNodePropertyFilter.BufferedElement
extends Object

Temporary element storage node.


Constructor Summary
SkipNodePropertyFilter.BufferedElement(String uri, String localName, String qName, Attributes atts)
           
 
Method Summary
 Attributes getAtts()
          Returns the atts.
 String getLocalName()
          Returns the localName.
 String getQName()
          Returns the qName.
 String getUri()
          Returns the uri.
 void setAtts(Attributes atts)
          Sets the atts.
 void setLocalName(String localName)
          Sets the localName.
 void setQName(String name)
          Sets the qName.
 void setUri(String uri)
          Sets the uri.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkipNodePropertyFilter.BufferedElement

public SkipNodePropertyFilter.BufferedElement(String uri,
                                              String localName,
                                              String qName,
                                              Attributes atts)
Parameters:
atts -
localName -
name -
uri -
Method Detail

getUri

public String getUri()
Returns the uri.

Returns:
the uri

setUri

public void setUri(String uri)
Sets the uri.

Parameters:
uri - the uri to set

getLocalName

public String getLocalName()
Returns the localName.

Returns:
the localName

setLocalName

public void setLocalName(String localName)
Sets the localName.

Parameters:
localName - the localName to set

getQName

public String getQName()
Returns the qName.

Returns:
the qName

setQName

public void setQName(String name)
Sets the qName.

Parameters:
name - the qName to set

getAtts

public Attributes getAtts()
Returns the atts.

Returns:
the atts

setAtts

public void setAtts(Attributes atts)
Sets the atts.

Parameters:
atts - the atts to set


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.