📄 instance_controllertype.java
字号:
}
public org.w3c.dom.Node getAdvancednameCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Attribute, null, "name", curNode );
}
public SchemaNCName getnameValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new SchemaNCName(getDomNodeValue(curNode));
}
public SchemaNCName getname() throws Exception
{
return getnameAt(0);
}
public void removenameAt(int index) {
removeDomChildAt(Attribute, null, "name", index);
}
public void removename() {
removenameAt(0);
}
public org.w3c.dom.Node addname(SchemaNCName value) {
if( value.isNull() )
return null;
return appendDomChild(Attribute, null, "name", value.toString());
}
public org.w3c.dom.Node addname(String value) throws Exception {
return addname(new SchemaNCName(value));
}
public void insertnameAt(SchemaNCName value, int index) {
insertDomChildAt(Attribute, null, "name", index, value.toString());
}
public void insertnameAt(String value, int index) throws Exception {
insertnameAt(new SchemaNCName(value), index);
}
public void replacenameAt(SchemaNCName value, int index) {
replaceDomChildAt(Attribute, null, "name", index, value.toString());
}
public void replacenameAt(String value, int index) throws Exception {
replacenameAt(new SchemaNCName(value), index);
}
public static int getskeletonMinCount() {
return 0;
}
public static int getskeletonMaxCount() {
return Integer.MAX_VALUE;
}
public int getskeletonCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "skeleton");
}
public boolean hasskeleton() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "skeleton");
}
public SchemaString newskeleton() {
return new SchemaString();
}
public SchemaString getskeletonAt(int index) throws Exception {
return new SchemaString(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "skeleton", index)));
}
public org.w3c.dom.Node getStartingskeletonCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "skeleton" );
}
public org.w3c.dom.Node getAdvancedskeletonCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "skeleton", curNode );
}
public SchemaString getskeletonValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new SchemaString(getDomNodeValue(curNode));
}
public SchemaString getskeleton() throws Exception
{
return getskeletonAt(0);
}
public void removeskeletonAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "skeleton", index);
}
public void removeskeleton() {
while (hasskeleton())
removeskeletonAt(0);
}
public org.w3c.dom.Node addskeleton(SchemaString value) {
if( value.isNull() )
return null;
return appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "skeleton", value.toString());
}
public org.w3c.dom.Node addskeleton(String value) throws Exception {
return addskeleton(new SchemaString(value));
}
public void insertskeletonAt(SchemaString value, int index) {
insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "skeleton", index, value.toString());
}
public void insertskeletonAt(String value, int index) throws Exception {
insertskeletonAt(new SchemaString(value), index);
}
public void replaceskeletonAt(SchemaString value, int index) {
replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "skeleton", index, value.toString());
}
public void replaceskeletonAt(String value, int index) throws Exception {
replaceskeletonAt(new SchemaString(value), index);
}
public static int getbind_materialMinCount() {
return 0;
}
public static int getbind_materialMaxCount() {
return 1;
}
public int getbind_materialCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bind_material");
}
public boolean hasbind_material() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bind_material");
}
public bind_materialType newbind_material() {
return new bind_materialType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "bind_material"));
}
public bind_materialType getbind_materialAt(int index) throws Exception {
return new bind_materialType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bind_material", index));
}
public org.w3c.dom.Node getStartingbind_materialCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bind_material" );
}
public org.w3c.dom.Node getAdvancedbind_materialCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "bind_material", curNode );
}
public bind_materialType getbind_materialValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new bind_materialType(curNode);
}
public bind_materialType getbind_material() throws Exception
{
return getbind_materialAt(0);
}
public void removebind_materialAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bind_material", index);
}
public void removebind_material() {
removebind_materialAt(0);
}
public org.w3c.dom.Node addbind_material(bind_materialType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "bind_material", value);
}
public void insertbind_materialAt(bind_materialType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "bind_material", index, value);
}
public void replacebind_materialAt(bind_materialType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "bind_material", index, value);
}
public static int getextraMinCount() {
return 0;
}
public static int getextraMaxCount() {
return Integer.MAX_VALUE;
}
public int getextraCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra");
}
public boolean hasextra() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra");
}
public extraType newextra() {
return new extraType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "extra"));
}
public extraType getextraAt(int index) throws Exception {
return new extraType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra", index));
}
public org.w3c.dom.Node getStartingextraCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra" );
}
public org.w3c.dom.Node getAdvancedextraCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "extra", curNode );
}
public extraType getextraValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new extraType(curNode);
}
public extraType getextra() throws Exception
{
return getextraAt(0);
}
public void removeextraAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "extra", index);
}
public void removeextra() {
while (hasextra())
removeextraAt(0);
}
public org.w3c.dom.Node addextra(extraType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "extra", value);
}
public void insertextraAt(extraType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "extra", index, value);
}
public void replaceextraAt(extraType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "extra", index, value);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -