Uses of Class
org.apache.commons.xmlio.in.SimplePath

Packages that use SimplePath
org.apache.commons.xmlio.in SimpleImporter 
 

Uses of SimplePath in org.apache.commons.xmlio.in
 

Methods in org.apache.commons.xmlio.in with parameters of type SimplePath
 void SimpleImportHandler.cData(SimplePath path, String cdata)
          Is called back when the parser has found character data.
 void DefaultSimpleImportHandler.cData(SimplePath path, String cdata)
           
 void SimpleImportHandler.endElement(SimplePath path, String name)
          Is called back when the parser has found the end of an element.
 void DefaultSimpleImportHandler.endElement(SimplePath path, String name)
           
 boolean SimplePath.matches(SimplePath matchPath)
          Finds out if the the given path matches this one.
 void SimpleImportHandler.startElement(SimplePath path, String name, AttributesImpl attributes, String leadingCDdata)
          Is called back when the parser has found the start of an element.
 void DefaultSimpleImportHandler.startElement(SimplePath path, String name, AttributesImpl attributes, String leadingCDdata)
           
 

Constructors in org.apache.commons.xmlio.in with parameters of type SimplePath
SimplePath(SimplePath path)
          Copy ctor.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.