Package com.jme3.scene.plugins.ogre
Class SkeletonLoader
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.jme3.scene.plugins.ogre.SkeletonLoader
- All Implemented Interfaces:
com.jme3.asset.AssetLoader,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendElement(String uri, String name, String qName) load(com.jme3.asset.AssetInfo info) load(InputStream in) voidstartElement(String uri, String localName, String qName, Attributes attribs) Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
SkeletonLoader
public SkeletonLoader()
-
-
Method Details
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attribs) throws SAXException - Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler
-
load
- Throws:
IOException
-
load
- Specified by:
loadin interfacecom.jme3.asset.AssetLoader- Throws:
IOException
-