Uses of Class
org.web3d.x3d.jsail.Core.meta

Packages that use meta
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
  • Uses of meta in org.web3d.x3d.jsail.Core

    Methods in org.web3d.x3d.jsail.Core that return meta
    Modifier and Type
    Method
    Description
    meta.addComments(String newComment)
    Add comment as String to contained commentsList.
    meta.addComments(String[] newComments)
    Add comments as String[] array to contained commentsList.
    meta.addComments(CommentsBlock newCommentsBlock)
    Add CommentsBlock to contained commentsList.
    head.findMetaByName(String metaName)
    Find contained meta statement by name, if present.
    final meta
    meta.setContent(String newValue)
    Accessor method to assign String value to inputOutput SFString field named content.
    meta.setContent(SFString newValue)
    Assign typed object value to SFString content field, similar to setContent(String). // #0.e
    final meta
    meta.setCssClass(String newValue)
    Accessor method to assign String value to inputOutput SFString field named class.
    meta.setCssClass(SFString newValue)
    Assign typed object value to SFString cssClass field, similar to setCssClass(String). // #0.e
    final meta
    meta.setCssStyle(String newValue)
    Accessor method to assign String value to inputOutput SFString field named style.
    meta.setCssStyle(SFString newValue)
    Assign typed object value to SFString cssClass field, similar to setCssStyle(String). // #0.e
    meta.setDir(String newValue)
    Accessor method to assign String enumeration value ("rtl" | "ltr") to inputOutput SFString field named dir.
    meta.setDir(SFString newValue)
    Assign typed object value to SFString dir field, similar to setDir(String). // #0.e
    final meta
    meta.setHtmlID(String newValue)
    Accessor method to assign String value to inputOutput SFString field named id.
    meta.setHtmlID(SFString newValue)
    Assign typed object value to SFString HtmlID field, similar to setHtmlID(String). // #0.e
    meta.setHttp_equiv(String newValue)
    Accessor method to assign String value to inputOutput SFString field named http-equiv.
    meta.setHttp_equiv(SFString newValue)
    Assign typed object value to SFString http_equiv field, similar to setHttp_equiv(String). // #0.e
    meta.setLang(String newValue)
    Accessor method to assign String value to inputOutput SFString field named lang.
    meta.setLang(SFString newValue)
    Assign typed object value to SFString lang field, similar to setLang(String). // #0.e
    final meta
    meta.setName(String newValue)
    Accessor method to assign String enumeration value ("accessRights" | "author" | "CML-version" | "contributor" | "created" | "creator" | "description" | "disclaimer" | "drawing" | "error" | "generator" | "hint" | "identifier" | "Image" | "info" | "information" | "isVersionOf" | "keywords" | "license" | "mediator" | "modified" | "movie" | "MovingImage" | "original" | "photo" | "photograph" | "publisher" | "reference" | "requires" | "rights" | "robots" | "Sound" | "source" | "specificationSection" | "specificationUrl" | "subject" | "Text" | "title" | "TODO" | "translator" | "translated" | "version" | "warning") to inputOutput SFString field named name.
    meta.setName(SFString newValue)
    Assign typed object value to SFString name field, similar to setName(String). // #0.e
    meta.setScheme(String newValue)
    Accessor method to assign String value to inputOutput SFString field named scheme.
    meta.setScheme(SFString newValue)
    Assign typed object value to SFString scheme field, similar to setScheme(String). // #0.e
    Methods in org.web3d.x3d.jsail.Core that return types with arguments of type meta
    Modifier and Type
    Method
    Description
    Provide array of meta results (using an array consisting of properly typed nodes or ProtoInstances) from inputOutput MFNode field meta.
    Methods in org.web3d.x3d.jsail.Core with parameters of type meta
    Modifier and Type
    Method
    Description
    head.addMeta(meta newValue)
    Add array of child meta nodes to array of existing nodes (if any).
    head.setMeta(meta newValue)
    Set single child meta node, replacing prior array of existing nodes (if any).
    Method parameters in org.web3d.x3d.jsail.Core with type arguments of type meta
    Modifier and Type
    Method
    Description
    head.setMetaList(ArrayList<meta> newValue)
    Accessor method to assign meta array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field meta.